From 5824d3487d85662773a0981c3466b6fd8dfc8b0c Mon Sep 17 00:00:00 2001 From: Penporn Koanantakool Date: Thu, 5 Mar 2020 13:23:00 -0800 Subject: [PATCH] Remove --config=mkl_open_source_only because it has compilation errors and has not been used. PiperOrigin-RevId: 299177856 Change-Id: Ib581b41f7bc51ff27aba992656eee8fd7a5d6bc5 --- .bazelrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bazelrc b/.bazelrc index a543ebbcd75..ff1a12cac24 100644 --- a/.bazelrc +++ b/.bazelrc @@ -46,7 +46,6 @@ # sycl_asan: # sycl_trisycl: # mkl: Enable full mkl support. -# mkl_open_source_only: Enable MKL support only using open source MKL libraries. # tensorrt: Enable Tensorrt support. # ngraph: Enable ngraph support. # numa: Enable numa using hwloc. @@ -140,13 +139,6 @@ build:mkl --define=tensorflow_mkldnn_contraction_kernel=0 build:mkl --define=build_with_mkl_dnn_v1_only=true build:mkl -c opt -# This config option is used to enable MKL-DNN open source library only, -# without depending on MKL binary version. -build:mkl_open_source_only --define=build_with_mkl_dnn_only=true -build:mkl_open_source_only --define=build_with_mkl_dnn_v1_only=true -build:mkl_open_source_only --define=build_with_mkl=true --define=enable_mkl=true -build:mkl_open_source_only --define=tensorflow_mkldnn_contraction_kernel=0 - # This config refers to building with CUDA available. It does not necessarily # mean that we build CUDA op kernels. build:using_cuda --define=using_cuda=true