summaryrefslogtreecommitdiffstats
path: root/test/CodeGenOpenCL/ptx-kernels.cl
blob: 4d6fa1084d4b8b1e074abcbc68eaebbfda0ad4cf (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 %s -triple ptx32-unknown-unknown -emit-llvm -o - | FileCheck %s

void device_function() {
}
// CHECK: define ptx_device void @device_function()

__kernel void kernel_function() {
}
// CHECK: define ptx_kernel void @kernel_function()

OpenPOWER on IntegriCloud