Skip to content

Commit 282fe14

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

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
@@ -189,7 +189,7 @@ one per each separate device binary.
189189

190190
Current design of clang driver doesn't allow to model that, namely:
191191
1. Multiple inputs/outputs in the action graph.
192-
1. Logical grouping of multiple inputs/outputs. For example, an input or output can consist of multiple pairs of files, where each pair represents information for a single device code module: [a file with device code, a file with exported symbols].
192+
2. Logical grouping of multiple inputs/outputs. For example, an input or output can consist of multiple pairs of files, where each pair represents information for a single device code module: [a file with device code, a file with exported symbols].
193193

194194
To support this, SYCL introduces the `file-table-tform` tool. This tool can
195195
transform file tables following commands passed as input arguments. Each row

0 commit comments

Comments
 (0)