Skip to content

Conversation

@keenan-simpson
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

@keenan-simpson keenan-simpson added bug Something isn't working cuda.core Everything related to the cuda.core module labels Feb 4, 2025
@keenan-simpson keenan-simpson added this to the cuda.core beta 3 milestone Feb 4, 2025
@keenan-simpson keenan-simpson self-assigned this Feb 4, 2025
@copy-pr-bot
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.

@keenan-simpson
Copy link
Contributor Author

/ok to test

@github-actions

This comment has been minimized.

@keenan-simpson keenan-simpson marked this pull request as ready for review February 14, 2025 20:23
@leofang leofang added the P0 High priority - Must do! label Feb 14, 2025
@leofang
Copy link
Member

leofang commented Feb 15, 2025

/ok to test

@leofang leofang enabled auto-merge February 15, 2025 23:28
@leofang leofang merged commit 19563d5 into NVIDIA:main Feb 16, 2025
69 checks passed
@github-actions
Copy link

Doc Preview CI
Preview removed because the pull request was closed or merged.

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 P0 High priority - Must do!

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

2 participants