Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for NCCL (0.03 sec)

  1. WORKSPACE

        "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(
        "@local_tsl//third_party/nccl/hermetic:nccl_configure.bzl",
        "nccl_configure",
    )
    
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Fri Oct 11 16:49:28 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. configure.py

    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 48.2K bytes
    - Viewed (1)
  3. .bazelrc

    #     cuda_clang    Build with CUDA Clang support.
    #     rocm:         Build with AMD GPU support (rocm)
    #     mkl:          Enable full mkl support.
    #     nogcp:        Disable GCS support.
    #     nonccl:       Disable nccl support.
    #
    #
    # Remote build execution options (only configured to work with TF team projects for now.)
    #     rbe_base:  General RBE options shared by all flavors.
    #     rbe_linux: General RBE options used on all linux builds.
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Mon Oct 28 22:02:31 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  4. RELEASE.md

    ## Breaking Changes
    
    *   Prebuilt binaries are now (as of TensorFlow 1.10) built against NCCL 2.2 and
        no longer include NCCL in the binary install. TensorFlow usage with multiple
        GPUs and NCCL requires upgrade to
        [NCCL 2.2](https://developer.nvidia.com/nccl). See updated install guides:
        [TensorFlow GPU support](https://www.tensorflow.org/install/gpu) and
    Registered: Tue Oct 29 12:39:09 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top