Searched refs:test_device (Results 1 – 3 of 3) sorted by relevance
6 __device__ inline void test_device(int* value) { *value = 42; } in test_device() function7 __global__ void test_kernel(int* value) { test_device(value); } in test_kernel()
22 __device__ void test_device() { in test_device() function
377 __device__ void test_device() {