reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 | // 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" |