Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. ci/official/utilities/code_check_full.bats

    @test "Pip package doesn't depend on CUDA" {
      bazel cquery \
        --experimental_cc_shared_library \
        --@local_config_cuda//:enable_cuda \
        --@local_config_cuda//cuda:include_cuda_libs=false \
        --repo_env=HERMETIC_CUDA_VERSION="12.3.2" \
        --repo_env=HERMETIC_CUDNN_VERSION="8.9.7.29" \
        --repo_env=HERMETIC_NCCL_VERSION="2.27.7" \
        "somepath(//tensorflow/tools/pip_package:wheel, " \
        "@local_config_cuda//cuda:cudart + "\
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 19 18:47:57 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  2. .bazelrc

    # This is an alias for the mkl_aarch64_threadpool build.
    common:mkl_aarch64 --config=mkl_aarch64_threadpool
    
    # Default CUDA, CUDNN, NCCL and NVSHMEM versions.
    common:cuda_version --repo_env=HERMETIC_CUDA_VERSION="12.5.1"
    common:cuda_version --repo_env=HERMETIC_CUDNN_VERSION="9.3.0"
    common:cuda_version --repo_env=HERMETIC_NVSHMEM_VERSION="3.2.5"
    common:cuda_version --repo_env=HERMETIC_NCCL_VERSION="2.27.7"
    
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
Back to top