llvm-for-llvmta/tools/clang/test/CodeGenCUDA/amdgpu-hip-implicit-kernarg.cu

9 lines
279 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
// REQUIRES: amdgpu-registered-target
// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -fcuda-is-device -emit-llvm -x hip -o - %s | FileCheck %s
#include "Inputs/cuda.h"
__global__ void hip_kernel_temp() {
}
// CHECK: attributes {{.*}} = {{.*}} "amdgpu-implicitarg-num-bytes"="56"