You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/device.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -443,6 +443,8 @@ etors:
443
443
desc: "[$x_bool_t] return true if the device supports the `EnqueueDeviceGlobalVariableWrite` and `EnqueueDeviceGlobalVariableRead` entry points."
444
444
- name: USM_POOL_SUPPORT
445
445
desc: "[$x_bool_t] return true if the device supports USM pooling. Pertains to the `USMPool` entry points and usage of the `pool` parameter of the USM alloc entry points."
446
+
- name: NUM_COMPUTE_UNITS
447
+
desc: "[uint32_t] the number of compute units for specific backend."
446
448
- name: PROGRAM_SET_SPECIALIZATION_CONSTANTS
447
449
desc: "[$x_bool_t] support the $xProgramSetSpecializationConstants entry point"
0 commit comments