Skip to content

Possible issue with Cuda 12 and Turing Architecture #4

@JPGlaser

Description

@JPGlaser

@ajameson

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

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