-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
Description
Because we error on warnings and we get the following:
2023-10-09T08:08:44.6345575Z FAILED test/test_transforms_v2.py::TestRgbToGrayscale::test_transform[make_image_tensor-transform1] - UserWarning: torch::jit::fuser::cuda::isEnabled() is deprecated (Triggered internally at ../torch/csrc/jit/codegen/cuda/interface.cpp:54.)
2023-10-09T08:08:44.6346279Z = 128 failed, 21275 passed, 16844 skipped, 1 xfailed, 617 warnings in 1240.93s (0:20:40) =
Complete logs at https://hud.pytorch.org/pr/pytorch/vision/7990.
This happens on pure CPU job where clearly there's nothing related to nvfused or even CUDA. The warning was emmitted in this PR: pytorch/pytorch#110318