Opt
Opt copied to clipboard
Global variable 'cudalib' is not declared.
I have
- installed visual studio 2013
- installed CUDA 7.5(works on my machine), made sure
CUDA_PATH
was added to systemPATH
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