-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Getting this set up on a machine with RTX Titans and Cuda 12.0:
(pulsar) [sysadmin@titan dedisp]$ make
mkdir -p include
mkdir -p lib
mkdir -p obj
/usr/local/cuda-12.0/bin/nvcc -c -Xcompiler "-fPIC -Wall" -O3 -g -DDEDISP_DEBUG=0 -arch=sm_75 -Isrc -I/usr/local/cuda-12.0/include -o obj/dedisp.o src/dedisp.cu
src/kernels.cuh(38): error: texture is not a template
src/kernels.cuh(242): error: no instance of overloaded function "tex1Dfetch" matches the argument list
argument types are: (<error-type>, unsigned long)
src/kernels.cuh(360): error: identifier "cudaBindTexture" is undefined
3 errors detected in the compilation of "src/dedisp.cu".
make: *** [Makefile:45: lib/libdedisp.so.1.0.1] Error 2
Any ideas?
~ Joe G.
Metadata
Metadata
Assignees
Labels
No labels