unified-runtime icon indicating copy to clipboard operation
unified-runtime copied to clipboard

[NATIVECPU] Add UR_DEVICE_INFO_MAX_WORK_GROUP_SIZE for device info

Open coldav opened this issue 1 year ago • 1 comments

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.

coldav avatar Oct 02 '24 09:10 coldav

https://github.com/intel/llvm/pull/15589

coldav avatar Oct 03 '24 13:10 coldav