Skip to content

Commit 637caec

Browse files
committed
[SYCLNATIVECPU] fixed documentation
1 parent d6dff0e commit 637caec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/doc/design/SYCLNativeCPU.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SYCL Native CPU
22

3-
The SYCL Native CPU flow aims at treating the host CPU as a "first class citizen", providing a SYCL implementation that targets CPUs of various different architectures, with no other dependencies than DPC++ itself, while bringing performances comparable to state-of-the-art CPU backends. SYCL Native CPU also provides some support for LLVM's [source-based code coverage tools](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html) (see also section [Code coverage](#code-coverage)).
3+
The SYCL Native CPU flow aims at treating the host CPU as a "first class citizen", providing a SYCL implementation that targets CPUs of various different architectures, with no other dependencies than DPC++ itself, while bringing performances comparable to state-of-the-art CPU backends. SYCL Native CPU also provides some initial/experimental support for LLVM's [source-based code coverage tools](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html) (see also section [Code coverage](#code-coverage)).
44

55
# Compiler and runtime options
66

@@ -93,7 +93,7 @@ Whole Function Vectorization is enabled by default, and can be controlled throug
9393
* `-mllvm -sycl-native-cpu-no-vecz`: disable Whole Function Vectorization.
9494
* `-mllvm -sycl-native-cpu-vecz-width`: sets the vector width to the specified value, defaults to 8.
9595

96-
For more details on how the Whole Function Vectorizer is integrated for SYCL Native CPU, refer to the [Technical details[(#technical-details) section.
96+
For more details on how the Whole Function Vectorizer is integrated for SYCL Native CPU, refer to the [Technical details](#technical-details) section.
9797

9898
# Code coverage
9999

@@ -114,7 +114,7 @@ llvm-cov show .\vector-add.exe -instr-profile=foo.profdata
114114
* Subgroup support
115115
* Performance optimizations
116116

117-
### Please note that Windows is partially supported but temporarily disabled due to some implementation details, it will be reinstantiated soon.
117+
### Please note that Windows is partially supported but temporarily disabled due to some implementation details, it will be re-enabled soon.
118118

119119
# Technical details
120120

0 commit comments

Comments
 (0)