Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urKernelGetGroupInfo COMPILE_MAX_WORK_GROUP_SIZE only supports FPGA CL device #2644

Open
Tracked by #2607
aarongreig opened this issue Jan 30, 2025 · 0 comments
Open
Tracked by #2607

Comments

@aarongreig
Copy link
Contributor

aarongreig commented 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:

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.

@aarongreig 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant