mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
@ -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):
|
||||
|
Reference in New Issue
Block a user