We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_memory_order
1 parent eb906b2 commit 6b76097Copy full SHA for 6b76097
torch_np/tests/numpy_tests/core/test_indexing.py
@@ -438,6 +438,7 @@ def test_subclass_writeable(self):
438
assert_(d[...].flags.writeable)
439
assert_(d[0].flags.writeable)
440
441
+ @pytest.mark.xfail(reason="can't determine f-style contiguous in torch")
442
def test_memory_order(self):
443
# This is not necessary to preserve. Memory layouts for
444
# more complex indices are not as simple.
0 commit comments