forked from OSchip/llvm-project
Fix failure in test hip-macros.hip
requires amdgpu-registered-target.
This commit is contained in:
parent
2a9ce60de9
commit
c87c017a4c
|
@ -1,3 +1,4 @@
|
|||
// REQUIRES: clang-driver, amdgpu-registered-target
|
||||
// RUN: %clang -E -dM --offload-arch=gfx906 -mwavefrontsize64 \
|
||||
// RUN: --cuda-device-only -nogpuinc -nogpulib \
|
||||
// RUN: %s 2>&1 | FileCheck --check-prefixes=WAVE64 %s
|
||||
|
|
Loading…
Reference in New Issue