Go to file
drprajap e6c8949164 change X64 macro for dll
Change-Id: I2d053c29c838021ce88ab46b22be4c76f2c7c3d1
2018-06-18 11:34:13 -07:00
Source change X64 macro for dll 2018-06-18 11:34:13 -07:00
Tools/bldsys cleanup stale code 2018-03-14 09:51:58 -08:00
.gitignore Initial open source release for media-driver 2017-12-01 10:44:37 -08:00
CMakeLists.txt Add option to discard ULT test suite execution 2018-05-10 14:24:57 -08:00
LICENSE.md Initial open source release for media-driver 2017-12-01 10:44:37 -08:00
README.rst Change recommended output dir in build instruction 2018-05-22 12:01:27 -07:00

README.rst

Intel(R) Graphics Memory Management Library
*******************************************

Introduction
=============

The Intel(R) Graphics Memory Management Library provides device specific and buffer
management for the Intel(R) Graphics Compute Runtime for OpenCL(TM) and the
Intel(R) Media Driver for VAAPI.

License
========

The Intel(R) Graphics Memory Management Library is distributed under the MIT
Open Source license.

You may obtain a copy of the License at:

https://opensource.org/licenses/MIT

Building
========

1) Get gmmlib repo

       |- gmmlib

2) Change it to root directory

   $ cd gmmlib

3) $ mkdir build && cd build

4) cmake [-DCMAKE_BUILD_TYPE= Release | Debug | ReleaseInternal] [-DARCH= 64 | 32]  ..

5) $ make -j8 ( Also performs compile time ULT)

 
Install
^^^^^^^
Not a stand alone software component.
GmmLib is build as static library for Intel media driver and Compute runtime for OpenCL

Supported Platforms
-------------------
Intel Atom and Core Processors supporting Gen8/Gen9/Gen10 graphics devices

BDW (Broadwell)

SKL (Skylake, Kaby Lake, Coffee Lake)

BXT (Broxton) / APL (Apollolake)

CNL (Cannonlake)


Known Issues and Limitations
----------------------------
- Current Gmmlib support only limited to Linux

(*) Other names and brands may be claimed as property of others.
---------------------------------------------------------------