NVIDIA / CUDALibrarySamples

CUDA Library Samples
Other
1.59k stars 341 forks source link

bug fix for svd reconstruction #147

Closed jtang-csmi closed 9 months ago

jtang-csmi commented 1 year ago

attached cublasH to stream to guarantee the correctness of the follow-up gemm kernel

mrogowski commented 9 months ago

The fix is included in https://github.com/NVIDIA/CUDALibrarySamples/commit/16c4a331d3973fd8a2ad73f821370e34fda4a1de, thanks for the report!