-
Notifications
You must be signed in to change notification settings - Fork 64
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
Building ngraph-bridge fails on command 'make -j8' #505
Comments
Digging little further into the problem, I have now edited my Added
Added the additional error message (
So now we can see why the command Running the same command as before: Again, it ran for a while, then got this error message:
It looks like the problem is with plaidml... Any help is appreciated! |
Now that I know this is a plaidml problem, I found out that this issue is a duplicate of #447. Also it seems like there's an solution there 😄 |
I build ngraph-bridge with following command:
python build_ngtf.py --use_prebuilt_tensorflow --build_plaidml_backend
It runs for few hours, but then suddenly fails:
What the command
make -j8
should do? Why is it missing the target parameter?I'm using MacOS X High Sierra 10.13.16
The text was updated successfully, but these errors were encountered: