-
Notifications
You must be signed in to change notification settings - Fork 234
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
Segfault during CUBLAS logging #1062
Comments
Device info:
|
Haven't been able to reproduce; I let the |
@maleadt At the very least, that convinces me it might not be a CUDA issue -- but rather something in I was also also able to produce segfaults by trying to log information from the GPU on a task before moving it to the CPU with |
Possible better to change title of issue as I continue to investigate. |
That's likely, as these callbacks also use |
Apparently there's still some issue with the logger:
![image](https://user-images.githubusercontent.com/383068/126672440-4c107b21-c10a-4442-bdcf-b6da89b82c81.png)
As reported by @femtomc, encountered on CUDA.jl 3.3.4 with JULIA_DEBUG=CUDA.
The text was updated successfully, but these errors were encountered: