Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Repo (0.53 sec)

  1. .bazelrc

    # For Remote build execution -- GPU configuration
    build:rbe_linux_cuda --repo_env=REMOTE_GPU_TESTING=1
    build:rbe_linux_cuda --repo_env=TF_CUDA_CONFIG_REPO="@sigbuild-r2.17-clang_config_cuda"
    build:rbe_linux_cuda --repo_env=TF_TENSORRT_CONFIG_REPO="@sigbuild-r2.17-clang_config_tensorrt"
    build:rbe_linux_cuda --repo_env=TF_NCCL_CONFIG_REPO="@sigbuild-r2.17-clang_config_nccl"
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
  2. configure.py

              ' setting TF_NEED_CLANG=0'
          ),
      )
    
      write_action_env_to_bazelrc('CLANG_COMPILER_PATH', clang_compiler_path)
      write_to_bazelrc('build --repo_env=CC=%s' % clang_compiler_path)
      write_to_bazelrc('build --repo_env=BAZEL_COMPILER=%s' % clang_compiler_path)
    
      return clang_compiler_path
    
    
    def set_clang_compiler_path_win(environ_cp):
      """Set CLANG_COMPILER_PATH and environment variables.
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top