-
Notifications
You must be signed in to change notification settings - Fork 99
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
Out of bounds memory access in Cuda.test_batched_getrs_t_double
unit test (H100, Cuda 12.0.0)
#2485
Comments
@yasahi-hpc any thoughts? That access is pretty far out of bounds. |
More info: turning on |
@cwpearson Hmm, I have not encountered this on my environment. To make investigation easier, is it possible to make
|
I think we could make that a macro... |
If both you and @lucbv are fine, I can open a PR for that |
Go for it @yasahi-hpc, thanks! |
@cwpearson After some investigation, I found that macrofying By the way, I have also confirmed that the The test passes with cuda 12.1.0. |
Presumably introduced in #2483
Reproducer @ sandia:
The text was updated successfully, but these errors were encountered: