Skip to content

Commit

Permalink
fix issue with binary functor squared_difference not linking
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Nov 25, 2016
1 parent f796eda commit b9b5f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bazel.rc.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true

build --crosstool_top=//tensorflow/tools/cocl:toolchain
build --define COCL_OPTIONS=--devicell-opt;inline;--devicell-opt;mem2reg;--devicell-opt;instcombine;--devicell-opt;O2;-DEIGEN_DEFAULT_DENSE_INDEX_TYPE=int32_t
build --copt="-DEIGEN_DEFAULT_DENSE_INDEX_TYPE=int32_t"
build --force_python=py$PYTHON_MAJOR_VERSION
build --host_force_python=py$PYTHON_MAJOR_VERSION
build --python$PYTHON_MAJOR_VERSION_path=$PYTHON_BINARY
Expand Down

0 comments on commit b9b5f8d

Please sign in to comment.