We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1873092 commit c62b2bdCopy full SHA for c62b2bd
include/ur_api.h
@@ -2198,6 +2198,8 @@ typedef enum ur_device_info_t {
2198
/// to the `USMPool` entry points and usage of the `pool` parameter of the
2199
/// USM alloc entry points.
2200
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,
2203
/// [::ur_bool_t] Returns true if the device supports the use of
2204
/// command-buffers.
2205
UR_DEVICE_INFO_COMMAND_BUFFER_SUPPORT_EXP = 0x1000,
0 commit comments