gty111 / PTX-EMU

PTX-EMU is a simple emulator for CUDA program.
21 stars 1 forks source link

/bin/RAY: symbol lookup error: ./bin/RAY: undefined symbol: cudaGetErrorString, version libcudart.so.11.0 #2

Open hygxy opened 2 months ago

hygxy commented 2 months ago

Hi, I've tested the project but it fails:

make test /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 29 or more bytes (assuming 1053) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dummy] FAIL dummy-add] FAIL dummy-float] FAIL dummy-grid] FAIL dummy-mul] FAIL dummy-sub] FAIL dummy-condition] FAIL dummy-long] FAIL dummy-sieve] FAIL dummy-share] FAIL simpleGEMM-int] FAIL simpleGEMM-float] FAIL simpleGEMM-double] FAIL simpleCONV-int] FAIL simpleCONV-float] FAIL simpleCONV-double] FAIL 2Dentropy] FAIL aligned-types] FAIL all-pairs-distance] FAIL bitonic] FAIL bfs] FAIL backprop] FAIL RAY] FAIL cfd] FAIL

./bin/RAY 256 256 ./bin/RAY: symbol lookup error: ./bin/RAY: undefined symbol: cudaGetErrorString, version libcudart.so.11.0

gty111 commented 2 months ago

What's your environment? I have test PTX-EMU using