Searched defs:DeviceDst (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/parallel-libs/acxxel/ |
D | acxxel.h | 670 DeviceDstTy &&DeviceDst) { in asyncCopyDToD() 694 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst, in asyncCopyDToD() 773 Stream &Stream::asyncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &&DeviceDst) { in asyncCopyHToD() 792 Stream &Stream::asyncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &DeviceDst, in asyncCopyHToD() 820 Stream &Stream::asyncMemsetD(DeviceDstTy &&DeviceDst, char ByteValue) { in asyncMemsetD() 831 Stream &Stream::syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst) { in syncCopyDToD() 859 Stream &Stream::syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst, in syncCopyDToD() 951 Stream &Stream::syncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &&DeviceDst) { in syncCopyHToD() 975 Stream &Stream::syncCopyHToD(HostSrcTy &&HostSrc, DeviceDstTy &DeviceDst, in syncCopyHToD()
|
D | cuda_acxxel.cpp | 355 void *DeviceDst, in asyncCopyDToD() 377 Status CUDAPlatform::asyncCopyHToD(const void *HostSrc, void *DeviceDst, in asyncCopyHToD() 387 Status CUDAPlatform::asyncMemsetD(void *DeviceDst, ptrdiff_t ByteOffset, in asyncMemsetD()
|
D | opencl_acxxel.cpp | 336 void *DeviceDst, in asyncCopyDToD() 359 Status OpenCLPlatform::asyncCopyHToD(const void *HostSrc, void *DeviceDst, in asyncCopyHToD() 370 Status OpenCLPlatform::asyncMemsetD(void *DeviceDst, ptrdiff_t ByteOffset, in asyncMemsetD()
|