Searched refs:asyncCopyDToD (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/parallel-libs/acxxel/ |
D | acxxel.h | 288 Stream &asyncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst); 292 Stream &asyncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst, 638 virtual Status asyncCopyDToD(const void *DeviceSrc, 669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() function 686 setStatus(ThePlatform->asyncCopyDToD( in asyncCopyDToD() 694 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst, in asyncCopyDToD() function 718 setStatus(ThePlatform->asyncCopyDToD( in asyncCopyDToD() 847 if (setStatus(ThePlatform->asyncCopyDToD( in syncCopyDToD() 883 if (setStatus(ThePlatform->asyncCopyDToD( in syncCopyDToD()
|
D | cuda_acxxel.cpp | 110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset, 353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() function in acxxel::__anon4f0fd1df0111::CUDAPlatform
|
D | opencl_acxxel.cpp | 96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset, 334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() function in acxxel::__anon99c0e3c30111::OpenCLPlatform
|
/external/llvm-project/parallel-libs/acxxel/tests/ |
D | acxxel_test.cpp | 299 EXPECT_FALSE(Stream.asyncCopyDToD(X, Y).takeStatus().isError()); in TEST_P()
|