We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d962b commit 68b2639Copy full SHA for 68b2639
tests/codegen/gpu-kernel-abi.rs
@@ -3,6 +3,8 @@
3
//@ revisions: amdgpu nvptx
4
//@ [amdgpu] compile-flags: --crate-type=rlib --target=amdgcn-amd-amdhsa -Ctarget-cpu=gfx900
5
//@ [amdgpu] needs-llvm-components: amdgpu
6
+// amdgpu target is not yet merged
7
+//@ [amdgpu] should-fail
8
//@ [nvptx] compile-flags: --crate-type=rlib --target=nvptx64-nvidia-cuda
9
//@ [nvptx] needs-llvm-components: nvptx
10
#![feature(no_core, lang_items, abi_gpu_kernel)]
0 commit comments