File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ https://opensource.org/licenses/MIT
22
22
Building
23
23
========
24
24
1) Get gmmlib repository
25
+
26
+ git clone https://github.com/intel/gmmlib.git
25
27
26
28
2) Change it to root directory
27
29
@@ -33,7 +35,11 @@ Building
33
35
34
36
4) Run the cmake command to prepare build files
35
37
36
- ``$ cmake [-DCMAKE_BUILD_TYPE= Release | Debug | ReleaseInternal] .. ``
38
+ | ``$ cmake [-DCMAKE_BUILD_TYPE=Release | Debug | ReleaseInternal] ..``
39
+ | where,
40
+ | -DCMAKE_BUILD_TYPE can be set to one build type flag at a time.
41
+ | Example:
42
+ | ``$ cmake -DCMAKE_BUILD_TYPE=Release ..``, For Release build
37
43
38
44
5) Build the project
39
45
@@ -82,6 +88,8 @@ XE_HPC (PVC: Ponte Vecchio)
82
88
83
89
XE_HPG (DG2, ACM: Alchemist)
84
90
91
+ Xe_LPG (MTL: Meteor Lake, ARL: Arrow Lake)
92
+
85
93
Release Tags
86
94
============
87
95
You can’t perform that action at this time.
0 commit comments