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
urKernelGetGroupInfoMaxWorkGroupSizeTest tests fail to build the OpenCL kernel on my 12th gen Intel system, and outputs the following message to stdout:
Compilation started
Unsupported SPIR-V module
KernelAttributes is only supported on FPGA emulator
Compilation failed
It also has known failures in the test listed as 13th Gen OpenCL, CUDA and Hip, which I expect to be similar.
Should a DeviceInfo query be added and implemented for checking whether "KernelAttributes" support is available?
The text was updated successfully, but these errors were encountered:
urKernelGetGroupInfoMaxWorkGroupSizeTest
tests fail to build the OpenCL kernel on my 12th gen Intel system, and outputs the following message to stdout:It also has known failures in the test listed as 13th Gen OpenCL, CUDA and Hip, which I expect to be similar.
Should a DeviceInfo query be added and implemented for checking whether "KernelAttributes" support is available?
The text was updated successfully, but these errors were encountered: