You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize multiply across slices (ROCm#568)
* Add initial optimization when using a mul over a sliced convolution
* Formatting
* Add more tests
* Formatting
* Convert to an assert
* Check if used once
* Formatting
* Add test with horiz fusion
* Formatting
* Optimize nested slice
* Formatting
* Fix test
* Add const refs
* Remove unnecessary assert
Co-authored-by: mvermeulen <[email protected]>
Add same padding mode for onnx (ROCm#456)
* fix pad calc
* add padding calc and test
* formatting
* made asym generic function
* formatting
Co-authored-by: mvermeulen <[email protected]>