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

Tracking Issue for amdgpu target #135024

Open
2 of 12 tasks
Flakebi opened this issue Jan 2, 2025 · 0 comments
Open
2 of 12 tasks

Tracking Issue for amdgpu target #135024

Flakebi opened this issue Jan 2, 2025 · 0 comments
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC

Comments

@Flakebi
Copy link
Contributor

Flakebi commented Jan 2, 2025

This issue tracks the implementation of the amdgpu target.

Old, closed tracking issue: #51575

Implementation

Bugs

  • Debug compilation fails due to a bug in LLVM’s AMDGPUResourceUsageAnalysis. This is fixed in llvm main, so will be fixed with the update to LLVM 20
@Flakebi Flakebi added the C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC label Jan 2, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Jan 2, 2025
…=compiler-errors

Remove range-metadata amdgpu workaround

Range metadata was disabled for amdgpu due to a backend bug. I did not encounter any problems when removing the workaround to enable range metadata (tried compiling `core` and `alloc`), so I assume this has been fixed in LLVM in the last years.

Remove the workaround to re-enable range metadata.

Tracking issue: rust-lang#135024
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Jan 2, 2025
Rollup merge of rust-lang#135027 - Flakebi:remove-range-workaround, r=compiler-errors

Remove range-metadata amdgpu workaround

Range metadata was disabled for amdgpu due to a backend bug. I did not encounter any problems when removing the workaround to enable range metadata (tried compiling `core` and `alloc`), so I assume this has been fixed in LLVM in the last years.

Remove the workaround to re-enable range metadata.

Tracking issue: rust-lang#135024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
Projects
None yet
Development

No branches or pull requests

1 participant