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.
KernelWrapper
1 parent 1774004 commit 496769dCopy full SHA for 496769d
sycl/include/sycl/handler.hpp
@@ -1512,8 +1512,8 @@ class __SYCL_EXPORT handler {
1512
//
1513
// First, from SYCL 2020, Table 129 (Member functions of the `handler ` class)
1514
// > The callable ... can optionally take a `kernel_handler` ... in
1515
- // which > case the SYCL runtime will construct an instance of
1516
- // `kernel_handler` > and pass it to the callable.
+ // > which case the SYCL runtime will construct an instance of
+ // > `kernel_handler` and pass it to the callable.
1517
1518
// Note: "..." due to slight wording variability between
1519
// single_task/parallel_for (e.g. only parameter vs last). This helper class
0 commit comments