Searched defs:sizeBytes (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | RocmRuntimeWrappers.cpp | 107 extern "C" void *mgpuMemAlloc(uint64_t sizeBytes, hipStream_t /*stream*/, in mgpuMemAlloc() argument 118 extern "C" void mgpuMemcpy(void *dst, void *src, size_t sizeBytes, in mgpuMemcpy() argument 133 mgpuMemHostRegister(void * ptr,uint64_t sizeBytes) mgpuMemHostRegister() argument 149 auto sizeBytes = denseStrides.front() * elementSizeBytes; mgpuMemHostRegisterMemRef() local
|
H A D | CudaRuntimeWrappers.cpp | 240 mgpuMemAlloc(uint64_t sizeBytes, CUstream stream, bool isHostShared) { in mgpuMemAlloc() argument 254 mgpuMemcpy(void * dst,void * src,size_t sizeBytes,CUstream stream) mgpuMemcpy() argument 279 mgpuMemHostRegister(void * ptr,uint64_t sizeBytes) mgpuMemHostRegister() argument 301 uint64_t sizeBytes = sizes[0] * denseStrides[0] * elementSizeBytes; mgpuMemHostRegisterMemRef() local [all...] |
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/ |
H A D | AllocLikeConversion.cpp | 67 allocateBufferManuallyAlign(ConversionPatternRewriter & rewriter,Location loc,Value sizeBytes,Operation * op,Value alignment) const allocateBufferManuallyAlign() argument 131 allocateBufferAutoAlign(ConversionPatternRewriter & rewriter,Location loc,Value sizeBytes,Operation * op,const DataLayout * defaultLayout,int64_t alignment) const allocateBufferAutoAlign() argument
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | ConvertLaunchFuncToLLVMCalls.cpp | 228 Value sizeBytes; in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUOpsLowering.cpp | 647 Value sizeBytes; matchAndRewrite() local
|
H A D | GPUToLLVMConversion.cpp | 761 Value sizeBytes; matchAndRewrite() local 1018 auto sizeBytes = matchAndRewrite() local
|