pytorch/torch/testing/_internal
Michael Lazos d88fcb86d8 Enable dynamo traced test_forloop_goes_right_direction (#123322)
Removed a bunch of skips, I also updated test_forloop_goes_right_direction to *not* use the closure when dynamo is tracing. The reason for this is that testing the disabled optimizer doesn't actually test anything.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/123322
Approved by: https://github.com/janeyx99
ghstack dependencies: #123498
2024-04-18 00:50:10 +00:00
..
codegen
data
distributed [BE] enable ruff rule RSE and remove useless parentheses in raise statements (#124261) 2024-04-17 19:29:34 +00:00
generated
opinfo Test COW materialization in backward ops (#123593) 2024-04-09 22:31:50 +00:00
optests
test_module
__init__.py
autocast_test_lists.py
autograd_function_db.py
check_kernel_launches.py
common_cuda.py skip various unit tests for Jetson (#122531) 2024-04-16 01:26:26 +00:00
common_device_type.py run some cuda testcases on other devices if available. (#122182) 2024-03-25 16:40:03 +00:00
common_dist_composable.py
common_distributed.py [functional collective] change the Python APIs to only use the native funcol ops (#123777) 2024-04-13 03:08:36 +00:00
common_dtype.py
common_fsdp.py [FSDP2] Added pre/post-all-gather extensions (subclass) (#122908) 2024-04-15 21:35:51 +00:00
common_jit.py
common_methods_invocations.py Fix index_reduce sampler filter when op_info.variant_test_name is specified (#123375) 2024-04-17 15:31:28 +00:00
common_mkldnn.py
common_modules.py Add RMSNorm module (#121364) 2024-03-29 18:05:28 +00:00
common_nn.py
common_optimizers.py Enable dynamo traced test_forloop_goes_right_direction (#123322) 2024-04-18 00:50:10 +00:00
common_pruning.py
common_quantization.py [quant][pt2] Fix create FQ with FixedQParamsQSpec (#122104) 2024-03-22 14:23:05 +00:00
common_quantized.py
common_subclass.py Change default torch_function behavior to be disabled when torch_dispatch is defined (take 2) (#120632) 2024-03-09 01:08:37 +00:00
common_utils.py [CI] Reduce CI_SERIAL_LIST list (#124085) 2024-04-17 00:23:47 +00:00
composite_compliance.py Change default torch_function behavior to be disabled when torch_dispatch is defined (take 2) (#120632) 2024-03-09 01:08:37 +00:00
custom_op_db.py Excise old custom ops prototype from custom_op_db (#124062) 2024-04-15 23:32:47 +00:00
dist_utils.py
dynamo_test_failures.py
hop_db.py [while_loop] add a simiple op_info test (#123814) 2024-04-11 19:59:04 +00:00
hypothesis_utils.py
inductor_utils.py [Inductor Intel GPU backend Upstream] Add Inductor Intel GPU backend. (#121895) 2024-04-05 09:05:11 +00:00
jit_metaprogramming_utils.py
jit_utils.py
logging_tensor.py Change default torch_function behavior to be disabled when torch_dispatch is defined (take 2) (#120632) 2024-03-09 01:08:37 +00:00
logging_utils.py Teach dynamo about torch.func.jvp (#119926) 2024-03-22 20:25:47 +00:00
quantization_torch_package_models.py
static_module.py
torchbind_impls.py Add torch._library.register_fake_class to fakify torchBind class (#122622) 2024-04-02 23:52:17 +00:00
triton_utils.py Don't add non-integer Triton kernel arg 1 to equal_to_1 (#123886) 2024-04-14 20:34:05 +00:00
two_tensor.py