Skip to content

Commit 68b2639

Browse files
committed
Disable test for not-yet-merged amdgpu target
1 parent b8d962b commit 68b2639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/codegen/gpu-kernel-abi.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
//@ revisions: amdgpu nvptx
44
//@ [amdgpu] compile-flags: --crate-type=rlib --target=amdgcn-amd-amdhsa -Ctarget-cpu=gfx900
55
//@ [amdgpu] needs-llvm-components: amdgpu
6+
// amdgpu target is not yet merged
7+
//@ [amdgpu] should-fail
68
//@ [nvptx] compile-flags: --crate-type=rlib --target=nvptx64-nvidia-cuda
79
//@ [nvptx] needs-llvm-components: nvptx
810
#![feature(no_core, lang_items, abi_gpu_kernel)]

0 commit comments

Comments
 (0)