Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dd2d_memcpy.c20 const int src_device = 0; in main() local
24 int *src_ptr = omp_target_alloc(length, src_device); in main()
30 #pragma omp target teams distribute parallel for device(src_device) \ in main()
37 omp_target_memcpy(dst_ptr, src_ptr, length, 0, 0, dst_device, src_device); in main()
58 omp_target_free(src_ptr, src_device); in main()
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DTestAutoInstallMainExecutable.py53 src_device = lldb.SBFileSpec(self.getBuildArtifact("a.device.out"))
55 self.assertSuccess(new_platform.Put(src_device, dest))
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_entry.h1077 int dst_device, int src_device) { in FTN_TARGET_MEMCPY() argument
1085 int src_device) { in FTN_TARGET_MEMCPY_RECT() argument