nccl

paddle.version. nccl ( ) [source]

Get nccl version of paddle package.

Returns

Return the version information of cuda nccl. If paddle package is CPU version, it will return False.

Return type

string

Examples

>>> import paddle

>>> paddle.version.nccl()
>>> 
'2804'