Home
last modified time | relevance | path

Searched defs:test_kernel (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/test/MC/AMDGPU/
H A Delf-lds.s4 .globl test_kernel symbol
7 test_kernel: label
/llvm-project/clang/test/Interpreter/CUDA/
H A Ddevice-function.cu7 __global__ void test_kernel(int* value) { test_device(value); } in test_kernel() function
H A Ddevice-function-template.cu7 __global__ void test_kernel(int* value) { *value = sum(40, 2); } in test_kernel() function