File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1575,8 +1575,8 @@ public:
15751575
15761576SYCLcompat 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 .
15801580The function returns the maximum number of work-groups which can be executed
15811581per compute unit. May return *zero* even when below resource limits (i.e.
15821582returning `0` does not imply the kernel cannot execute).
You can’t perform that action at this time.
0 commit comments