Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XLA_FLAGS (0.09 sec)

  1. tensorflow/compiler/aot/tfcompile.bzl

                          "--xla_cpu_fast_math_honor_division=false " +
                          "--xla_cpu_enable_fast_min_max=true " +
                          ctx.attr.xla_flags + " " +
                          "$${XLA_FLAGS:-}' "),
            "CUDA_VISIBLE_DEVICES": "",
        }
    
        dfsan_flags = []
        dfsan_deps = []
    
        # DFSan is only supported on linux.
        if ctx.attr.is_linux and ctx.attr.dfsan:
            dfsan_flags = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/BUILD

            mlir_components = "HloLowering",  # XLA:CPU-Next only.
            tags = [
                "manual",
                "no_mac",  # TODO(b/228273415)
            ],
            xla_flags = xla_flags,
        ),
    ] for (bench_name, config_file, template_file, sed_replace, xla_flags) in tfcompile_bench_tfmatmul_custom_tiling]
    
    tf_cc_test(
        name = "tfcompile_test",
        srcs = ["tfcompile_test.cc"],
        tags = [
            "manual",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top