Home
last modified time | relevance | path

Searched defs:AsyncHostMemory (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h137 template <typename T> class AsyncHostMemory; variable
1221 AsyncHostMemory(AsyncHostMemory<OtherElementType> &&Other) in AsyncHostMemory() function
1238 AsyncHostMemory(ElementType *Pointer, ptrdiff_t ElementCount, in AsyncHostMemory() function
/external/llvm-project/parallel-libs/acxxel/tests/
Dacxxel_test.cpp239 acxxel::AsyncHostMemory<const int> AsyncHostMemory = in TEST_P() local