Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for nccl_configure (0.07 seconds)

  1. WORKSPACE

        "nccl_redist_init_repository",
    )
    
    nccl_redist_init_repository()
    
    load(
        "@rules_ml_toolchain//gpu/nccl:nccl_configure.bzl",
        "nccl_configure",
    )
    
    nccl_configure(name = "local_config_nccl")
    
    load(
        "@rules_ml_toolchain//gpu/nvshmem:nvshmem_json_init_repository.bzl",
        "nvshmem_json_init_repository",
    )
    
    nvshmem_json_init_repository()
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  2. MODULE.bazel

    use_repo(cuda_configure, "local_config_cuda")
    
    nccl_configure = use_extension("@rules_ml_toolchain//extensions:nccl_configure.bzl", "nccl_configure_ext")
    use_repo(nccl_configure, "local_config_nccl")
    
    sycl_configure = use_extension("@rules_ml_toolchain//extensions:sycl_configure.bzl", "sycl_configure_ext")
    use_repo(sycl_configure, "local_config_sycl")
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  3. ci/official/envs/windows_x86_2022_ml_actions

    TFCI_BAZEL_VC="C:/RBE_ISOLATED_INVALID_PATH"
    TFCI_BAZEL_LLVM="C:/RBE_ISOLATED_INVALID_PATH"
    TFCI_BAZEL_SH="C:/tools/msys64/usr/bin/bash.exe"
    TFCI_USE_CLANG_CL=0
    
    # Map TFCI_BAZEL_* to BAZEL_* so cc_configure can find them in the environment.
    # We use the shell's default value substitution to ensure that if these are
    # already set (e.g. poisoned for RBE), we don't overwrite them with empty values
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  4. ci/official/envs/windows_x86_ml_actions

    TFCI_BAZEL_VC="C:/RBE_ISOLATED_INVALID_PATH"
    TFCI_BAZEL_LLVM="C:/RBE_ISOLATED_INVALID_PATH"
    TFCI_BAZEL_SH="C:/tools/msys64/usr/bin/bash.exe"
    TFCI_USE_CLANG_CL=0
    
    # Map TFCI_BAZEL_* to BAZEL_* so cc_configure can find them in the environment.
    # We use the shell's default value substitution to ensure that if these are
    # already set (e.g. poisoned for RBE), we don't overwrite them with empty values
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 2.4K bytes
    - Click Count (0)
Back to Top