This software is a user mode library that provides access to GPU performance data.
The library has OS abstraction layer that allows for interoperability in different environments.
Intel(R) Metrics Discovery Application Programming Interface is distributed under the MIT License.
You may obtain a copy of the License at: https://opensource.org/licenses/MIT
Intel(R) Processors with Gen9 graphics devices:
- formerly Skylake (SKL),
- formerly Kabylake (KBL),
- formerly Apollo Lake/Broxton (APL/BXT).
1. Download sources.
2. Run CMake generation:
cmake -DMD_PLATFORM=linux -DMD_BUILD_TYPE=release
3. Build:
make -j$(nproc)
4. Built library will be here (for 64-bit Linux):
(project_root)/dump/linux64/release/md/libmd.so
Note: To clear CMake params remove CMakeCache.txt, then regenerate.
(*) Other names and brands my be claimed as property of others.