We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613b19d commit 9b5d6d1Copy full SHA for 9b5d6d1
1 file changed
build.sh
@@ -280,7 +280,7 @@ elif [ "$MODE" = "cpu" ]; then
280
elif [ "$MODE" = "profile" ]; then
281
echo "Compiling profile binary ($ARCH)..."
282
$NVCC $NVCC_OPT -arch=$ARCH -std=c++17 \
283
- -I. -Isrc -I$SRC_DIR \
+ -I. -Isrc -I$SRC_DIR -Ivendor \
284
-I$CUDA_HOME/include $CUDNN_IFLAG -I$RAYLIB_NAME/include \
285
-DOBS_TENSOR_T=$OBS_TENSOR_T \
286
-DENV_NAME=$ENV \
0 commit comments