rust/compiler/stable_mir/src
Flakebi e7e5202978
Add gpu-kernel calling convention
The amdgpu-kernel calling convention was reverted in commit
f6b21e90d1 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.
2025-01-16 00:26:55 +01:00
..
mir Encode coroutine-closures in SMIR 2024-12-14 03:45:35 +00:00
abi.rs Add gpu-kernel calling convention 2025-01-16 00:26:55 +01:00
compiler_interface.rs [StableMIR] API to retrieve definitions from crates 2024-11-07 13:11:46 -08:00
crate_def.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
error.rs Implement missing ABI structures in StableMIR 2024-03-01 11:02:05 -08:00
lib.rs [StableMIR] API to retrieve definitions from crates 2024-11-07 13:11:46 -08:00
mir.rs Add support to global allocation to stable-mir 2023-11-21 19:16:53 -08:00
target.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ty.rs Add gpu-kernel calling convention 2025-01-16 00:26:55 +01:00
visitor.rs Encode coroutine-closures in SMIR 2024-12-14 03:45:35 +00:00