Skip to content

Commit 90d08e0

Browse files
committed
delete old nv flag
1 parent dd7b2cb commit 90d08e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ if [ "$MODE" = "profile" ]; then
197197
-Xcompiler=-fopenmp \
198198
tests/profile_kernels.cu ini.c \
199199
"$STATIC_LIB" "$RAYLIB_A" \
200-
-lnccl -lnvidia-ml -lcublas -lcurand -lcudnn -lnvToolsExt \
200+
-lnccl -lnvidia-ml -lcublas -lcurand -lcudnn \
201201
-lGL -lm -lpthread -lomp5 \
202202
-o profile
203203
echo "=== Built: ./profile ==="
@@ -252,7 +252,7 @@ LINK_CMD=(
252252
src/bindings.o "$STATIC_LIB" "$RAYLIB_A"
253253
-L$CUDA_HOME/lib64
254254
-lcudart -lnccl -lnvidia-ml -lcublas -lcusolver -lcurand -lcudnn
255-
-lnvToolsExt -lomp5
255+
-lomp5
256256
$LINK_OPT
257257
)
258258
[ "$PLATFORM" = "Linux" ] && LINK_CMD+=(-Bsymbolic-functions)

0 commit comments

Comments
 (0)