-
Notifications
You must be signed in to change notification settings - Fork 215
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
MP update 0.10.3 #2070
MP update 0.10.3 #2070
Conversation
25dcb52
to
f54e23e
Compare
* Bump oneTBB to avoid using deprecated selection in build files bazelbuild/bazel#8622 * Bump TF and remove patches * Fix oneTBB patch * Fix order of glog include * Fixes in UT's after gtest bump Gtest now detects that there are parametrized fixtures and there is no instantiation of that fixture and reports that a test failure. * Update TFS Model Metadata tests after TFS update With updated TFS the model metadata response through REST API contains additional field. * New patch for TF after update JIRA:CVS-114360
79300c2
to
77cae86
Compare
450545d
to
f4cf2b2
Compare
f4cf2b2
to
7db8f3d
Compare
WORKSPACE
Outdated
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") | ||
bazel_skylib_workspace() | ||
load("@bazel_skylib//lib:versions.bzl", "versions") | ||
versions.check(minimum_bazel_version = "3.7.2") |
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.
Change to 6.0.0
WORKSPACE
Outdated
|
||
load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps") | ||
grpc_extra_deps() | ||
#load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps") |
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.
Not needed anymore?
src/BUILD
Outdated
@@ -135,6 +135,11 @@ cc_shared_library( | |||
"@FP16//:__subpackages__", | |||
"@flatbuffers//:__subpackages__", | |||
"@ruy//:__subpackages__", | |||
|
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.
No space here.
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.
LGTM
* Bump oneTBB to avoid using deprecated selection in build files bazelbuild/bazel#8622 * Bump TF and remove patches * Fix oneTBB patch * Fix order of glog include * Fixes in UT's after gtest bump Gtest now detects that there are parametrized fixtures and there is no instantiation of that fixture and reports that a test failure. * Update TFS Model Metadata tests after TFS update With updated TFS the model metadata response through REST API contains additional field. * New patch for TF after update * Update tests requirements after functional tests update JIRA:CVS-114360 * Fixing python=0 compilation Co-authored-by: rasapala <[email protected]>
No description provided.