Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Integration/GPU/ROCM/
H A Dtwo-modules.mlir20 %dst_device = call @mgpuMemGetDeviceMemRef1dInt32(%dst) : (memref<?xi32>) -> (memref<?xi32>)
37 func.func private @mgpuMemGetDeviceMemRef1dInt32(%ptr : memref<?xi32>) -> (memref<?xi32>)
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp198 mgpuMemGetDeviceMemRef1dInt32(int32_t *allocated, int32_t *aligned, in mgpuMemGetDeviceMemRef1dInt32() function