File size: 518 Bytes
9e0a83e | 1 2 3 4 5 6 7 8 9 10 11 | # CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
# compile CUDA with /usr/local/cuda/bin/nvcc
CUDA_DEFINES = -DTCNN_MIN_GPU_ARCH=75
CUDA_INCLUDES = --options-file CMakeFiles/tiny-cuda-nn.dir/includes_CUDA.rsp
CUDA_FLAGS = -O2 -g -DNDEBUG -std=c++14 "--generate-code=arch=compute_75,code=[compute_75,sm_75]" -Xcompiler=-Wno-float-conversion -Xcompiler=-fno-strict-aliasing -Xcudafe=--diag_suppress=unrecognized_gcc_pragma --extended-lambda --expt-relaxed-constexpr
|