[torchfuzz] move into experimental dir (#164688)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164688
Approved by: https://github.com/pianpwk
ghstack dependencies: #164432, #164434, #164514, #164646, #164647, #164649, #164687
This commit is contained in:
bobrenjc93
2025-10-05 23:01:59 -07:00
committed by PyTorch MergeBot
parent ac08556f67
commit c965d6dbb2
30 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ exclude_patterns = [
'torch/lib/**', 'torch/lib/**',
'venv/**', 'venv/**',
'**/*.pyi', '**/*.pyi',
"tools/experimental/dynamic_shapes/torchfuzz/**", "tools/experimental/torchfuzz/**",
'tools/test/test_selective_build.py', 'tools/test/test_selective_build.py',
] ]
command = [ command = [
@ -198,7 +198,7 @@ exclude_patterns = [
'tools/test/gen_operators_yaml_test.py', 'tools/test/gen_operators_yaml_test.py',
'tools/test/gen_oplist_test.py', 'tools/test/gen_oplist_test.py',
'tools/test/test_selective_build.py', 'tools/test/test_selective_build.py',
'tools/experimental/dynamic_shapes/torchfuzz/**', 'tools/experimental/torchfuzz/**',
] ]
command = [ command = [
'python3', 'python3',

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB