Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dcuda_acxxel.cpp313 static const void *offsetVoidPtr(const void *Ptr, ptrdiff_t ByteOffset) { in offsetVoidPtr() function
317 static void *offsetVoidPtr(void *Ptr, ptrdiff_t ByteOffset) { in offsetVoidPtr() function
360 offsetVoidPtr(DeviceDst, DeviceDstByteOffset)), in asyncCopyDToD()
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
371 cuMemcpyDtoHAsync(HostDst, reinterpret_cast<CUdeviceptr>(offsetVoidPtr( in asyncCopyDToH()
382 offsetVoidPtr(DeviceDst, DeviceDstByteOffset)), in asyncCopyHToD()
392 reinterpret_cast<CUdeviceptr>(offsetVoidPtr(DeviceDst, ByteOffset)), in asyncMemsetD()