- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I have an ArrowLake system with an Intel Arc B60 Graphics card. I am able to run my AI workload without any issues. It is using the graphics card while running. The CPU profiling works fine. Trying to use APS (Application Performance Snapshot) in VTune gives the error for dGPU.
aps Error: Cannot run the collection.
I tried following the steps given in the following website, but running into some issues.
https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2024-0/rebuild-and-install-the-kernel-for-gpu-analysis.html
I am using Ubuntu 24.04 (6.11.0-29-generic). Full details below.
Linux ARL-ASRK-IMBX1715-03 6.11.0-29-generic #29~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jun 26 14:16:59 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Using the oneAPI Basetoolkit version 2025.2
Even tried the following.
sudo sysctl -w dev.i915.perf_stream_paranoid=0
sudo sysctl -w kernel.yama.ptrace_scope=0
sudo sysctl -w kernel.perf_event_paranoid=0
sudo sysctl -w kernel.kptr_restrict=0
sudo usermod -a -G video $USER
sudo usermod -a -G render $USER
sh /opt/intel/oneapi/vtune/2025.4/bin64/prepare-gpu-hardware-metrics.sh
링크가 복사됨
