diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index a3fb1320..a0dceaf5 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -2614,7 +2614,7 @@ info::device::partition_max_sub_devices ---- @ [.code]#uint32_t# - a@ Returns the maximum number of sub-devices that can be created when this SYCL [code]#device# is partitioned. The value returned cannot exceed the value returned by [code]#info::device::device_max_compute_units#. + a@ Returns the maximum number of sub-devices that can be created when this SYCL [code]#device# is partitioned. The value returned cannot exceed the value returned by [code]#info::device::max_compute_units#. a@ [source]