commit | edb45dce85a45208d26a8c5ef8a8476089f6f328 | [log] [tgz] |
---|---|---|
author | Tom Ritchford <[email protected]> | Wed Jun 12 15:12:58 2024 +0000 |
committer | PyTorch MergeBot <[email protected]> | Thu Jun 13 13:58:47 2024 +0000 |
tree | 8edf1378f340127e31c8eea423ffbb286be4aec0 | |
parent | 7cc07a3eb13f76921a373bce3e12080d17b6c7a5 [diff] [blame] |
Add OpInfo entry for as_strided_copy (#127231) Pull Request resolved: https://github.com/pytorch/pytorch/pull/127231 Approved by: https://github.com/lezcano
diff --git a/test/test_mps.py b/test/test_mps.py index d141e1a..0cb4796 100644 --- a/test/test_mps.py +++ b/test/test_mps.py
@@ -249,6 +249,7 @@ 'atleast_2d', 'atleast_3d', 'as_strided', + 'as_strided_copy', 'as_strided_scatter', 'broadcast_tensors', 'broadcast_to',