Skip to content

Commit a808a60

Browse files
committed
Fix path to libnvJitLink.so.13 for CUDA 13
1 parent 7f30ac7 commit a808a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
-I $CUOPT/include $JITLINK/libnvJitLink.so.12 -L $CUOPT/lib64 -lcuopt
5959
patchelf --set-rpath \$ORIGIN gmscuopt-cu12.out
6060
export CUOPT="venvs/cu13/lib/python3.12/site-packages/libcuopt"
61-
export JITLINK="venvs/cu13/lib/python3.12/site-packages/nvidia/nvjitlink/lib"
61+
export JITLINK="venvs/cu13/lib/python3.12/site-packages/nvidia/cu13/lib"
6262
export CUOPT_VERSION="`cat "$CUOPT/VERSION"`"
6363
export CUOPT_HASH="`cat "$CUOPT/GIT_COMMIT"`"
6464
gcc -Wall gmscuopt.c -o gmscuopt-cu13.out \

0 commit comments

Comments
 (0)