Skip to content

Commit a9f5f15

Browse files
kbobrovsFznamznon
andauthored
Update sycl/doc/CompilerAndRuntimeDesign.md
Co-authored-by: Mariya Podchishchaeva <[email protected]>
1 parent eae5791 commit a9f5f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/CompilerAndRuntimeDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ chose to do one or more of the following:
3535
- compile the device SPIRV module ahead-of-time for one or more targets
3636
- perform device code splitting so that device code is distributed across
3737
multiple modules rather than enclosed in a single one
38-
- linkage of static device libraries is requested
38+
- perform linkage of static device libraries
3939
Sections below provide more details on some of those scenarios.
4040

4141
SYCL sources can be also compiled as a regular C++ code, in this mode there is

0 commit comments

Comments
 (0)