compute-runtime/third_party/metrics_library
ocldev 361f39b82d build: metrics-library revision update
Signed-off-by: ocldev <ocldev@intel.com>
2023-10-25 06:39:56 +02:00
..
.revision Sending Metric Tracer activity flag to Metrics Library. 2020-05-28 09:55:32 +02:00
LICENSE.md Enable Performance Counters for OCL and L0. 2020-04-02 12:04:56 +02:00
README.md Enable Performance Counters for OCL and L0. 2020-04-02 12:04:56 +02:00
metrics_library_api_1_0.h build: metrics-library revision update 2023-10-25 06:39:56 +02:00

README.md

Intel(R) Metrics Library for MDAPI

Introduction

This software is a user mode driver helper library that provides access to GPU performance counters.

License

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

Supported Platforms

  • Intel(R) Processors with Gen12 graphics devices
  • Intel(R) Processors with Gen11 graphics devices
  • Intel(R) Processors with Gen9 graphics devices

Supported Operating Systems

Intel(R) Metrics Library for MDAPI is supported on Linux family operating systems with minimum kernel version 4.14.

Build and Install

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 Linux):

(project_root)/dump/linux64/metrics_library/libigdml64.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.