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.
UR_DEVICE_INFO_MAX_WORK_ITEM_DIMENSIONS
1 parent 4d64e2a commit bef98c9Copy full SHA for bef98c9
unified-runtime/source/adapters/offload/device.cpp
@@ -74,6 +74,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
74
case UR_DEVICE_INFO_REFERENCE_COUNT:
75
// Devices are never allocated or freed
76
return ReturnValue(uint32_t{1});
77
+ case UR_DEVICE_INFO_MAX_WORK_ITEM_DIMENSIONS:
78
+ return ReturnValue(uint32_t{3});
79
// Unimplemented features
80
case UR_DEVICE_INFO_PROGRAM_SET_SPECIALIZATION_CONSTANTS:
81
case UR_DEVICE_INFO_GLOBAL_VARIABLE_SUPPORT:
0 commit comments