Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--with-nvcc-gencode help text differs slightly from expected format #1003

Open
mhrywniak opened this issue Jul 25, 2024 · 0 comments
Open

--with-nvcc-gencode help text differs slightly from expected format #1003

mhrywniak opened this issue Jul 25, 2024 · 0 comments

Comments

@mhrywniak
Copy link

Looking at

[AS_HELP_STRING([--with-nvcc-gencode=arch,code],

it says

    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant