-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[cuda] CUDA warp level intrinsics failed on legacy GPU #4935
Labels
Comments
0xzhang
added
the
potential bug
Something that looks like a bug but not yet confirmed
label
May 9, 2022
Hi, sorry for my late reply. We should indeed detect this in advance by inspecting the GPU CC, we will fix this. |
This should be fixed by 5077. Feel free to reopen if you encounter further problem. |
Repository owner
moved this from In Progress
to Done
in Taichi Lang
Jun 1, 2022
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Related PR is #4927. I shared the full error info on Gist.
It seems
test_simt.py
not testable on my PC.I use command below.
Warp functions have requirements to compute capability of device. Maybe my card doesn't have enough compute capability according the list.
If taichi could capture this problem in advance would be even better.
The text was updated successfully, but these errors were encountered: