You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ You may obtain a copy of the License at https://opensource.org/licenses/MIT
17
17
18
18
## Supported Platforms
19
19
- Intel(R) Processor Graphics Gen9 (formerly Skylake) and newer
20
+
- Intel® Iris® Xe Graphics
21
+
- Intel® Data Center GPU Flex Series
22
+
- Intel® Data Center GPU Max Series
20
23
21
24
*Some samples may have higher hardware requirements*
22
25
@@ -74,16 +77,16 @@ You may obtain a copy of the License at https://opensource.org/licenses/MIT
74
77
-[gpu_inst_count](samples/gpu_inst_count) - prints GPU kernel assembly (GEN ISA) annotated by instruction execution count;
75
78
-[gpu_perfmon_read](samples/gpu_perfmon_read) - prints GPU kernel assembly (GEN ISA) annotated by specific HW metric, which is accumulated in EU PerfMon register;
76
79
- utilities:
77
-
-[dpc_info](samples/dpc_info) - prints information on avaialble platforms and devices in DPC++;
78
-
-[ze_info](samples/ze_info) - prints information on avaialble platforms and devices in Level Zero;
80
+
-[dpc_info](samples/dpc_info) - prints information on available platforms and devices in DPC++;
81
+
-[ze_info](samples/ze_info) - prints information on available platforms and devices in Level Zero;
79
82
-[ze_metric_info](samples/ze_metric_info) - prints the list of HW metrics one can collect with the help of Level Zero;
80
83
-[gpu_perfmon_set](samples/gpu_perfmon_set) - allows to choose HW metric for collection in EU PerfMon register;
81
84
82
85
## Prerequisites
83
86
-[CMake](https://cmake.org/) (version 3.12 and above)
84
87
-[Git](https://git-scm.com/) (version 1.8 and above)
85
88
-[Python](https://www.python.org/) (version 2.7 and above)
86
-
- On Linux one have to be a part of `video` (Unbuntu 18 and below) or `render` (Ubuntu 19 and above) user group to do any computations on Intel(R) Processor Graphics:
89
+
- On Linux one have to be a part of `video` (Ubuntu 18 and below) or `render` (Ubuntu 19 and above) user group to do any computations on Intel(R) Processor Graphics:
87
90
```sh
88
91
sudo usermod -a -G video <username>
89
92
# OR
@@ -145,7 +148,7 @@ It's also possible to test an exact sample or a group of samples, e.g.:
145
148
python <pti_root>/tests/run.py -s cl_hot_functions # build and test an exact sample "cl_hot_functions"
146
149
python <pti_root>/tests/run.py -s ze # build and test all L0 samples
147
150
```
148
-
To run tesing in debug mode one may use `-d` option, e.g.:
151
+
To run testing in debug mode one may use `-d` option, e.g.:
0 commit comments