[all-commits] [llvm/llvm-project] 6c848c: Remove redundant environment variable XLA_FLAGS.

Jacob Hegna via All-commits all-commits at lists.llvm.org
Mon Jun 14 16:58:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c848c28c2f495f97a8fce879bd0624d61272d24
      https://github.com/llvm/llvm-project/commit/6c848c28c2f495f97a8fce879bd0624d61272d24
  Author: Jacob Hegna <jacobhegna at google.com>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M llvm/cmake/modules/TensorFlowCompile.cmake

  Log Message:
  -----------
  Remove redundant environment variable XLA_FLAGS.

If the flag is not set, the script saved_model_aot_compile.py in tensorflow will
default it to the correct value. However, in TF 2.5, the way the value is set in
TensorFlowCompile.cmake file triggers a build error.

Reviewed By: mtrofin

Differential Revision: https://reviews.llvm.org/D103972




More information about the All-commits mailing list