1
Fork 0
rust/compiler/rustc_abi/src
bors 0c2c096e1a Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee
Add gpu-kernel calling convention

The amdgpu-kernel calling convention was reverted in commit f6b21e90d1 (#120495 and https://github.com/rust-lang/rust-analyzer/pull/16463) due to inactivity in the amdgpu target.

Introduce a `gpu-kernel` calling convention that translates to `ptx_kernel` or `amdgpu_kernel`, depending on the target that rust compiles for.

Tracking issue: #135467
amdgpu target tracking issue: #135024
2025-01-17 04:36:09 +00:00
..
extern_abi Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee 2025-01-17 04:36:09 +00:00
layout Support s390x z13 vector ABI 2024-11-14 22:14:11 +09:00
callconv.rs make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00
layout.rs exclude unsizable tail from randomization seed calculation 2025-01-10 02:22:57 +01:00
lib.rs Foo<T> != Foo<U> under layout randomization 2025-01-10 02:22:57 +01:00
tests.rs coverage: Set up MC/DC bitmaps without additional unsafe code 2024-05-01 09:55:22 +10:00