Searched refs:dst_device (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | d2d_memcpy.c | 21 int dst_device = num_devices - 1; in main() local 25 int *dst_ptr = omp_target_alloc(length, dst_device); in main() 37 omp_target_memcpy(dst_ptr, src_ptr, length, 0, 0, dst_device, src_device); in main() 45 #pragma omp target teams distribute parallel for device(dst_device) \ in main() 59 omp_target_free(dst_ptr, dst_device); in main()
|
| /llvm-project-15.0.7/mlir/test/Integration/GPU/ROCM/ |
| H A D | two-modules.mlir | 20 %dst_device = call @mgpuMemGetDeviceMemRef1dInt32(%dst) : (memref<?xi32>) -> (memref<?xi32>) 24 memref.store %t0, %dst_device[%tx] : memref<?xi32> 30 memref.store %t0, %dst_device[%tx] : memref<?xi32>
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_ftn_entry.h | 1077 int dst_device, int src_device) { in FTN_TARGET_MEMCPY() argument 1084 const size_t *dst_dimensions, const size_t *src_dimensions, int dst_device, in FTN_TARGET_MEMCPY_RECT() argument
|