Skip to content

Is it possible to adpat to CUDA10? #4

@HaFred

Description

@HaFred

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions