mirror of https://github.com/intel/gmmlib.git
Update Readme with more build details (#198)
This commit is contained in:
parent
e2a8b80fb1
commit
c6380d3db1
10
README.rst
10
README.rst
|
@ -22,6 +22,8 @@ https://opensource.org/licenses/MIT
|
|||
Building
|
||||
========
|
||||
1) Get gmmlib repository
|
||||
|
||||
git clone https://github.com/intel/gmmlib.git
|
||||
|
||||
2) Change it to root directory
|
||||
|
||||
|
@ -33,7 +35,11 @@ Building
|
|||
|
||||
4) Run the cmake command to prepare build files
|
||||
|
||||
``$ cmake [-DCMAKE_BUILD_TYPE= Release | Debug | ReleaseInternal] ..``
|
||||
| ``$ cmake [-DCMAKE_BUILD_TYPE=Release | Debug | ReleaseInternal] ..``
|
||||
| where,
|
||||
| -DCMAKE_BUILD_TYPE can be set to one build type flag at a time.
|
||||
| Example:
|
||||
| ``$ cmake -DCMAKE_BUILD_TYPE=Release ..``, For Release build
|
||||
|
||||
5) Build the project
|
||||
|
||||
|
@ -82,6 +88,8 @@ XE_HPC (PVC: Ponte Vecchio)
|
|||
|
||||
XE_HPG (DG2, ACM: Alchemist)
|
||||
|
||||
Xe_LPG (MTL: Meteor Lake, ARL: Arrow Lake)
|
||||
|
||||
Release Tags
|
||||
============
|
||||
|
||||
|
|
Loading…
Reference in New Issue