We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae5791 commit a9f5f15Copy full SHA for a9f5f15
sycl/doc/CompilerAndRuntimeDesign.md
@@ -35,7 +35,7 @@ chose to do one or more of the following:
35
- compile the device SPIRV module ahead-of-time for one or more targets
36
- perform device code splitting so that device code is distributed across
37
multiple modules rather than enclosed in a single one
38
-- linkage of static device libraries is requested
+- perform linkage of static device libraries
39
Sections below provide more details on some of those scenarios.
40
41
SYCL sources can be also compiled as a regular C++ code, in this mode there is
0 commit comments