Home
last modified time | relevance | path

Searched refs:DeviceSrc (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
H A Dopencl_acxxel.cpp96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
99 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
341 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToD()
347 Status OpenCLPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
353 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToH()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
H A Dopencl_acxxel.cpp96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
99 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
341 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToD()
347 Status OpenCLPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
353 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToH()
/dports/devel/llvm12/llvm-project-12.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
H A Dopencl_acxxel.cpp96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
99 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
341 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToD()
347 Status OpenCLPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
353 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToH()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
H A Dopencl_acxxel.cpp96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
99 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
341 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToD()
347 Status OpenCLPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
353 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToH()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
H A Dopencl_acxxel.cpp96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
99 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
341 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToD()
347 Status OpenCLPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
353 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToH()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
H A Dopencl_acxxel.cpp96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
99 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
341 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToD()
347 Status OpenCLPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
353 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToH()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
H A Dopencl_acxxel.cpp96 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
99 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
334 Status OpenCLPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
341 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToD()
347 Status OpenCLPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
353 static_cast<cl_mem>(const_cast<void *>(DeviceSrc)), in asyncCopyDToH()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()
/dports/devel/llvm13/llvm-project-13.0.1.src/parallel-libs/acxxel/
H A Dacxxel.h638 virtual Status asyncCopyDToD(const void *DeviceSrc,
642 virtual Status asyncCopyDToH(const void *DeviceSrc,
669 Stream &Stream::asyncCopyDToD(DeviceSrcTy &&DeviceSrc, in asyncCopyDToD() argument
677 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
702 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToD()
729 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
749 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in asyncCopyDToH()
838 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
867 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToD()
898 DeviceMemorySpan<const SrcElementTy> DeviceSrcSpan(DeviceSrc); in syncCopyDToH()
[all …]
H A Dcuda_acxxel.cpp110 Status asyncCopyDToD(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
113 Status asyncCopyDToH(const void *DeviceSrc, ptrdiff_t DeviceSrcByteOffset,
353 Status CUDAPlatform::asyncCopyDToD(const void *DeviceSrc, in asyncCopyDToD() argument
362 offsetVoidPtr(DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToD()
367 Status CUDAPlatform::asyncCopyDToH(const void *DeviceSrc, in asyncCopyDToH() argument
372 DeviceSrc, DeviceSrcByteOffset)), in asyncCopyDToH()

12