Skip to content

Instantly share code, notes, and snippets.

@angerson
Created December 2, 2019 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angerson/e7c57578d142e87c6c952f7fc431374f to your computer and use it in GitHub Desktop.
Save angerson/e7c57578d142e87c6c952f7fc431374f to your computer and use it in GitHub Desktop.
.tf_configure.bazelrc
build --action_env PYTHON_BIN_PATH="C:/Users/angerson/AppData/Local/Programs/Python/Python37/python.exe"
build --action_env PYTHON_LIB_PATH="C:/Users/angerson/AppData/Local/Programs/Python/Python37/lib/site-packages"
build --python_path="C:/Users/angerson/AppData/Local/Programs/Python/Python37/python.exe"
build:xla --define with_xla_support=true
build --action_env CUDA_TOOLKIT_PATH="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1"
build --action_env TF_CUDA_COMPUTE_CAPABILITIES="3.5,7.0"
build --config=cuda
build:opt --copt=/arch:AVX
build:opt --define with_default_optimizations=true
test --flaky_test_attempts=3
test --test_size_filters=small,medium
test --test_tag_filters=-benchmark-test,-no_oss,-no_windows,-gpu,-oss_serial
test --build_tag_filters=-benchmark-test,-no_oss,-no_windows,-gpu
build --action_env TF_CONFIGURE_IOS="0"
build --copt=/d2ReducedOptimizeHugeFunctions --host_copt=/d2ReducedOptimizeHugeFunctions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment