vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

Make install is not working #85

Open rajivchoudhury opened 2 months ago

rajivchoudhury commented 2 months ago

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.