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
This fail is related to the device code rather than the query itself, we get this in the build log for non-fpga devices:
Compilation started
Unsupported SPIR-V module
KernelAttributes is only supported on FPGA emulator
Compilation failed
The query is optional, but the fail happens in the fixtures before the test can get to the optional query skipping logic. A KNOWN_FAILURE documented by this issue might be the best way to handle this, it's a unique corner case as far as I can tell.
The text was updated successfully, but these errors were encountered:
aarongreig
changed the title
most CL devices fail at urKernelGetGroupInfo.cpp:50
urKernelGetGroupInfo COMPILE_MAX_WORK_GROUP_SIZE only supports FPGA CL device
Jan 30, 2025
This fail is related to the device code rather than the query itself, we get this in the build log for non-fpga devices:
The query is optional, but the fail happens in the fixtures before the test can get to the optional query skipping logic. A KNOWN_FAILURE documented by this issue might be the best way to handle this, it's a unique corner case as far as I can tell.
The text was updated successfully, but these errors were encountered: