Yaxun Liu | cabce71 | 2019-06-14 15:54:47 +0000 | [diff] [blame] | 1 | // REQUIRES: amdgpu-registered-target |
2 | // RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -fcuda-is-device -emit-llvm -x hip -o - %s | FileCheck %s | ||||
3 | #include "Inputs/cuda.h" | ||||
4 | |||||
5 | __global__ void hip_kernel_temp() { | ||||
6 | } | ||||
7 | |||||
8 | // CHECK: attributes {{.*}} = {{.*}} "amdgpu-implicitarg-num-bytes"="48" |