-
Notifications
You must be signed in to change notification settings - Fork 10
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
ERROR: LoadError: This CPU does not provide information on cpuid leaf 0x00000004. #53
Comments
What would be your preferred behaviour ?
Personally, I'd lean towards empty tuple and -1, or missing/nothing. Missing/nothing could also easily be applied to all other functions instead of throwing exceptions. |
I'd prefer |
We also see this error over at JuliaParallel/Hwloc.jl#61 in our x86 CI. Note, however, that in only effects the Julia >= 1.7 runners (with CpuId.jl version 3.1). So I wonder what has changed in CpuId.jl since version 3.0, on first sight, this looks like a regression. |
@carstenbauer this issue is about the failure behavior of the function if the hardware is not providing the expected information. The request is to report |
https://github.com/JuliaSIMD/VectorizationBase.jl/runs/6198591014?check_suite_focus=true#step:6:168
Could it return some sort of error code that I can check to use a generic fallback instead?
The text was updated successfully, but these errors were encountered: