Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 243129583
  • Loading branch information
xunjieli authored and Copybara-Service committed Apr 11, 2019
1 parent f6689b9 commit cf1f0cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ fi
# Note: If running with GPU, tests must be executed serially due to a GPU
# contention issue.
if [[ "${DV_GPU_BUILD:-0}" = "1" ]]; then
# redacted
export TF_NEED_CUDA=1
export TF_CUDA_VERSION=10
export TF_CUDNN_VERSION=7
export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64"
bazel test -c opt --local_test_jobs=1 ${DV_COPT_FLAGS} "$@" \
deepvariant/...
# Also run the GPU-specific tests.
Expand Down

0 comments on commit cf1f0cc

Please sign in to comment.