Skip to content

Commit 70428d3

Browse files
authored
[SYCL][Doc] Corrected formatting. (#2051)
Signed-off-by: rdeodhar <[email protected]>
1 parent eae48f6 commit 70428d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/KernelParameterPassing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The compiler-generated code for a call to such a lambda function would look like
9090
When offloading the kernel to a device, the lambda/function object's
9191
function operator cannot be directly called with a capture object address.
9292
Instead, the code generated for the device is in the form of a
93-
kernel caller and a kernel callee.
93+
"kernel caller" and a "kernel callee".
9494
The callee is a clone of the SYCL kernel object.
9595
The caller is generated in the form of an OpenCL kernel function.
9696
It receives the lambda capture object in pieces, assembles the pieces

0 commit comments

Comments
 (0)