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 linker options sequence handling #436

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ksimpson-work
Copy link
Contributor

The LinkerOptions were implemented before ProgramOptions, which uses an improved logic for handling optional sequence arguments. This review migrates the linker to that logic. It could present as a bug if someone was using the linker backed ptx program.

close #432

@ksimpson-work ksimpson-work added bug Something isn't working cuda.core Everything related to the cuda.core module labels Feb 4, 2025
@ksimpson-work ksimpson-work added this to the cuda.core beta 3 milestone Feb 4, 2025
@ksimpson-work ksimpson-work self-assigned this Feb 4, 2025
Copy link
Contributor

copy-pr-bot bot commented Feb 4, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@ksimpson-work
Copy link
Contributor Author

/ok to test

Copy link

github-actions bot commented Feb 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cuda.core Everything related to the cuda.core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update LinkerOptions class to match ProgramOptions handling of optionally sequence type arguments
1 participant