MCPcopy Create free account
hub / github.com/GPUOpen-Archive/Anvil / open_gpu_memory_access

Method open_gpu_memory_access

src/wrappers/memory_block.cpp:660–724  ·  view source on GitHub ↗

Maps the specified region of the underlying memory object into process space and stores the * pointer in m_gpu_data_ptr. * * Once the mapped region is no longer needed, a close_gpu_memory_access() call must be made to * unmap the object from process space. * * @return true if the call was successful, false otherwise. **/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

get_memory_featuresMethod · 0.80
get_device_vkMethod · 0.80
mapMethod · 0.45
get_start_offsetMethod · 0.45
get_sizeMethod · 0.45
get_deviceMethod · 0.45

Tested by

no test coverage detected