Hi,
cuda race detector is telling me there is a race condition in. my call to cublasSgemm().
How is that possible?
Thanks!
Hi,
cuda race detector is telling me there is a race condition in. my call to cublasSgemm().
How is that possible?
Thanks!
Update:
I would recommend filing a bug at developer.nvidia.com
I note that according to the report there is a “Potential RAW hazard”, so this isn’t necessarily indicative of a bug in CUBLAS.
It could be that a tricky piece of code makes it look like there is a RAW hazard, while the overall construction of the code prevents it from actually turning into one.
It is helpful to file a bug report with NVIDIA (as suggested by txbob) because if there is an actual RAW hazard in *GEMM, NVIDIA would want to fix it, and if it turns out to be a false positive, they might want to think about improving the RAW hazard detection so false positives occur less frequently.