GPU Compute Software
Ask questions about Intel® Graphics Compute software technologies, such as OpenCL* GPU driver and oneAPI Level Zero
420 ディスカッション

How to profiling Intel GPGPU memory usage for model inference? Is there any summaries?

Maki1
ビギナー
1,194件の閲覧回数

Our system information:

 

CPU: Intel Ultra 7 155H

OS: Ubuntu 22.04

 

We use vtune from oneapi to profile the memory usage during model infernence, we walk thoughtout entire vtune-GUI software but we didn't found where is a summary for memory usage, especially GP part (not rendering).

 

Is there any command like `nvidia-smi`, to directly show the memory consumption and core usage with a single command, or any tools just like Windows task manager. 

ラベル(1)
0 件の賞賛
1 返信
Steve_rogers24
ビギナー
979件の閲覧回数

To monitor GPU memory and core usage on Ubuntu, you can use nvidia-smi for NVIDIA GPUs or intel_gpu_top for Intel GPUs. For a more comprehensive system overview, use System Monitor (gnome-system-monitor) or htop for CPU and memory usage. For an interactive NVIDIA GPU monitor, install nvtop. These tools provide real-time monitoring similar to Windows Task Manager.

返信