Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h288 Stream &asyncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst);
292 Stream &asyncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst,
306 Stream &asyncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &&DeviceDst);
310 Stream &asyncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &DeviceDst,
328 Stream &syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst);
331 Stream &syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst,
342 Stream &syncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &&DeviceDst);
345 Stream &syncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &DeviceDst,
355 Stream &asyncMemsetD(DeviceDstTy &&DeviceDst, char ByteValue);
639 ptrdiff_t DeviceSrcByteOffset, void *DeviceDst,
[all …]
Dcuda_acxxel.cpp111 void *DeviceDst, ptrdiff_t DeviceDstByteOffset,
116 Status asyncCopyHToD(const void *HostSrc, void *DeviceDst,
120 Status asyncMemsetD(void *DeviceDst, ptrdiff_t ByteOffset,
355 void *DeviceDst, in asyncCopyDToD() argument
360 offsetVoidPtr(DeviceDst, DeviceDstByteOffset)), in asyncCopyDToD()
377 Status CUDAPlatform::asyncCopyHToD(const void *HostSrc, void *DeviceDst, in asyncCopyHToD() argument
382 offsetVoidPtr(DeviceDst, DeviceDstByteOffset)), in asyncCopyHToD()
387 Status CUDAPlatform::asyncMemsetD(void *DeviceDst, ptrdiff_t ByteOffset, in asyncMemsetD() argument
392 reinterpret_cast<CUdeviceptr>(offsetVoidPtr(DeviceDst, ByteOffset)), in asyncMemsetD()
Dopencl_acxxel.cpp97 void *DeviceDst, ptrdiff_t DeviceDstByteOffset,
102 Status asyncCopyHToD(const void *HostSrc, void *DeviceDst,
106 Status asyncMemsetD(void *DeviceDst, ptrdiff_t ByteOffset,
336 void *DeviceDst, in asyncCopyDToD() argument
342 static_cast<cl_mem>(DeviceDst), DeviceSrcByteOffset, in asyncCopyDToD()
359 Status OpenCLPlatform::asyncCopyHToD(const void *HostSrc, void *DeviceDst, in asyncCopyHToD() argument
364 static_cast<cl_mem>(DeviceDst), CL_TRUE, in asyncCopyHToD()
370 Status OpenCLPlatform::asyncMemsetD(void *DeviceDst, ptrdiff_t ByteOffset, in asyncMemsetD() argument
375 static_cast<cl_mem>(DeviceDst), &ByteValue, 1, in asyncMemsetD()