Closed nathanchrs closed 5 years ago
The custom cuda_compile_ptx calls for Linux in the CMakefiles are missing the DEBUG_FLAGS option, causing PTX files to be missing debug information even though the USE_DEBUG_PTX option is set to true.
cuda_compile_ptx
DEBUG_FLAGS
USE_DEBUG_PTX
The custom
cuda_compile_ptx
calls for Linux in the CMakefiles are missing theDEBUG_FLAGS
option, causing PTX files to be missing debug information even though theUSE_DEBUG_PTX
option is set to true.