-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Warp CUDA error #408
Comments
I'm not sure what's going on and I can't reproduce an issue on my system, but have you tried installing FYI, Warp actually doesn't use the There was a recent commit from @nvlukasz on the |
Interesting. Looks like we fail to get the It's unclear why Based on nvidia-smi, the driver is 561.09, which I believe is a Windows driver. The kernel cache dir looks Linux-like ( |
Just to get another data point, you could try running some Torch CUDA code in that environment. test_torch.py: import torch
a = torch.arange(10, device="cuda:0")
print(a) $ pip install torch
$ python test_torch.py See if that works correctly. |
Bug Description
isn't that funny?
System Information
The text was updated successfully, but these errors were encountered: