Skip to content

Commit

Permalink
Merge pull request #491 from KornevNikita/fix-device-info
Browse files Browse the repository at this point in the history
Fix incorrect info name
  • Loading branch information
gmlueck authored Nov 9, 2023
2 parents 21bd7ba + 0ac4411 commit 78e8aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 78e8aef

Please sign in to comment.