Skip to content

Commit a12ea30

Browse files
committed
Update docs slightly
1 parent 0a44c80 commit a12ea30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/syclcompat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,8 +1575,8 @@ public:
15751575
15761576
SYCLcompat provides a wrapper API `max_active_work_groups_per_cu` providing
15771577
'work-groups per compute unit' semantics. It is templated on the kernel
1578-
functor, and takes a `sycl::queue`, a work-groups size represented by either
1579-
`sycl::range<Dim>` or `syclcompat::dim3`, and the local memory size in bytes.
1578+
functor, and takes a work-group size represented by either `sycl::range<Dim>`
1579+
or `syclcompat::dim3`, the local memory size in bytes, and an optional queue.
15801580
The function returns the maximum number of work-groups which can be executed
15811581
per compute unit. May return *zero* even when below resource limits (i.e.
15821582
returning `0` does not imply the kernel cannot execute).

0 commit comments

Comments
 (0)