This software is a user mode driver helper library that provides access to GPU performance counters.
Intel(R) Metrics Library for MDAPI is distributed under the MIT License.
You may obtain a copy of the License at: https://opensource.org/licenses/MIT
- Intel(R) Processors with Gen12 graphics devices
- Intel(R) Processors with Gen11 graphics devices
- Intel(R) Processors with Gen9 graphics devices
Intel(R) Metrics Library for MDAPI is supported on Linux family operating systems with minimum kernel version 4.14.
Not a stand alone software component. Serves as a helper library for particular Intel drivers. There is no need to build the library as long as it is an integrated part of those Intel drivers.
1. Download sources.
2. Run CMake generation:
cmake .
3. Build:
make -j$(nproc)
4. Built library will be here (for 64-bit release Linux):
(project_root)/dump/linux64/release/metrics_library/libigdml.so
5. To prepare an installation package:
make package
6. Install:
sudo dpkg -i intel-metrics-library*.deb
Note: To clear CMake parameters remove CMakeCache.txt, then regenerate.
(*) Other names and brands my be claimed as property of others.