Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for local_config_cuda (0.1 sec)

  1. ci/official/pycpp.sh

    if [[ $TFCI_PYCPP_SWAP_TO_BUILD_ENABLE == 1 ]]; then
      tfrun bazel build $TFCI_BAZEL_COMMON_ARGS --profile "$PROFILE_JSON_PATH" --@local_config_cuda//cuda:override_include_cuda_libs=true --config="${TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX}_pycpp_test"
    else
      tfrun bazel test $TFCI_BAZEL_COMMON_ARGS --profile "$PROFILE_JSON_PATH" --@local_config_cuda//cuda:override_include_cuda_libs=true --config="${TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX}_pycpp_test"
    fi
    
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Wed Oct 23 18:48:35 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. WORKSPACE

    cudnn_redist_init_repository(
        cudnn_redistributions = CUDNN_REDISTRIBUTIONS,
    )
    
    load(
        "@local_tsl//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
        "cuda_configure",
    )
    
    cuda_configure(name = "local_config_cuda")
    
    load(
        "@local_tsl//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
        "nccl_redist_init_repository",
    )
    
    nccl_redist_init_repository()
    
    load(
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Fri Oct 11 16:49:28 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top