-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[flashlight-cpu] Fix installation #18089
Conversation
@SKRohit Can you please test this PR? Thanks. |
Needs to fix the usage also. |
Should be good, @SKRohit can you please test my changes? |
I tried this PR @JackBoosY . I tried to build everything again but got below error: Computing installation plan...
Call Stack (most recent call first): Error: Building package onednn:x64-linux failed with: BUILD_FAILED Additionally, attach any relevant sections from the log files above. |
@SKRohit Can you please provide /home/skrrohit/my_repos/projects/vcpkg/buildtrees/onednn/install-x64-linux-dbg-out.log ? |
Here it is @JackBoosY . I have uploaded the file in my drive and sharing that link since I was not able to comment the complete output. https://drive.google.com/file/d/1y62eqL2tomzLIg9gwx92aGXXRMZD7-4i/view?usp=sharing |
I think you don't have enough memory. |
@JackBoosY I have around 112GB left on my SSD and my RAM is 16GB. Btw after trying the command
|
@SKRohit Can you please provide /home/skrrohit/my_repos/projects/vcpkg/buildtrees/detect_compiler/config-x64-linux-rel-out.log and /home/skrrohit/my_repos/projects/vcpkg/buildtrees/detect_compiler/config-x64-linux-rel-err.log? |
Ping @SKRohit for response. |
Thanks @JackBoosY :) |
Fix installation bug:
Fixes #18064.