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
In file included from simpleOnnx.cpp:28:0:
cudaWrapper.h:30:10: fatal error: cuda_runtime.h: No such file or directory
#include <cuda_runtime.h>
^~~~~~~~~~~~~~~~
compilation terminated.
I have set the paths as:
export PATH=/usr/local/cuda-10.0/bin:/usr/local/cuda-10.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
The text was updated successfully, but these errors were encountered:
Most users have a symlink from /usr/local/cuda to the most recent install of CUDA o their system. Hence the makefile should work in most cases, but if your installation doesn't have a symlink it would not work.
In file included from simpleOnnx.cpp:28:0:
cudaWrapper.h:30:10: fatal error: cuda_runtime.h: No such file or directory
#include <cuda_runtime.h>
^~~~~~~~~~~~~~~~
compilation terminated.
I have set the paths as:
export PATH=/usr/local/cuda-10.0/bin:/usr/local/cuda-10.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
The text was updated successfully, but these errors were encountered: