Intel-gmmlib-22.3.16

Introduction to Intel-gmmlib

The Intel-gmmlib package contains the Intel Graphics Memory Management Library, which provides device specific memory and buffer management functions for the Intel Media Driver for VAAPI and the Intel Graphics Computer Runtime for OpenCL (TM).

This package is known to build and work properly using an LFS 12.1 platform.

Package Information

[Note]

Note

The tarball intel-gmmlib-22.3.16.tar.gz will extract to the directory gmmlib-intel-gmmlib-22.3.16.

Intel-gmmlib Dependencies

Required

CMake-3.28.3

Installation of Intel-gmmlib

Install Intel-gmmlib by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr   \
      -DBUILD_TYPE=Release          \
      -G Ninja                      \
      -Wno-dev ..                   &&
ninja

The test suite is normally run by ninja unless -DRUN_TEST_SUITE=NO is passed to cmake.

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Libraries: libigdgmm.so
Installed Directories: /usr/include/igdgmm

Short Descriptions

libigdgmm.so

contains functions that provide Memory Management functions for Intel Graphics Drivers