Skip to content

Commit

Permalink
Give XLA it's own .bazelrc, remove the TensorFlow bazelrc from openxl…
Browse files Browse the repository at this point in the history
…a/xla

PiperOrigin-RevId: 718069392
  • Loading branch information
ddunl authored and copybara-github committed Jan 21, 2025
1 parent ca8202e commit 0aa1501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ build:dbg -c dbg
# --config=dbg --per_file_copt=+tensorflow/core/kernels/identity_op.*@-g
# Since this .bazelrc file is synced between the tensorflow/tensorflow repo and
# the openxla/xla repo, also include debug info for files under xla/.
build:dbg --per_file_copt=+.*,-tensorflow.*,-xla.*@-g0
build:dbg --per_file_copt=+.*,-tensorflow.*@-g0
build:dbg --per_file_copt=+tensorflow/core/kernels.*@-g0
# for now, disable arm_neon. see: https://github.com/tensorflow/tensorflow/issues/33360
build:dbg --cxxopt -DTF_LITE_DISABLE_X86_NEON
Expand Down

0 comments on commit 0aa1501

Please sign in to comment.