We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7b2cb commit 90d08e0Copy full SHA for 90d08e0
1 file changed
build.sh
@@ -197,7 +197,7 @@ if [ "$MODE" = "profile" ]; then
197
-Xcompiler=-fopenmp \
198
tests/profile_kernels.cu ini.c \
199
"$STATIC_LIB" "$RAYLIB_A" \
200
- -lnccl -lnvidia-ml -lcublas -lcurand -lcudnn -lnvToolsExt \
+ -lnccl -lnvidia-ml -lcublas -lcurand -lcudnn \
201
-lGL -lm -lpthread -lomp5 \
202
-o profile
203
echo "=== Built: ./profile ==="
@@ -252,7 +252,7 @@ LINK_CMD=(
252
src/bindings.o "$STATIC_LIB" "$RAYLIB_A"
253
-L$CUDA_HOME/lib64
254
-lcudart -lnccl -lnvidia-ml -lcublas -lcusolver -lcurand -lcudnn
255
- -lnvToolsExt -lomp5
+ -lomp5
256
$LINK_OPT
257
)
258
[ "$PLATFORM" = "Linux" ] && LINK_CMD+=(-Bsymbolic-functions)
0 commit comments