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',