-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate 128 bit CUDA concurrency issues on certain chips like the AD102 or GA104 - when shared ram is not properly isolated #31
Comments
obriensystems
added a commit
that referenced
this issue
Jan 12, 2025
obriensystems
added a commit
that referenced
this issue
Jan 12, 2025
still occurring
RUN 2
|
RTX-A4000
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see #12
Issue may be that the thread max copy code was outside the if check on the thread
https://github.com/ObrienlabsDev/performance/blob/main/gpu/nvidia/cuda/cpp/128bit/collatz_cuda/kernel_collatz.cu#L100
The text was updated successfully, but these errors were encountered: