Functions 2
is_available
functionFull reference ↗version
functionFull reference ↗- tensorplay.cuda.nccl.version()[source]
Returns the version of the NCCL.
This function returns a tuple containing the major, minor, and patch version numbers of the NCCL. The suffix is also included in the tuple if a version suffix exists. :returns: The version information of the NCCL. :rtype: tuple

