Skip to content

Commit 105d4e8

Browse files
committed
fix
1 parent 52ab6a5 commit 105d4e8

File tree

3 files changed

+20
-1824
lines changed

3 files changed

+20
-1824
lines changed

include/ur_api.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,6 +2198,8 @@ typedef enum ur_device_info_t {
21982198
/// to the `USMPool` entry points and usage of the `pool` parameter of the
21992199
/// USM alloc entry points.
22002200
UR_DEVICE_INFO_USM_POOL_SUPPORT = 119,
2201+
/// [uint32_t] the number of compute units for specific backend.
2202+
UR_DEVICE_INFO_NUM_COMPUTE_UNITS = 120,
22012203
/// [::ur_bool_t] Returns true if the device supports the use of
22022204
/// command-buffers.
22032205
UR_DEVICE_INFO_COMMAND_BUFFER_SUPPORT_EXP = 0x1000,

0 commit comments

Comments
 (0)