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 met a problem when I am trying to install the cudamemtest.
Here is the error info
_
sudo make
[ 25%] Building CUDA object CMakeFiles/cuda_memtest.dir/tests.cpp.o
/root/cuda_memtest/cuda_memtest.h(57): error: identifier "deviceProp_t" is undefined
/root/cuda_memtest/cuda_memtest.h(57): error: expected a ";"
/root/cuda_memtest/cuda_memtest.h(58): error: identifier "apiError_t" is undefined
/root/cuda_memtest/cuda_memtest.h(58): error: expected a ";"
_
I am trying this with A100 and cuda10+driver470+centos 7. Any idea of this?
Thank you so much for this and I appreciate your help!
The text was updated successfully, but these errors were encountered:
Sry has overseen this issue.
Never the less try try to answer it.
I think you have not compiled with a CUDA or HIP compiler. For cuda you should have installed nvcc and for AMD HIP hipcc.
Hi,
I met a problem when I am trying to install the cudamemtest.
Here is the error info
_
_
I am trying this with A100 and cuda10+driver470+centos 7. Any idea of this?
Thank you so much for this and I appreciate your help!
The text was updated successfully, but these errors were encountered: