- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BAZEL_COMPILER (0.31 sec)
-
configure.py
Loop over user prompts for clang path until receiving a valid response. Default is used if no input is given. Set CLANG_COMPILER_PATH and write environment variables CC and BAZEL_COMPILER to .bazelrc. Args: environ_cp: (Dict) copy of the os.environ. Returns: string value for clang_compiler_path. """ # Default path if clang-18 is installed by using apt-get install
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0) -
.bazelrc
build:release_cpu_linux_clang_local --config=clang_local build:release_cpu_linux_clang_local --repo_env=CC="/usr/lib/llvm-18/bin/clang" build:release_cpu_linux_clang_local --repo_env=BAZEL_COMPILER="/usr/lib/llvm-18/bin/clang" build:release_cpu_linux_clang_local --crosstool_top="@local_config_cuda//crosstool:toolchain" build:release_cpu_linux_clang_local --repo_env=TF_SYSROOT="/dt9"
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0)