Skip to content

Commit 293fb59

Browse files
committed
Revert the inductor static launcher workaround
Switching to triton's own launcher only changed the message: the same three DTensor mul tests fail at the same point, now with "Pointer argument (at 0) cannot be accessed from Triton (cpu tensor?)" instead of "CUDA driver error: invalid argument". The launcher was not the cause, so drop the override rather than carry an env var that claims a fix.
1 parent d2ad2bb commit 293fb59

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.lightning/workflows/all-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ run: |
9393
--timeout=360 \
9494
--numprocesses=9
9595
elif [ "${testing}" == "distributed" ]; then
96-
# The DTensor tests build their reference with plain torch.compile, and on this image inductor's
97-
# static Triton launcher dies there with "CUDA driver error: invalid argument" before thunder is
98-
# ever reached. Fall back to Triton's own launcher until the image's torch/triton pairing is fixed.
99-
TORCHINDUCTOR_USE_STATIC_CUDA_LAUNCHER=0 \
10096
pytest thunder/tests/distributed \
10197
-v --durations=0 \
10298
--random-order-seed=42

0 commit comments

Comments
 (0)