Closed mmitech closed 1 year ago
it was only a cuda linking issue, fixed by exporting the env variables:
export CUDA_HOME=/usr/local/cuda
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64
export PATH=$PATH:$CUDA_HOME/bin
I am unable to compile bladebit_cuda i get the following issue:
OS: Ubuntu server 22.04 LTS