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 bbbe416 commit bb07adcCopy full SHA for bb07adc
Makefile
@@ -553,8 +553,11 @@ $(info I CFLAGS: $(CFLAGS))
553
$(info I CXXFLAGS: $(CXXFLAGS))
554
$(info I NVCCFLAGS: $(NVCCFLAGS))
555
$(info I LDFLAGS: $(LDFLAGS))
556
-$(info I CC: $(shell $(CC) --version | head -n 1))
557
-$(info I CXX: $(shell $(CXX) --version | head -n 1))
+$(info I CC: $(shell $(CC) --version | head -n 1))
+$(info I CXX: $(shell $(CXX) --version | head -n 1))
558
+ifdef LLAMA_CUBLAS
559
+$(info I NVCC: $(shell $(NVCC) --version | tail -n 1))
560
+endif # LLAMA_CUBLAS
561
$(info )
562
563
#
0 commit comments