Pytorch 2.4 RC cu118 wheels do not work on old drivers #130684
8000
Labels
module: cuda
Related to torch.cuda, and CUDA support in general
module: third_party
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
upstream triton
Upstream Triton Issue
Milestone
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
Pytorch2.4 uses a new version of triton that adds the
cuTensorMapEncodeTiled
API (triton-lang/triton@7289a23#diff-0d645ca31937abba9a3357062ee2c3708f6d49f66d7842d5f6577a2044f962f5)This API requires a sufficiently new NVIDIA driver. Otherwise triton refuses to compile anything. To reproduce:
My driver version is:
NVIDIA-SMI 470.161.03 Driver Version: 470.161.03
. Note that this driver had been running older pytorch cu118 wheels without problems.Related issue: triton-lang/triton#2062
Versions
cc @ptrblck @msaroufim @ezyang @anijain2305 @chauhang @penguinwu @bertmaher @int3 @davidberard98 @nmacchioni @chenyang78 @embg @malfet @seemethere
The text was updated successfully, but these errors were encountered: