Commit 6ccf197
Fix correctness issues with Upsample 1D and 2D (#183)
* Fix correctness issues with Upsample 1D and 2D
- Implemented following new ops:
upsample_nearest1d_backward
upsample_nearest_exact1d
upsample_nearest_exact1d_backward
- Moved Upsample code from Shape.mm to Upsample.mm
* Corrections on some comments
* Fix the leak in cat_out_mps and clean up1 parent d84cf3d commit 6ccf197
File tree
5 files changed
+456
-390
lines changed- aten/src/ATen
- mps
- native
- mps/operations
- test
5 files changed
+456
-390
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
0 commit comments