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 8364da1 commit 26836e2Copy full SHA for 26836e2
internal/build/common_build.mk
@@ -80,8 +80,15 @@ ifndef BUILD_AGAINST_RELEASE
80
else
81
INCLUDES_ABSPATH += $(ROOTDIR)/thrust
82
endif
83
+
84
+ # CUB includes
85
+ ifdef VULCAN
86
+ INCLUDES_ABSPATH += $(VULCAN_TOOLKIT_BASE)/cub
87
+ else
88
+ INCLUDES_ABSPATH += $(ROOTDIR)/cub
89
+ endif
90
- # CUDA and Thrust includes
91
+ # CUDA, CUB, and Thrust includes
92
INCLUDES_ABSPATH += $(GPGPU_COMPILER_EXPORT)/include
93
94
ifeq ($(TARGET_ARCH),ARMv7)
0 commit comments