Commit 1a3161a
authored
[Cherry-pick] Fix copysign + scalar correctness issue (pytorch#153098)
* [Testing] Add copysign from scalar regression test (pytorch#152997)
But instead of adding it just for MPS backend, add it to OpInfo
Fixes pytorch#152582
Pull Request resolved: pytorch#152997
Approved by: https://github.com/wdvr
(cherry picked from commit 9919d6b)
* Spiritual cherry-pick of 52cbcac
* [CI] Skip test_copy_large_tensor on M2-15 runners (pytorch#150377)
They have more than 12Gb memory, but may be running this test causes OOM in CI
Pull Request resolved: pytorch#150377
Approved by: https://github.com/atalman1 parent 27e9ca5 commit 1a3161a
File tree
3 files changed
+21
-0
lines changed- aten/src/ATen/native/mps/operations
- test
- torch/testing/_internal
3 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
40 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
41 | 55 | | |
42 | 56 | | |
43 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7480 | 7480 | | |
7481 | 7481 | | |
7482 | 7482 | | |
| 7483 | + | |
7483 | 7484 | | |
7484 | 7485 | | |
7485 | 7486 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6165 | 6165 | | |
6166 | 6166 | | |
6167 | 6167 | | |
| 6168 | + | |
| 6169 | + | |
| 6170 | + | |
| 6171 | + | |
| 6172 | + | |
6168 | 6173 | | |
6169 | 6174 | | |
6170 | 6175 | | |
| |||
12882 | 12887 | | |
12883 | 12888 | | |
12884 | 12889 | | |
| 12890 | + | |
12885 | 12891 | | |
12886 | 12892 | | |
12887 | 12893 | | |
| |||
0 commit comments