Overview
HCCL Python APIs implement framework adaptation in graph mode. Currently, they only implement distributed optimization of the TensorFlow network on the NPU.
Concepts
Concept |
Description |
|---|---|
group |
Process groups that participate in collective communication. The process groups include:
|
rank |
A communication entity in the group. Each rank is assigned a unique ID ranging from 0 to n – 1 (n is the number of NPUs). |
rank size |
|
rank id |
|
Parent topic: Python APIs