Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp183 void mgpuMemGetDevicePointer(T *hostPtr, T **devicePtr) { in mgpuMemGetDevicePointer() argument
186 hipHostGetDevicePointer((void **)devicePtr, hostPtr, /*flags=*/0)); in mgpuMemGetDevicePointer()