Skip to content

Commit a28da0f

Browse files
baderArtem Gindinson
andauthored
Update sycl/doc/CompilerAndRuntimeDesign.md
Co-authored-by: Artem Gindinson <[email protected]>
1 parent e6d603a commit a28da0f

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
@@ -550,7 +550,7 @@ During the "PTX target processing" in the device linking step [Device
550550
code post-link step](#device-code-post-link-step), the llvm bitcode
551551
objects for the CUDA target are linked together during the common
552552
`llvm-link` step and then split using the `sycl-post-link` tool.
553-
For each temporary bitcode file, clang is invoked the temporary file to link
553+
For each temporary bitcode file, clang is invoked for the temporary file to link
554554
`libspirv-nvptx64--nvidiacl.bc` and `libdevice.bc` and compile the resulting
555555
module to PTX using the NVPTX backend. The resulting PTX file is assembled
556556
into a cubin using the `ptxas` tool (part of the CUDA SDK). The PTX file and

0 commit comments

Comments
 (0)