Skip to content

Commit

Permalink
autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
jianxiaoyang committed Oct 29, 2023
1 parent 0e086d5 commit 46d5039
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(Cyclops, 3.3, [email protected])
AC_INIT([Cyclops],[3.3],[[email protected]])

# find R home and set CC/CFLAGS
: ${R_HOME=`R RHOME`}
Expand All @@ -26,8 +26,7 @@ if test -z "${CUDA_HOME}"; then
else
AC_MSG_NOTICE("using CUDA_HOME=${CUDA_HOME}")
AC_ARG_WITH([arch],
[AC_HELP_STRING([--with-arch=SM],
[compute capability of the target device @<:@sm_70@:>@])],
[AS_HELP_STRING([--with-arch=SM],[compute capability of the target device @<:@sm_70@:>@])],
[ARCH="$withval"], [ARCH=sm_70])
AC_MSG_RESULT([setting compute capability of the target device to ${ARCH}])
NVCC="${CUDA_HOME}/bin/nvcc -arch=${ARCH}"
Expand Down

0 comments on commit 46d5039

Please sign in to comment.