File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ During the "PTX target processing" in the device linking step [Device
550
550
code post-link step] ( #device-code-post-link-step ) , the llvm bitcode
551
551
objects for the CUDA target are linked together during the common
552
552
` 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
554
554
` libspirv-nvptx64--nvidiacl.bc ` and ` libdevice.bc ` and compile the resulting
555
555
module to PTX using the NVPTX backend. The resulting PTX file is assembled
556
556
into a cubin using the ` ptxas ` tool (part of the CUDA SDK). The PTX file and
You can’t perform that action at this time.
0 commit comments