You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…=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
This issue tracks the implementation of the amdgpu target.
Old, closed tracking issue: #51575
Implementation
f128
incompiler-builtins
: Disable f128 for amdgpu compiler-builtins#737alloca
s to default address space: Cast allocas to default address space #135025cc
crate (once target is in nightly)core
andalloc
(depends oncc
crate)amdgpu-kernel
calling convention: Revive amdgpu-kernel calling convention #135047<kernel>.kd
kernel descriptor symbol (depends onamdgpu-kernel
calling convention)-C target-cpu=
: Target option to require explicit cpu #135030Bugs
AMDGPUResourceUsageAnalysis
. This is fixed in llvmmain
, so will be fixed with the update to LLVM 20The text was updated successfully, but these errors were encountered: