Skip to content

Commit

Permalink
Update configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Feb 19, 2024
1 parent 10f6437 commit 03fa46a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -21930,10 +21930,10 @@ printf %s "checking for minimum shared memory per block... " >&6; }

CXXFLAGS_save="$CXXFLAGS"
LDFLAGS_save="$LDFLAGS"
LIBS_save="$LIBS"
NVCCLIBS_save="$NVCCLIBS"

LDFLAGS="-L$CUDA_HOME/lib64 -L$CUDA_HOME/lib"
LIBS="-lcuda -lcudart"
NVCCLIBS="-lcuda -lcudart"
ac_run='$NVCC -o conftest$ac_ext $LDFLAGS $LIBS conftest.$ac_ext>&5'
if test "$cross_compiling" = yes
then :
Expand Down Expand Up @@ -21997,7 +21997,7 @@ fi

CXXFLAGS="$CXXFLAGS_save"
LDFLAGS="$LDFLAGS_save"
LIBS="$LIBS_save"
NVCCLIBS="$NVCCLIBS_save"
else
GPU_SHAREDMEM=$with_shared_mem

Expand Down

0 comments on commit 03fa46a

Please sign in to comment.