Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for HERMETIC_CUDNN_VERSION (0.08 sec)

  1. configure.py

    def set_hermetic_cudnn_version(environ_cp):
      """Set HERMETIC_CUDNN_VERSION."""
      ask_cudnn_version = (
          'Please specify the hermetic cuDNN version you want to use '
          'or leave empty to use the default version. '
      )
      hermetic_cudnn_version = get_from_env_or_user_or_default(
          environ_cp, 'HERMETIC_CUDNN_VERSION', ask_cudnn_version, None
      )
      if hermetic_cudnn_version:
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Wed Apr 30 15:18:54 UTC 2025
    - 48.3K bytes
    - Viewed (0)
  2. 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" \
        --repo_env=HERMETIC_NCCL_VERSION="2.27.7" \
        "somepath(//tensorflow/tools/pip_package:wheel, " \
        "@local_config_cuda//cuda:cudart + "\
        "@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)
  3. .bazelrc

    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"
    
    # CUDA: This config refers to building CUDA op kernels with nvcc.
    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