We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c80dbe commit c23e3afCopy full SHA for c23e3af
1 file changed
test/test_view_ops.py
@@ -500,6 +500,7 @@ def test_writes_propagate(t, v):
500
test_writes_propagate(t, v3)
501
self.assertTrue(self.is_view_of_same_base(t, v3))
502
503
+ @onlyOnCPUAndCUDA
504
def test_flatten_nonview(self, device):
505
def assert_is_nonview(t, nv):
506
idx_t = (0,) * t.ndim
0 commit comments