| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -1/+7 | |
| As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items. | ||||
| 2025-02-12 | Export kernel descriptor for amdgpu kernels | Flakebi | -0/+11 | |
| The host runtime (HIP or HSA) expects a kernel descriptor object for each kernel in the ELF file. The amdgpu LLVM backend generates the object. It is created as a symbol with the name of the kernel plus a `.kd` suffix. Add it to the exported symbols in the linker script, so that it can be found. | ||||
