-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I wonder how to modify the makefile to fit in the CUDA10 env?
# Separate cpp shared library that will be loaded to the extern C ffi
/usr/local/cuda-8.0/bin/nvcc -arch=sm_30 -gencode=arch=compute_30,code=sm_30 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_61,code=compute_61 -c -o build/shiftnet_cuda_kernels.so src/shiftnet_cuda_kernels.cu -x cu -Xcompiler -fPIC -shared -Iinclude
make: /usr/local/cuda-8.0/bin/nvcc: Command not found
make: *** [build/shiftnet_cuda_kernels.so] Error 127
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels