Skip to content

VPG-SWE-Github/metrics-discovery

 
 

Repository files navigation

Intel(R) Metrics Discovery Application Programming Interface

Introduction

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.

License

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

Supported Platforms

Intel(R) Processors with Gen9 graphics devices:

  • formerly Skylake (SKL),
  • formerly Kabylake (KBL),
  • formerly Apollo Lake/Broxton (APL/BXT).

Building

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.0%
  • C 1.8%
  • CMake 0.2%