Open pytorch-bot[bot] opened 1 month ago
Another case of trunk flakiness has been found here. The list of platforms [linux] appears to contain all the recently affected platforms [linux]. Either the change didn't propogate fast enough or disable bot might be broken.
Platforms: linux
This test was disabled because it is failing in CI. See recent examples and the most recent trunk workflow logs.
Over the past 3 hours, it has been determined flaky in 8 workflow(s) with 24 failures and 8 successes.
Debugging instructions (after clicking on the recent samples link): DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs. To find relevant log snippets:
test_grad_scaling_autocast_fused_optimizers_Adam_cuda_float32
Sample error message
``` Traceback (most recent call last): File "/var/lib/jenkins/workspace/test/test_cuda.py", line 4665, in test_grad_scaling_autocast_fused_optimizers scaler_control.step(opt_control) File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/amp/grad_scaler.py", line 457, in step retval = self._maybe_opt_step(optimizer, optimizer_state, *args, **kwargs) File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/amp/grad_scaler.py", line 351, in _maybe_opt_step if not sum(v.item() for v in optimizer_state["found_inf_per_device"].values()): File "/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/amp/grad_scaler.py", line 351, inTest file path:
test_cuda.py
cc @ptrblck @msaroufim @clee2000