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 d247c50 commit 8635951Copy full SHA for 8635951
internal/build/warningstester.mk
@@ -23,13 +23,15 @@ endif
23
24
CU_FILES += ../test/warningstester.cu
25
26
-# Thrust includes (thrust/)
+# Thrust includes
27
ifdef VULCAN
28
-INCLUDES += $(VULCAN_INSTALL_DIR)/cuda/include/
+INCLUDES += $(VULCAN_INSTALL_DIR)/cuda/include
29
INCLUDES += $(VULCAN_INSTALL_DIR)/cuda/_internal/cudart
30
+INCLUDES += $(VULCAN_TOOLKIT_BASE)/cub
31
else
-INCLUDES += ../../
32
+INCLUDES += ../..
33
INCLUDES += ../../../cuda/tools/cudart
34
+INCLUDES += ../../../cub
35
endif
36
37
# Location of generated include file that includes all Thrust public headers
0 commit comments