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'm running shoc on Intel i9 processor and RTX 4080 GPU.
Running the configure file, runs fine but while running the make file following error is found.
/usr/bin/ld: BusSpeedDownload.o: in function `__cudaUnregisterBinaryUtil()':
/tmp/tmpxft_003c3bbc_00000000-6_BusSpeedDownload.compute_90.cudafe1.cpp:277:(.text+0xc): undefined reference to `__cudaUnregisterFatBinary'
/usr/bin/ld: BusSpeedDownload.o: in function `__sti____cudaRegisterAll()':
/tmp/tmpxft_003c3bbc_00000000-6_BusSpeedDownload.compute_90.cudafe1.stub.c:13:(.text.startup+0x10): undefined reference to `__cudaRegisterFatBinary'
/usr/bin/ld: /tmp/tmpxft_003c3bbc_00000000-6_BusSpeedDownload.compute_90.cudafe1.stub.c:13:(.text.startup+0x1f): undefined reference to `__cudaRegisterFatBinaryEnd'
collect2: error: ld returned 1 exit status
I have CUDA version 12.4.
If anyone faced the same issue, please suggest how to resolve it.
The text was updated successfully, but these errors were encountered:
I'm running shoc on Intel i9 processor and RTX 4080 GPU.
Running the configure file, runs fine but while running the make file following error is found.
I have CUDA version 12.4.
If anyone faced the same issue, please suggest how to resolve it.
The text was updated successfully, but these errors were encountered: