pytorch/torch/testing/_internal
Xuehai Pan b005ec62b9 [BE] Remove dependency on six and future (#94709)
Remove the Python 2 and 3 compatibility library [six](https://pypi.org/project/six) and [future](https://pypi.org/project/future) and `torch._six`. We only support Python 3.8+ now. It's time to retire them.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/94709
Approved by: https://github.com/malfet, https://github.com/Skylion007
2023-02-14 09:14:14 +00:00
..
codegen [BE] Prefer dash over underscore in command-line options (#94505) 2023-02-09 20:16:49 +00:00
data
distributed [BE] Apply almost all remaining flake8-comprehension checks (#94676) 2023-02-12 01:01:25 +00:00
generated
opinfo [BE] Apply almost all remaining flake8-comprehension checks (#94676) 2023-02-12 01:01:25 +00:00
test_module [BE]: pyupgrade Python to 3.8 - imports and object inheritance only (#94308) 2023-02-07 21:10:56 +00:00
__init__.py
autocast_test_lists.py Update autocast policy list on CPU (#92527) 2023-02-09 06:40:56 +00:00
autograd_function_db.py Update functorch supported autograd.Function to allow mark_dirty (#91222) 2022-12-28 03:53:47 +00:00
check_kernel_launches.py
common_cuda.py [SDPA] Wire up FlashAttention's backward (#92917) 2023-02-02 04:02:30 +00:00
common_device_type.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
common_dist_composable.py [FSDP][7/N] Support replicate in fully_shard (#91044) 2022-12-20 16:49:18 +00:00
common_distributed.py [small] multithreaded-pg guard attr (#93883) 2023-02-03 23:01:02 +00:00
common_dtype.py
common_fsdp.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
common_jit.py
common_methods_invocations.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
common_modules.py [ROCm] Remove PYTORCH_MIOPEN_SUGGEST_NHWC flag (#90725) 2023-02-09 22:26:24 +00:00
common_nn.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
common_pruning.py [pruning][core][feature] LSTM Structured Pruning prune_functions + pattern (#90801) 2023-02-01 19:29:03 +00:00
common_quantization.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
common_quantized.py
common_subclass.py
common_utils.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
composite_compliance.py [BE] Apply almost all remaining flake8-comprehension checks (#94676) 2023-02-12 01:01:25 +00:00
dist_utils.py
hypothesis_utils.py
inductor_utils.py Run test_torchinductor_opinfo CPU tests if triton not installed (#88934) 2022-11-14 15:49:34 +00:00
jit_metaprogramming_utils.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
jit_utils.py [BE]: pyupgrade Python to 3.8 - imports and object inheritance only (#94308) 2023-02-07 21:10:56 +00:00
logging_tensor.py
quantization_torch_package_models.py
schema_check_mode.py [vmap] unsafe_split : batching rule and OpInfo (#92291) 2023-01-20 10:31:56 +00:00