Home
last modified time | relevance | path

Searched refs:syncCopyDToD (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h328 Stream &syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst);
331 Stream &syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst,
831 Stream &Stream::syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst) { in syncCopyDToD() function
859 Stream &Stream::syncCopyDToD(DeviceSrcTy &&DeviceSrc, DeviceDstTy &&DeviceDst, in syncCopyDToD() function
/external/llvm-project/parallel-libs/acxxel/tests/
Dacxxel_test.cpp191 Stream.syncCopyDToD(X, Y); in TEST_P()