Home
last modified time | relevance | path

Searched refs:DstDevice (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dapi.cpp140 size_t DstOffset, size_t SrcOffset, int DstDevice, in omp_target_memcpy() argument
146 DstDevice, SrcDevice, DPxPTR(Dst), DPxPTR(Src), DstOffset, SrcOffset, in omp_target_memcpy()
164 if (DstDevice != omp_get_initial_device() && !deviceIsReady(DstDevice)) { in omp_target_memcpy()
174 DstDevice == omp_get_initial_device()) { in omp_target_memcpy()
181 DeviceTy &DstDev = *PM->Devices[DstDevice]; in omp_target_memcpy()
184 } else if (DstDevice == omp_get_initial_device()) { in omp_target_memcpy()
192 DeviceTy &DstDev = *PM->Devices[DstDevice]; in omp_target_memcpy()
223 int DstDevice, int SrcDevice) { in omp_target_memcpy_rect() argument
229 DstDevice, SrcDevice, DPxPTR(Dst), DPxPTR(Src), DPxPTR(DstOffsets), in omp_target_memcpy_rect()
249 ElementSize * SrcOffsets[0], DstDevice, SrcDevice); in omp_target_memcpy_rect()
[all …]
H A Ddevice.cpp614 bool DeviceTy::isDataExchangable(const DeviceTy &DstDevice) { in isDataExchangable() argument
615 if (RTL != DstDevice.RTL || !RTL->is_data_exchangable) in isDataExchangable()
618 if (RTL->is_data_exchangable(RTLDeviceID, DstDevice.RTLDeviceID)) in isDataExchangable()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Domptarget.h232 size_t DstOffset, size_t SrcOffset, int DstDevice,
238 const size_t *SrcDimensions, int DstDevice,
H A Ddevice.h349 bool isDataExchangable(const DeviceTy &DstDevice);