markDynamoStrictTest some test_cpp_extensions.* (#115858)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/115858
Approved by: https://github.com/voznesenskym
ghstack dependencies: #115845, #115855, #115856, #115857
This commit is contained in:
rzou
2023-12-14 11:00:12 -08:00
committed by PyTorch MergeBot
parent 8ddca5aeae
commit 85262b0a9e
5 changed files with 15 additions and 1 deletions

View File

@ -40,6 +40,7 @@ def remove_build_path():
# There's only one test that runs gracheck, run slow mode manually
@torch.testing._internal.common_utils.markDynamoStrictTest
class TestCppExtensionJIT(common.TestCase):
"""Tests just-in-time cpp extensions.
Don't confuse this with the PyTorch JIT (aka TorchScript).