Skip to content

Commit a8b1030

Browse files
fixing typos in README.md (#72)
* fixing typos in README.md * adding supported platforms in README.md
1 parent ef4bf3a commit a8b1030

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ You may obtain a copy of the License at https://opensource.org/licenses/MIT
1717

1818
## Supported Platforms
1919
- 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
2023

2124
*Some samples may have higher hardware requirements*
2225

@@ -74,16 +77,16 @@ You may obtain a copy of the License at https://opensource.org/licenses/MIT
7477
- [gpu_inst_count](samples/gpu_inst_count) - prints GPU kernel assembly (GEN ISA) annotated by instruction execution count;
7578
- [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;
7679
- 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;
7982
- [ze_metric_info](samples/ze_metric_info) - prints the list of HW metrics one can collect with the help of Level Zero;
8083
- [gpu_perfmon_set](samples/gpu_perfmon_set) - allows to choose HW metric for collection in EU PerfMon register;
8184

8285
## Prerequisites
8386
- [CMake](https://cmake.org/) (version 3.12 and above)
8487
- [Git](https://git-scm.com/) (version 1.8 and above)
8588
- [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:
8790
```sh
8891
sudo usermod -a -G video <username>
8992
# OR
@@ -145,7 +148,7 @@ It's also possible to test an exact sample or a group of samples, e.g.:
145148
python <pti_root>/tests/run.py -s cl_hot_functions # build and test an exact sample "cl_hot_functions"
146149
python <pti_root>/tests/run.py -s ze # build and test all L0 samples
147150
```
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.:
149152
```sh
150153
python <pti_root>/tests/run.py -s ze_gemm -d
151154
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.49.11
1+
0.49.12

0 commit comments

Comments
 (0)