unified-runtime
unified-runtime copied to clipboard
[NATIVECPU] Add UR_DEVICE_INFO_MAX_WORK_GROUP_SIZE for device info
Native CPU was not setting UR_DEVICE_INFO_MAX_WORK_GROUP_SIZE and therefore failing some SYCL CTS tests. This sets it to the same as the max workgroup size.
https://github.com/intel/llvm/pull/15589