Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dcuda_acxxel.cpp205 return constructStream(this, DeviceIndex, Handle, cudaDestroyStream); in createStream()
Dopencl_acxxel.cpp199 return constructStream(this, DeviceIndex, Queue, openCLDestroyStream); in createStream()
Dacxxel.h594 Stream constructStream(Platform *APlatform, int DeviceIndex, void *AHandle, in constructStream() function