cuBLASMp Initialization#

Overview#

cuBLASMp requires the user to initialize the NCCL communicator before passing it to cuBLASMp functions. The steps are covered in the NCCL documentation and briefly described in the NCCL Initialization section of this documentation.

cuBLASMp versions prior to v0.5.0 used CAL. For users who are migrating from CAL to NCCL, the Migrating from CAL to NCCL section of this documentation provides the steps to migrate.

For the users of older cuBLASMp versions, CAL documentation remains available for reference in the CAL Initialization (Legacy) section.

Contents#