diff options
author | TensorFlower Gardener <gardener@tensorflow.org> | 2018-08-06 19:09:57 -0700 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2018-08-06 19:09:57 -0700 |
commit | c26c9e6caa3f1e3e5027031db61ebde9bc3ba706 (patch) | |
tree | f346eb994cf3b1cbe13f653c8ba9543761f216b7 | |
parent | 29b8358f51e2da1df50bc6b896f360994bc5eacf (diff) | |
parent | 04a8b8ae9d0b8f6fa32cee82a3e94bc92c9406f4 (diff) |
Merge pull request #20419 from hermanzdosilovic:patch-1
PiperOrigin-RevId: 207647916
-rw-r--r-- | tools/bazel.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bazel.rc b/tools/bazel.rc index e3b962f967..660e3d3280 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc @@ -40,8 +40,6 @@ build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true build:cuda_clang --crosstool_top=@local_config_cuda//crosstool:toolchain build:cuda_clang --define=using_cuda=true --define=using_cuda_clang=true --define=using_clang=true -build:mkl --define=using_mkl=true - build:sycl --crosstool_top=@local_config_sycl//crosstool:toolchain build:sycl --define=using_sycl=true --define=using_trisycl=false |