-
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
ti.gpu runs the wrong answer for prime demo #6896
Comments
Could you paste the full code in text to make it easier for others to reproduce? |
You can Ctrl-C and Ctrl-V from https://docs.taichi-lang.org/docs/accelerate_python |
The same for Vulkan backend.
Output from AMD APU
Expected result:
Btw, vulkan failed on Intel
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I just try count_primes demo on my MacBookPro M1. It is interesting that ti.cpu and ti.gpu give out different answers.
The only difference is line 4. ti.gpu runs very quickly but the answer is wrong.
To Reproduce
The text was updated successfully, but these errors were encountered: