Skip to content

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

Open
@mhrywniak

Description

@mhrywniak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions