Searched refs:data_host (Results 1 – 2 of 2) sorted by relevance
/llvm-project/offload/test/mapping/ |
H A D | has_device_addr.cpp | 11 int *data_host; member 17 data_host = (int *)malloc(bytes); in foo() 22 omp_target_memcpy(data_host, data_device, bytes, 0, 0, host_id, device_id); in foo() 24 assert(data_host[i] == i); in foo()
|
H A D | is_device_ptr.cpp | 9 int *data_host; member 15 data_host = (int *)malloc(bytes); in foo() 20 omp_target_memcpy(data_host, data_device, bytes, 0, 0, host_id, device_id); in foo() 22 assert(data_host[i] == i); in foo()
|