Skip to content

Conversation

@kjetilkjeka
Copy link
Contributor

@kjetilkjeka kjetilkjeka commented Oct 14, 2025

Related to #99248

With the version bump of llvm happening a while back it's possible to not strip debug symbols in llbc-linker for the nvptx target in a lot of useful cases.

Instead of always stripping for nvptx64 the new behavior is to look at target-feature and target-cpu and strip for combinations that produce old enough ptx isa version to trigger the bug.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 14, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 14, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@kjetilkjeka
Copy link
Contributor Author

@rustbot label +O-NVPTX

@rustbot rustbot added the O-NVPTX Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html label Oct 14, 2025
@Mark-Simulacrum
Copy link
Member

@RDambrosio016, can you take a look as the other target maintainer for nvptx?

@Mark-Simulacrum Mark-Simulacrum added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-NVPTX Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants