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
I am trying to compile SHOC benchmarks. I am using CUDA version 11.0. I get the following error
/usr/local/cuda-11.0//bin/../targets/x86_64-linux/include/crt/host_runtime.h:259: undefined reference to __cudaUnregisterFatBinary' usSpeedDownload.o: In function __sti____cudaRegisterAll()':
/tmp/tmpxft_000037c9_00000000-6_BusSpeedDownload.cudafe1.stub.c:13: undefined reference to __cudaRegisterFatBinary' /tmp/tmpxft_000037c9_00000000-6_BusSpeedDownload.cudafe1.stub.c:13: undefined reference to __cudaRegisterFatBinaryEnd'
collect2: error: ld returned 1 exit status
Makefile:329: recipe for target 'BusSpeedDownload' failed
make[4]: *** [BusSpeedDownload] Error 1
Can anyone help
The text was updated successfully, but these errors were encountered:
Greetings all,
I am trying to compile SHOC benchmarks. I am using CUDA version 11.0. I get the following error
/usr/local/cuda-11.0//bin/../targets/x86_64-linux/include/crt/host_runtime.h:259: undefined reference to
__cudaUnregisterFatBinary' usSpeedDownload.o: In function
__sti____cudaRegisterAll()':/tmp/tmpxft_000037c9_00000000-6_BusSpeedDownload.cudafe1.stub.c:13: undefined reference to
__cudaRegisterFatBinary' /tmp/tmpxft_000037c9_00000000-6_BusSpeedDownload.cudafe1.stub.c:13: undefined reference to
__cudaRegisterFatBinaryEnd'collect2: error: ld returned 1 exit status
Makefile:329: recipe for target 'BusSpeedDownload' failed
make[4]: *** [BusSpeedDownload] Error 1
Can anyone help
The text was updated successfully, but these errors were encountered: