Home
last modified time | relevance | path

Searched refs:test_device (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Interpreter/CUDA/
H A Ddevice-function.cu6 __device__ inline void test_device(int* value) { *value = 42; } in test_device() function
7 __global__ void test_kernel(int* value) { test_device(value); } in test_kernel()
/llvm-project/clang/test/SemaCUDA/
H A Daddr-of-overloaded-fn.cu22 __device__ void test_device() { in test_device() function
/llvm-project/llvm/docs/
H A DCompileCudaWithLLVM.rst377 __device__ void test_device() {