We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9adcbb commit e0b2a40Copy full SHA for e0b2a40
Makefile
@@ -441,6 +441,9 @@ endif # JETSON_EOL_MODULE_DETECT
441
ifdef LLAMA_DEBUG
442
MK_NVCCFLAGS += -lineinfo
443
endif # LLAMA_DEBUG
444
+ifdef LLAMA_CUDA_DEBUG
445
+ MK_NVCCFLAGS += --device-debug
446
+endif # LLAMA_CUDA_DEBUG
447
ifdef LLAMA_CUDA_NVCC
448
NVCC = $(CCACHE) $(LLAMA_CUDA_NVCC)
449
else
0 commit comments