Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switch TF to C++17 standard.
Remove old C++17 config flags, we'll build with C++17 by default. Force nvcc to use C++17 dialect by changing the wrapper script to include the forcing flag. Fix some TFLite static string constant that needs to be constexpr now. Note: We probably need a little bit more cleanup to remove duplicate RBE configs. But let's leave this for a separate change. All changes here (and in previous commits for the C++17 conversion) tested on https://godbolt.org/z/1PebET71j. Probably not relevant if looking just at this commit alone though. PiperOrigin-RevId: 450327070
- Loading branch information
1 parent
cba7fb8
commit 8ea5ed0c392b329a3e0481a3f1f7b0ca86821b84
Showing
8 changed files
with
499 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -116,7 +116,6 @@ cc_library( | ||
name = "acceleration_test_util", | ||
testonly = 1, | ||
srcs = [ | ||
"acceleration_test_list.cc", | ||
"acceleration_test_util.cc", | ||
], | ||
hdrs = ["acceleration_test_util.h"], | ||
Oops, something went wrong.