Is it possible to call a CUDA CUBLAS function from a global or device function

后端 未结 1 1285
伪装坚强ぢ
伪装坚强ぢ 2021-01-21 23:48

I\'m trying to parallelize an existing application, I have most of the application parallelized and running on the GPU, I\'m having issues migrating one function to the GPU

相关标签:
1条回答
  • 2021-01-22 00:44

    CUDA Toolkit 5.0 introduced a device linker that can link device object files compiled separately. I believe, CUBLAS functions from CUDA Toolkit 5.0 can now be called from device functions (but I only reviewed the headers, I have no experience using CUBLAS).

    0 讨论(0)
提交回复
热议问题