You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all, thank you for this introduction to cuda with python, this repository currently helps me a lot with my master thesis!
I decided to use cython to make some cuda kernels available in a python module. My code relies on the cublas library and I know that I have to link my code with the cublas library. However, I'm struggling to do this with a setup.py file.
Could you give me a hint how to change the setup.py file to do so?
The text was updated successfully, but these errors were encountered:
Hi,
first of all, thank you for this introduction to cuda with python, this repository currently helps me a lot with my master thesis!
I decided to use cython to make some cuda kernels available in a python module. My code relies on the cublas library and I know that I have to link my code with the cublas library. However, I'm struggling to do this with a setup.py file.
Could you give me a hint how to change the setup.py file to do so?
The text was updated successfully, but these errors were encountered: