mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: According to https://app.circleci.com/pipelines/github/pytorch/pytorch/228154/workflows/31951076-b633-4391-bd0d-b2953c940876/jobs/8290059 TestFFTCUDA.test_fftn_backward_cuda_complex128 takes 242 seconds to finish, where most of the time spent checking 2nd gradient Refactor common part of test_fft_backward and test_fftn_backward into _fft_grad_check_helper Introduce `slowAwareTest` decorator Split test into fast and slow parts by checking 2nd degree gradient only during the slow part Pull Request resolved: https://github.com/pytorch/pytorch/pull/46509 Reviewed By: walterddr Differential Revision: D24378901 Pulled By: malfet fbshipit-source-id: 606670c2078480219905f63b9b278b835e760a66 |
||
|---|---|---|
| .. | ||
| codegen | ||
| data | ||
| distributed | ||
| generated | ||
| test_module | ||
| __init__.py | ||
| autocast_test_lists.py | ||
| common_cuda.py | ||
| common_device_type.py | ||
| common_distributed.py | ||
| common_methods_invocations.py | ||
| common_nn.py | ||
| common_quantization.py | ||
| common_quantized.py | ||
| common_utils.py | ||
| dist_utils.py | ||
| expecttest.py | ||
| hypothesis_utils.py | ||
| jit_metaprogramming_utils.py | ||
| jit_utils.py | ||
| te_utils.py | ||