Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h139 template <typename T> class AsyncHostMemorySpan; variable
730 AsyncHostMemorySpan<SrcElementTy> HostDstSpan(HostDst); in asyncCopyDToH()
750 AsyncHostMemorySpan<SrcElementTy> HostDstSpan(HostDst); in asyncCopyDToH()
776 AsyncHostMemorySpan<const DstElementTy> HostSrcSpan(HostSrc); in asyncCopyHToD()
796 AsyncHostMemorySpan<const DstElementTy> HostSrcSpan(HostSrc); in asyncCopyHToD()
1288 template <typename T> friend class AsyncHostMemorySpan;
1310 template <typename ElementType> class AsyncHostMemorySpan {
1323 AsyncHostMemorySpan() : TheSpan() {} in AsyncHostMemorySpan() function
1327 AsyncHostMemorySpan(AsyncHostMemory<OtherElementType> &Memory) in AsyncHostMemorySpan() function
1332 AsyncHostMemorySpan(OwnedAsyncHostMemory<OtherElementType> &Owned) in AsyncHostMemorySpan() function
[all …]