Skip to content

Commit 9b5d6d1

Browse files
committed
fix vendor
1 parent 613b19d commit 9b5d6d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ elif [ "$MODE" = "cpu" ]; then
280280
elif [ "$MODE" = "profile" ]; then
281281
echo "Compiling profile binary ($ARCH)..."
282282
$NVCC $NVCC_OPT -arch=$ARCH -std=c++17 \
283-
-I. -Isrc -I$SRC_DIR \
283+
-I. -Isrc -I$SRC_DIR -Ivendor \
284284
-I$CUDA_HOME/include $CUDNN_IFLAG -I$RAYLIB_NAME/include \
285285
-DOBS_TENSOR_T=$OBS_TENSOR_T \
286286
-DENV_NAME=$ENV \

0 commit comments

Comments
 (0)