Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

Profiling GPU on Linux 4.14 target

Tymoshenko__Oleksand
271 Views

Hello,

I'm working on a Yocto-based project with Linux kernel 4.14. The hardware platform is Skylake. As far as I understand from documentation VTune Apmplifier requires Media Server Studio installed on target system which also means installing patched 4.4 kernel. Unfortunately, it's not an option. Is it possible to use VTune Amplifier with 4.14? Are there patches or unreleased dev branch for this version? 

Thank you

0 Kudos
1 Reply
TurtleCrazy
Beginner
271 Views

You have to install the opensource  intel graphics media  sdk  stack from github.

As a starting point, have a look to this project:https://github.com/pauldotknopf/meta-intel-media-stack

That means, libva, media-driver, gmmlib and msdk. You have to apply these patches to the i915 (kernel recipe) for a 4.14 kernel.

The latest required patch for yocto has been merged a few days ago, so, follow the master branch for each project.

 

 

0 Kudos
Reply