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 eae48f6 commit 70428d3Copy full SHA for 70428d3
sycl/doc/KernelParameterPassing.md
@@ -90,7 +90,7 @@ The compiler-generated code for a call to such a lambda function would look like
90
When offloading the kernel to a device, the lambda/function object's
91
function operator cannot be directly called with a capture object address.
92
Instead, the code generated for the device is in the form of a
93
-“kernel caller” and a “kernel callee”.
+"kernel caller" and a "kernel callee".
94
The callee is a clone of the SYCL kernel object.
95
The caller is generated in the form of an OpenCL kernel function.
96
It receives the lambda capture object in pieces, assembles the pieces
0 commit comments