From 10fc881fe5c332848372ca04eabb8b29ccecade6 Mon Sep 17 00:00:00 2001 From: Helena Kloosterman Date: Fri, 13 Oct 2023 14:42:15 +0200 Subject: [PATCH] Small fix for GPU memory allocation documentation (#20394) --- src/plugins/intel_gpu/docs/memory_allocation_gpu_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/intel_gpu/docs/memory_allocation_gpu_plugin.md b/src/plugins/intel_gpu/docs/memory_allocation_gpu_plugin.md index eb548eb386a..1ad9039435f 100644 --- a/src/plugins/intel_gpu/docs/memory_allocation_gpu_plugin.md +++ b/src/plugins/intel_gpu/docs/memory_allocation_gpu_plugin.md @@ -20,7 +20,7 @@ calls the corresponding memory object wrapper for each allocation type: [gpu_buf ## 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 ... GPU_Debug: Allocate 58982400 bytes of usm_host allocation type (current=117969612; max=117969612)