Skip to content

Commit 77d25cd

Browse files
[SYCL][Doc] Correct the specified return type for the UUID query (#8054)
Align the specified return type with the current implementation and ze_device_uuid_t, which the query is supposed to map to.
1 parent 2aef0c9 commit 77d25cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/supported/sycl_ext_intel_device_info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The extension supports this query in version 2 and later.
7474

7575
| Device Descriptors | Return Type | Description |
7676
| ------------------ | ----------- | ----------- |
77-
| ext\:\:intel\:\:info\:\:device\:\:uuid | unsigned char | Returns the device UUID|
77+
| ext\:\:intel\:\:info\:\:device\:\:uuid | std::array<unsigned char, 16> | Returns the device UUID|
7878

7979

8080
## Aspects ##

0 commit comments

Comments
 (0)