Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for override_eigen_strong_inline (0.25 sec)

  1. configure.py

      # pylint: disable=line-too-long
      write_to_bazelrc(
          'build --copt=/d2ReducedOptimizeHugeFunctions --host_copt=/d2ReducedOptimizeHugeFunctions'
      )
    
      if get_var(
          environ_cp, 'TF_OVERRIDE_EIGEN_STRONG_INLINE', 'Eigen strong inline',
          True, ('Would you like to override eigen strong inline for some C++ '
                 'compilation to reduce the compilation time?'),
    Python
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  2. tensorflow/BUILD

    )
    
    config_setting(
        name = "using_rocm_hipcc",
        define_values = {"using_rocm_hipcc": "true"},
    )
    
    config_setting(
        name = "override_eigen_strong_inline",
        define_values = {"override_eigen_strong_inline": "true"},
        visibility = ["//visibility:public"],
    )
    
    # This flag specifies whether TensorFlow 2.0 API should be built instead
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
  3. .bazelrc

    build:rbe_win --shell_executable=C:\\tools\\msys64\\usr\\bin\\bash.exe
    build:rbe_win --experimental_strict_action_env=true
    
    # TODO(gunan): Remove once we use MSVC 2019 with latest patches.
    build:rbe_win --define=override_eigen_strong_inline=true
    
    # Don't build the python zip archive in the RBE build.
    build:rbe_win --remote_download_minimal
    build:rbe_win --enable_runfiles
    build:rbe_win --nobuild_python_zip
    
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 23 01:21:54 GMT 2024
    - 53.4K bytes
    - Viewed (2)
Back to top