commit | 500cbb5b9013f842ba0a15ef61bbf0b079ed99ff | [log] [tgz] |
---|---|---|
author | Tom Ritchford <[email protected]> | Thu Jul 18 13:15:07 2024 +0000 |
committer | PyTorch MergeBot <[email protected]> | Sun Jul 21 20:39:24 2024 +0000 |
tree | 03d495f7d40b5bb578d29fa875f14ec23651e91e | |
parent | f628813066491eea5d3ab8463a22d303a3b87c33 [diff] [blame] |
Add decomposition for view_copy (#130938) * Extracted from #128416 Pull Request resolved: https://github.com/pytorch/pytorch/pull/130938 Approved by: https://github.com/peterbell10 ghstack dependencies: #130937
diff --git a/test/test_mps.py b/test/test_mps.py index a8e4a68..e7c98f5 100644 --- a/test/test_mps.py +++ b/test/test_mps.py
@@ -353,6 +353,7 @@ 'view_as', 'view_as_real', 'view', + 'view_copy', 'vsplit', 'zero_', 'zeros',