-
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
Code breaks on vulkan backend with v1.1.2 #6684
Labels
potential bug
Something that looks like a bug but not yet confirmed
Comments
neozhaoliang
added
the
potential bug
Something that looks like a bug but not yet confirmed
label
Nov 21, 2022
@neozhaoliang hmmm I've run the script and it works fine on master branch. Does this repro consistently on your end? |
@neozhaoliang can you still repro this issue? |
Using current master branch The program runs but gives the wrong error 0.0 |
RTX 4090 on windows produced this result:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code crashes on intel GT2 card, the commit is
e2fb83bdc4f3b4cc6cc86cca4ea35433883a49e6
:Error message:
Though the parent commits run without raising errors, they all give the wrong result
0.0
on both the Vulkan and OpenGL backends. But the code works fine on Cuda +v1.0.Info: the program works for
num_rounds = 100K
but fails fornum_rounds=1000K
.The text was updated successfully, but these errors were encountered: