about summary refs log tree commit diff
path: root/tests/assembly/nvptx-kernel-abi
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-251/+0
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+5
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-01-26Restore previous ABI for f_single_u8_argbjorn3-1/+1
2025-01-26Avoid using make_direct_deprecated() in extern "ptx-kernel"bjorn3-18/+2
This method will be removed in the future as it produces a broken ABI that depends on cg_llvm implementation details. After this PR wasm32-unknown-unknown is the only remaining user of make_direct_deprecated().
2024-05-31NVPTX:_Especially add the DoubleI32 struct as a nvptx abi test case since it ↵Kjetil Kjeka-0/+10
was used as an example when discussing possible problems
2024-03-11NVPTX: Enable previously disabled testsKjetil Kjeka-7/+6
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+254