Skip to content

Commit 8635951

Browse files
committed
Add cub include path to warningstester build.
1 parent d247c50 commit 8635951

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

internal/build/warningstester.mk

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ endif
2323

2424
CU_FILES += ../test/warningstester.cu
2525

26-
# Thrust includes (thrust/)
26+
# Thrust includes
2727
ifdef VULCAN
28-
INCLUDES += $(VULCAN_INSTALL_DIR)/cuda/include/
28+
INCLUDES += $(VULCAN_INSTALL_DIR)/cuda/include
2929
INCLUDES += $(VULCAN_INSTALL_DIR)/cuda/_internal/cudart
30+
INCLUDES += $(VULCAN_TOOLKIT_BASE)/cub
3031
else
31-
INCLUDES += ../../
32+
INCLUDES += ../..
3233
INCLUDES += ../../../cuda/tools/cudart
34+
INCLUDES += ../../../cub
3335
endif
3436

3537
# Location of generated include file that includes all Thrust public headers

0 commit comments

Comments
 (0)