Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CLANG_COMPILER_PATH (0.08 sec)

  1. configure.py

          ),
      )
    
      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.
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Apr 30 15:18:54 UTC 2025
    - 48.3K bytes
    - Viewed (0)
  2. .bazelrc

    build:rocm --define=xnn_enable_avxvnniint8=false
    build:rocm --define=xnn_enable_avx512fp16=false
    build:rocm --repo_env TF_NEED_ROCM=1
    
    build:rocm_clang_official --config=rocm
    build:rocm_clang_official --action_env=CLANG_COMPILER_PATH="/usr/lib/llvm-18/bin/clang"
    build:rocm_clang_official --action_env=TF_ROCM_CLANG="1"
    build:rocm_clang_official --linkopt="-fuse-ld=lld"
    build:rocm_clang_official --host_linkopt="-fuse-ld=lld"
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top