Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HERMETIC_CUDNN_VERSION (0.07 sec)

  1. ci/official/utilities/code_check_full.bats

        --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" \
        "somepath(//tensorflow/tools/pip_package:wheel, " \
        "@local_config_cuda//cuda:cudart + "\
        "@local_config_cuda//cuda:cudart + "\
        "@local_config_cuda//cuda:cuda_driver + "\
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Aug 06 20:43:08 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  2. .bazelrc

    build:mkl_aarch64 --config=mkl_aarch64_threadpool
    
    # Default CUDA, CUDNN and NVSHMEM versions.
    build:cuda_version --repo_env=HERMETIC_CUDA_VERSION="12.5.1"
    build:cuda_version --repo_env=HERMETIC_CUDNN_VERSION="9.3.0"
    build:cuda_version --repo_env=HERMETIC_NVSHMEM_VERSION="3.2.5"
    
    # CUDA: This config refers to building CUDA op kernels with nvcc.
    build:cuda --repo_env TF_NEED_CUDA=1
    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