Fix failure in test hip-macros.hip

requires amdgpu-registered-target.
This commit is contained in:
Yaxun (Sam) Liu 2020-10-02 10:32:52 -04:00
parent 2a9ce60de9
commit c87c017a4c
1 changed files with 1 additions and 0 deletions

View File

@ -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