Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HERMETIC_CUDA_VERSION (0.11 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" \
        "somepath(//tensorflow/tools/pip_package:wheel, " \
        "@local_config_cuda//cuda:cudart + "\
        "@local_config_cuda//cuda:cudart + "\
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 23 18:48:35 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. .bazelrc

    build:cuda --repo_env TF_NEED_CUDA=1
    build:cuda --crosstool_top=@local_config_cuda//crosstool:toolchain
    build:cuda --@local_config_cuda//:enable_cuda
    # Default CUDA and CUDNN versions.
    build:cuda --repo_env=HERMETIC_CUDA_VERSION="12.5.1"
    build:cuda --repo_env=HERMETIC_CUDNN_VERSION="9.3.0"
    # This flag is needed to include CUDA libraries.
    build:cuda --@local_config_cuda//cuda:include_cuda_libs=true
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 28 22:02:31 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top