Skip to content

Commit

Permalink
Merge branch 'lbgpu'
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Arnold committed Apr 1, 2011
2 parents f2f4276 + d06c319 commit 29224da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ if test x$with_cuda != xno; then
# if no other compute capability is defined by the user, we need at least 1.1
case "$NVCCFLAGS" in
*-arch=*) ;;
*) NVCCFLAGS="$NVCCFLAGS --ptxas-options=-v -arch=compute_20 -code=sm_20"
*) NVCCFLAGS="$NVCCFLAGS --ptxas-options=-v -gencode arch=compute_11,code=compute_11 -gencode arch=compute_20,code=compute_20"
esac
# use nvcc
save_CC=$CC
Expand Down

0 comments on commit 29224da

Please sign in to comment.