Skip to content

update LinkerOptions class to match ProgramOptions handling of optionally sequence type arguments #432

@keenan-simpson

Description

@keenan-simpson

Some of the options accept or expect multiple inputs. ProgramOptions is more recently designed and handles this more gracefully by accepting a list, tuple, or individual string argument whenever it makes sense. Linker requires the argument to be a list of strings for some options (example: ptxas options)

migrate linker to the program logic

Metadata

Metadata

Labels

P0High priority - Must do!cuda.coreEverything related to the cuda.core module

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions