You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngraph-bridge tries to checkout a commit [1] of ngraph that doesn't seem to support the NGRAPH_INTELGPU_ENABLE option, thus ngraph is compiled without it.
Workaround is to use --ngraph_version="v0.27.0-rc.0" along with --build_intelgpu_backend
NOTE: v0.26.0 appears broken due to cldnn having werror on by default (naughty). 0.27.0-rc.0 appears to have fixed that and it builds.
README should be updated with workaround or build_ngtf.py should be updated to by default use a recent released version of ngraph.
ngraph-bridge tries to checkout a commit [1] of ngraph that doesn't seem to support the NGRAPH_INTELGPU_ENABLE option, thus ngraph is compiled without it.
Workaround is to use --ngraph_version="v0.27.0-rc.0" along with --build_intelgpu_backend
NOTE: v0.26.0 appears broken due to cldnn having werror on by default (naughty). 0.27.0-rc.0 appears to have fixed that and it builds.
README should be updated with workaround or build_ngtf.py should be updated to by default use a recent released version of ngraph.
[1] - https://github.com/tensorflow/ngraph-bridge/blob/master/build_ngtf.py#L56
The text was updated successfully, but these errors were encountered: