stdarch icon indicating copy to clipboard operation
stdarch copied to clipboard

Add amdgpu intrinsics

Open Flakebi opened this issue 1 week ago • 7 comments

Add intrinsics for the amdgpu architecture.

I’m not sure how to add/run CI (ci/run.sh fails for me e.g. for nvptx because core cannot be found), but I checked that it compiles without warnings with

$ CARGO_BUILD_RUSTFLAGS=-Ctarget-cpu=gfx900 cargo check --target amdgcn-amd-amdhsa -Zbuild-std=core

Tracking issue: https://github.com/rust-lang/rust/issues/149988

Flakebi avatar Dec 14 '25 13:12 Flakebi