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