Skip to content
Snippets Groups Projects
Unverified Commit b02fb00e authored by Ramesh Sampath's avatar Ramesh Sampath Committed by GitHub
Browse files

Update gpu.bazelrc

parent d6aceb1e
Branches
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ build --repo_env=TF_CUDA_COMPUTE_CAPABILITIES="sm_35,sm_50,sm_60,sm_70,sm_75,com ...@@ -62,7 +62,7 @@ build --repo_env=TF_CUDA_COMPUTE_CAPABILITIES="sm_35,sm_50,sm_60,sm_70,sm_75,com
# Test-related settings below this point. # Test-related settings below this point.
test --build_tests_only --keep_going --test_output=errors --verbose_failures=true test --build_tests_only --keep_going --test_output=errors --verbose_failures=true
test --test_env=LD_LIBRARY_PATH test --test_env=LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-11.1/lib64"
# Local test jobs has to be 4 because parallel_gpu_execute is fragile, I think # Local test jobs has to be 4 because parallel_gpu_execute is fragile, I think
test --test_timeout=300,450,1200,3600 --local_test_jobs=4 --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute test --test_timeout=300,450,1200,3600 --local_test_jobs=4 --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute
# Give only the list of failed tests at the end of the log # Give only the list of failed tests at the end of the log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment