diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-21 14:34:12 +0200 | 
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-22 14:28:48 +0200 | 
| commit | a27f3e3fd1e4d16160f8885b6b06665b5319f56c (patch) | |
| tree | b033935392cbadf6f85d2dbddf433a88e323aeeb /tests/codegen/gpu-kernel-abi.rs | |
| parent | ed93c1783b404d728d4809973a0550eb33cd293f (diff) | |
| download | rust-a27f3e3fd1e4d16160f8885b6b06665b5319f56c.tar.gz rust-a27f3e3fd1e4d16160f8885b6b06665b5319f56c.zip | |
Rename `tests/codegen` into `tests/codegen-llvm`
Diffstat (limited to 'tests/codegen/gpu-kernel-abi.rs')
| -rw-r--r-- | tests/codegen/gpu-kernel-abi.rs | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/tests/codegen/gpu-kernel-abi.rs b/tests/codegen/gpu-kernel-abi.rs deleted file mode 100644 index 8ac376d9338..00000000000 --- a/tests/codegen/gpu-kernel-abi.rs +++ /dev/null @@ -1,15 +0,0 @@ -// Checks that the gpu-kernel calling convention correctly translates to LLVM calling conventions. - -//@ add-core-stubs -//@ revisions: nvptx -//@ [nvptx] compile-flags: --crate-type=rlib --target=nvptx64-nvidia-cuda -//@ [nvptx] needs-llvm-components: nvptx -#![feature(no_core, lang_items, abi_gpu_kernel)] -#![no_core] - -extern crate minicore; -use minicore::*; - -// nvptx: define ptx_kernel void @fun(i32 -#[no_mangle] -pub extern "gpu-kernel" fn fun(_: i32) {} | 
