commit | bdf5a6dca938a84fe9ddcae25658e968ee12b68d | [log] [tgz] |
---|---|---|
author | Tom Ritchford <[email protected]> | Mon Jul 29 17:32:06 2024 +0000 |
committer | PyTorch MergeBot <[email protected]> | Mon Jul 29 21:13:37 2024 +0000 |
tree | 649369cd17609251ecdbe098ec75fd470f79fe8d | |
parent | 3c1562158e16fe60a847a8fe5df1e38cdbc83ee5 [diff] [blame] |
Add decomposition for unsqueeze_copy (#130942) * Extracted from #128416 Pull Request resolved: https://github.com/pytorch/pytorch/pull/130942 Approved by: https://github.com/peterbell10
diff --git a/test/test_mps.py b/test/test_mps.py index 74bf819..90fe6e8 100644 --- a/test/test_mps.py +++ b/test/test_mps.py
@@ -352,6 +352,7 @@ 'unsafe_chunk', 'unsafe_split', 'unsqueeze', + 'unsqueeze_copy', 'view_as', 'view_as_real', 'view',