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
installed CUDA 7.5(works on my machine), made sure CUDA_PATH was added to system PATH and visual studio integration was installed
downloaded terra and add terra/bin to PATH
made the project tree like this
run buildOpt.bat
But when I went to Optlang\Opt\tests\minimal folder and tested whether it can work properly, I got the error below: Global variable 'cudalib' is not declared. Global variables must be 'declared' through a regular assignment (even to nil) at global scope before being used.
My operating system is windows 10
The text was updated successfully, but these errors were encountered:
I have
CUDA_PATH
was added to systemPATH
and visual studio integration was installedbuildOpt.bat
But when I went to
Optlang\Opt\tests\minimal
folder and tested whether it can work properly, I got the error below:Global variable 'cudalib' is not declared. Global variables must be 'declared' through a regular assignment (even to nil) at global scope before being used.
My operating system is windows 10
The text was updated successfully, but these errors were encountered: