-
Notifications
You must be signed in to change notification settings - Fork 567
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
New Recipe: CPUInfo v0.0.20200122 #4555
New Recipe: CPUInfo v0.0.20200122 #4555
Conversation
@giordano Any idea why the Windows x86_64 build outputs a |
The |
Judging by the log, the library is compiled https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=17888&view=logs&j=e919827e-2bea-5cb6-e233-5480b9308c51&t=b8c4887f-47c5-564a-0700-a9fc4ceb14a8&l=248 but not installed? |
And indeed, it was there. Silly Windows builds... :-) |
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
No |
Will enable i686-windows and x86_64-freebsd in a later version. |
I'm confused, why? Didn't they work in https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=17894&view=results? |
The overall aim is to provide dependencies for Torch, notably XNNPACK which takes a long time to build - for #4554. I thought I would start with something simple CPUInfo - and a sufficiently old version that I would not be missing some random version for all the PyTorch projects that depend on CPU Info. |
@@ -0,0 +1,13 @@ | |||
diff --git a/src/x86/windows/init.c b/src/x86/windows/init.c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be good to upstream this patch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They actually already have fixed that - luckily :-)
Packaging similar to libcpuinfo0 in Ubuntu.
Starting with an old version - used by PyTorch v1.5.