antoni-2

Results 4 comments of antoni-2

Thank you for your answer. Unfortunately, the error persists. Below I am sending the makefile that was used during the compilation. Different combinations of CFLAGS were tried: ``` CFLAGS =...

I am sending the output from the commands after creating the hello.cu file: `nvcc -arch=sm_37 hello.cu -o hello` > nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are...

The error log I reported at the beginning of this issue, was shown after running the "nep" command directly from the command line. This was done in the directory with...

Thanks for the tip. Unfortunately, in my case, the compilation with a lower number in -arch=sm_XX resulted in the same effect. The tested options were: -arch=sm_35 (lowest possible value for...