I compile on my RTX4090 but it raise an error "nvcc fatal : Unsupported gpu architecture 'compute_89'"
Makefile is like this
GPU=1 CUDNN=1 OPENCV=1 LIBSO=1 ARCH= -gencode arch=compute_89,code=[sm_89,compute_89]
Could anybody tells me how to compile it?
Thanks very much
I compile on my RTX4090 but it raise an error "nvcc fatal : Unsupported gpu architecture 'compute_89'"
Makefile is like this
GPU=1 CUDNN=1 OPENCV=1 LIBSO=1 ARCH= -gencode arch=compute_89,code=[sm_89,compute_89]Could anybody tells me how to compile it?
Thanks very much