Small fix for GPU memory allocation documentation (#20394)

This commit is contained in:
Helena Kloosterman 2023-10-13 14:42:15 +02:00 committed by Alexander Nesterov
parent 08ab7da931
commit 10fc881fe5

View File

@ -20,7 +20,7 @@ calls the corresponding memory object wrapper for each allocation type: [gpu_buf
## Dump memory allocation history ## Dump memory allocation history
The memory allocation history is being managed by the `engine`, which can be dumped by setting the environment variable `OV_GPU_Verbose=1` if OpenVino is built with the cmake configuration `ENABLE_DEBUG_CAPS=ON`. The memory allocation history is being managed by the `engine`, which can be dumped by setting the environment variable `OV_GPU_Verbose=2` if OpenVINO is built with the cmake configuration `ENABLE_DEBUG_CAPS=ON`.
```cpp ```cpp
... ...
GPU_Debug: Allocate 58982400 bytes of usm_host allocation type (current=117969612; max=117969612) GPU_Debug: Allocate 58982400 bytes of usm_host allocation type (current=117969612; max=117969612)