-
Notifications
You must be signed in to change notification settings - Fork 59
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
sysdetect: all tests hang on Intel Raptorlake #256
Comments
@Treece-Burgess This is just an issue I noticed during the development of PR #238 while running |
Now that I am more familiar with the |
This is fixed by #269 |
Tests for the sysdetect component in
src/components/sysdetect/tests
hang on an 13th Gen Intel(R) Core(TM) i7-13700 (raptorlake) due to sysdetect not being designed to handle heterogeneous CPU cores. The hang occurs somewhere infill_cpu_info()
ofsrc/components/sysdetect/cpu.c
. It seems likely that adding support for heterogeneous processors to the sysdetect component will be a fairly intensive process.To reproduce:
On a machine with an Intel Raptorlake processor, configure & compile PAPI and then run
src/components/sysdetect/tests/query_device_simple
Example output with PAPI_DEBUG=ALL:
The text was updated successfully, but these errors were encountered: