..
_imported_class_test
fixtures
fixtures_srcs
xnnpack
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
__init__.py
mydecorator.py
myexception.py
myfunction_a.py
myfunction_b.py
test_alias_analysis.py
Fix typo: 'initalized' → 'initialized' in alias analysis test ( #157628 )
2025-07-04 13:41:53 +00:00
test_async.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_aten_pow.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_attr.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_autodiff_subgraph_slicing.py
Stop parsing command line arguments every time common_utils is imported. ( #156703 )
2025-10-02 22:22:04 +00:00
test_autodiff.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_await.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_backend_nnapi.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_backends.py
[ROCm] Enabled JIT UTs on ROCm ( #164582 )
2025-10-03 20:16:41 +00:00
test_batch_mm.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_builtins.py
Revert "Support setting grad_dtype on leaf tensors ( #162815 )"
2025-10-03 23:14:28 +00:00
test_class_type.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_complex.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_complexity.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_convert_activation.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_cuda.py
[ROCm] Fix test_cuda_synchronize failure on ROCm ( #164735 )
2025-10-07 01:14:24 +00:00
test_custom_operators.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_data_parallel.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_dataclasses.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_dce.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_decorator.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_device_analysis.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_dtype_analysis.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_enum.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_exception.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_freezing.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_functional_blocks.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_fuser_common.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_generator.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_graph_rewrite_passes.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_hash.py
[Code Clean] Remove deadcodes about Python3.9 [7/N] ( #163646 )
2025-09-24 07:30:50 +00:00
test_hooks_modules.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_hooks.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_ignorable_args.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_ignore_context_manager.py
[BE][Easy] remove unused build-time dependency astunparse and change astunparse.unparse -> ast.unparse ( #157907 )
2025-07-10 07:04:42 +00:00
test_isinstance.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_jit_utils.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_list_dict.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_logging.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_misc.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_models.py
[cuDNN][TF32] Account for TF32 in test_super_resolution_cuda ( #161662 )
2025-08-28 08:42:34 +00:00
test_module_apis.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_module_containers.py
[BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format ( #144556 )
2025-07-29 03:26:09 +00:00
test_module_interface.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_modules.py
Fix typo: 'intialized' → 'initialized' in test_modules.py ( #157226 )
2025-07-03 14:56:02 +00:00
test_op_decompositions.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_optimize_for_mobile_preserve_debug_info.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_parametrization.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_pdt.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_peephole.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_profiler.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_python_bindings.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_python_builtins.py
[BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format ( #144556 )
2025-07-29 03:26:09 +00:00
test_python_ir.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_recursive_script.py
[TorchScript] thread-safe ErrorReport::CallStack ( #160386 )
2025-08-12 21:59:04 +00:00
test_remove_mutation.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_save_load_for_op_version.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_save_load.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_script_profile.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_scriptmod_ann.py
[BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format ( #144556 )
2025-07-29 03:26:09 +00:00
test_slice.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_sparse.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_string_formatting.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_symbolic_shape_analysis.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_tensor_creation_ops.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_tensor_methods.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_torchbind.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_tracer.py
[BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format ( #144556 )
2025-07-29 03:26:09 +00:00
test_type_sharing.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_types.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_typing.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_union_pep604.py
[Code Clean] Remove deadcodes about Python3.9 [7/N] ( #163646 )
2025-09-24 07:30:50 +00:00
test_union.py
[BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format ( #144556 )
2025-07-29 03:26:09 +00:00
test_unsupported_ops.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_upgraders.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00
test_warn.py
[BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format ( #144556 )
2025-07-29 03:26:09 +00:00
test_with.py
Add __main__ guards to jit tests ( #154725 )
2025-06-16 10:28:45 +00:00