<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">GG says executing the following lines does help:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">export PATH=/usr/local/cuda-10.1/bin${PATH:+:${PATH}}<br>export LD_LIBRARY_PATH=\<br>/usr/local/cuda-10.1/lib64/${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}<br>export MANPATH=/usr/local/cuda/doc/man/${MANPATH:+:${MANPATH}}</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">And in your case it can not find    helper_cuda.h    a bunch of include files are in a common area and they can not be moved.  When gg tested this just now on Fedora, He first did "cd deviceQuery" before running "make".</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you get further or the above does not help, email more information please.  gg/Phyllis<br></div></div><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
[root@archpaz paz]# cd /home/paz/cuda/<br>
[root@archpaz cuda]# make<br>
/opt/cuda/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode<br>
arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35<br>
-gencode arch=compute_37,code=sm_37 -gencode<br>
arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52<br>
-gencode arch=compute_60,code=sm_60 -gencode<br>
arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70<br>
-gencode arch=compute_75,code=sm_75 -gencode<br>
arch=compute_75,code=compute_75 -o deviceQuery.o -c deviceQuery.cpp<br>
deviceQuery.cpp:17:10: fatal error: helper_cuda.h: File o directory<br>
non esistente<br>
   17 | #include <helper_cuda.h><br>
      |          ^~~~~~~~~~~~~~~<br>
compilation terminated.<br>
make: *** [Makefile:288: deviceQuery.o] Error 1<br>
<br>
</blockquote></div></div>