Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
02668a6b
Commit
02668a6b
authored
Jul 20, 2022
by
Austin Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Switch over to SIG Build-based toolchain for regular builds (same behavior)
parent
1a864263
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+1
-3
1 addition, 3 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+1
-2
1 addition, 2 deletions
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
with
2 additions
and
5 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+
1
−
3
View file @
02668a6b
...
...
@@ -37,7 +37,7 @@ build --copt=-mavx --host_copt=-mavx
build --profile=/tf/pkg/profile.json.gz
# Use the NVCC toolchain to compile for manylinux2014
build --crosstool_top=
@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8.1-tensorrt7.2
_config_cuda//crosstool:toolchain
build --crosstool_top=
"@sigbuild-r2.10
_config_cuda//crosstool:toolchain
"
# Test-related settings below this point.
test --build_tests_only --keep_going --test_output=errors --verbose_failures=true
...
...
@@ -91,8 +91,6 @@ build:rbe --bes_timeout=600s
build:rbe --define=EXECUTOR=remote
build:rbe --distinct_host_configuration=false
build:rbe --flaky_test_attempts=3
# TODO(angerson) Testing speed change from 200->1000
build:rbe --jobs=1000
build:rbe --remote_executor=grpcs://remotebuildexecution.googleapis.com
build:rbe --remote_timeout=3600
build:rbe --spawn_strategy=remote,worker,standalone,local
...
...
This diff is collapsed.
Click to expand it.
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+
1
−
2
View file @
02668a6b
...
...
@@ -47,7 +47,7 @@ build --action_env=GCC_HOST_COMPILER_PATH="/dt9/usr/bin/gcc"
# libnvrtc.so.11.1. See https://github.com/NVIDIA/TensorRT/issues/1064.
# TODO(b/187962120): Remove CUDA-11.1 when upgrading to TensorRT 8.
build --action_env=LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/tensorrt/lib:/usr/local/cuda-11.1/lib64""
build --crosstool_top=
@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8.1-tensorrt7.2
_config_cuda//crosstool:toolchain
build --crosstool_top=
"@sigbuild-r2.10
_config_cuda//crosstool:toolchain
"
# CUDA: Enable TensorRT optimizations
# https://developer.nvidia.com/tensorrt
...
...
@@ -112,7 +112,6 @@ build:rbe --bes_timeout=600s
build:rbe --define=EXECUTOR=remote
build:rbe --distinct_host_configuration=false
build:rbe --flaky_test_attempts=3
# TODO(angerson) Testing speed change from 200->1000
build:rbe --jobs=1000
build:rbe --remote_executor=grpcs://remotebuildexecution.googleapis.com
build:rbe --remote_timeout=3600
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment