You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AC_ARG_WITH([nvcc-gencode],
[AS_HELP_STRING([--with-nvcc-gencode=arch,code],
[Defines target GPU architecture,
see nvcc -gencode option for details])],
although the sample strings are of the form e.g. ARCH7="-gencode=arch=compute_52,code=sm_52".
I think the help text should be tweaked to say --with-nvcc-gencode="-gencode=arch,code", or potentially the mechanism tweaked to automatically add -gencode=... to all flags.
The text was updated successfully, but these errors were encountered:
Looking at
ucc/config/m4/cuda.m4
Line 30 in cf97156
it says
although the sample strings are of the form e.g.
ARCH7="-gencode=arch=compute_52,code=sm_52"
.I think the help text should be tweaked to say
--with-nvcc-gencode="-gencode=arch,code"
, or potentially the mechanism tweaked to automatically add-gencode=...
to all flags.The text was updated successfully, but these errors were encountered: