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 47d8592 commit 628ab6dCopy full SHA for 628ab6d
src/Makefile
@@ -68,7 +68,7 @@ ifeq ($(USE_POLLY_ACC),1)
68
LLVMLINK += -lPollyPPCG
69
FLAGS += -DUSE_POLLY_ACC
70
ifeq ($(CUDALIB_INCLUDE_DIR),)
71
-$(error CUDALIB_INCLUDE_DIR not set: Please provide the path to CUDA header files)
+$(error CUDALIB_INCLUDE_DIR not set: If compiling with USE_POLLY_ACC, user must provide the path to CUDA header files)
72
endif
73
FLAGS += -I$(CUDALIB_INCLUDE_DIR)
74
FLAGS += -I$(shell $(LLVM_CONFIG_HOST) --src-root)/tools/polly/tools
0 commit comments