I am trying to @vectorize some python through CUDA. I'm running Python3 in atom with Cuda9.1, Anaconda3, and have a similar problem to this:
but that solution is for linux and I'm on windows.
I gather from that solution above I need to add an Environment Variable. I tried to do just that by searching from the nvvm file which i found in:
C:\Users\ME\AppData\Local\Programs\Python\Python36\Lib\site-packages\numba\cuda\tests\cudadrv__pycache__
but adding that didn't help. I tried 'conda install cudatoolkit' as well as updating it.
Is my problem that the OS doesn't know where this library is? How to I point python to the library that it needs?