Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for HERMETIC_CUDNN_VERSION (0.12 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 Sep 09 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" \
        "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)
  3. .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