Revert "markDynamoStrictTest some more (#115885)"

This reverts commit 55ce4693ff2c0b6e50b8af323f36ecc7ff929638.

Reverted https://github.com/pytorch/pytorch/pull/115885 on behalf of https://github.com/atalman due to OSSCI oncall, broke inductor ([comment](https://github.com/pytorch/pytorch/pull/115885#issuecomment-1858409669))
This commit is contained in:
PyTorch MergeBot
2023-12-15 19:51:24 +00:00
parent 61abacf829
commit c006c8b50e
8 changed files with 0 additions and 73 deletions

View File

@ -95,7 +95,6 @@ class IncorrectAliasTensor(torch.Tensor):
return tree_map(wrap, out)
# Tests various schema checking functionalities.
@torch.testing._internal.common_utils.markDynamoStrictTest
class TestSchemaCheck(JitTestCase):
# Tests that SchemaCheckMode records operator order with grad
def test_schema_check_mode_operator_order(self):
@ -491,7 +490,6 @@ class TestSchemaCheck(JitTestCase):
x.add(x)
@torch.testing._internal.common_utils.unMarkDynamoStrictTest
class TestSchemaCheckModeOpInfo(JitTestCase):
@ops(op_db, dtypes=OpDTypes.supported)
def test_schema_correctness(self, device, dtype, op):