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

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

Open
ksimpson-work opened this issue Feb 3, 2025 · 0 comments · May be fixed by #436
Assignees
Labels
cuda.core Everything related to the cuda.core module P0 High priority - Must do!

Comments

@ksimpson-work
Copy link
Contributor

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

@ksimpson-work ksimpson-work added cuda.core Everything related to the cuda.core module P0 High priority - Must do! labels Feb 3, 2025
@ksimpson-work ksimpson-work added this to the cuda.core beta 3 milestone Feb 3, 2025
@ksimpson-work ksimpson-work self-assigned this Feb 3, 2025
@ksimpson-work ksimpson-work linked a pull request Feb 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.core Everything related to the cuda.core module P0 High priority - Must do!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant