<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.8 (Ruby 3.0.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc docmapping="yes"?>
<?rfc comments="no"?>

<rfc ipr="trust200902" docName="draft-ai-traffic-00" category="std" consensus="true" submissionType="IETF" tocDepth="2" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="AI traffic">Handling inter-DC/Edge AI-related network traffic: Problem statement</title>

    <author initials="A." surname="Fressancourt" fullname="Antoine Fressancourt">
      <organization abbrev="Huawei">Huawei Technologies France S.A.S.U.</organization>
      <address>
        <postal>
          <street>18, Quai du Point du Jour</street>
          <city>Boulogne-Billancourt</city>
          <code>92100</code>
          <country>France</country>
        </postal>
        <email>antoine.fressancourt@huawei.com</email>
      </address>
    </author>
    <author initials="L." surname="Iannone" fullname="Luigi Iannone">
      <organization abbrev="Huawei">Huawei Technologies France S.A.S.U.</organization>
      <address>
        <postal>
          <street>18, Quai du Point du Jour</street>
          <city>Boulogne-Billancourt</city>
          <code>92100</code>
          <country>France</country>
        </postal>
        <email>luigi.iannone@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="Lou" fullname="David Lou">
      <organization abbrev="Huawei">Huawei Technologies Duesseldorf GmbH</organization>
      <address>
        <postal>
          <street>Riesstrasse 25</street>
          <city>Munich</city>
          <code>80992</code>
          <country>Germany</country>
        </postal>
        <email>zhe.lou@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="Trossen" fullname="Dirk Trossen">
      <organization abbrev="Huawei">Huawei Technologies Duesseldorf GmbH</organization>
      <address>
        <postal>
          <street>Riesstrasse 25</street>
          <city>Munich</city>
          <code>80992</code>
          <country>Germany</country>
        </postal>
        <email>dirk.trossen@huawei.com</email>
      </address>
    </author>

    <date />

    
    <workgroup>Working Group name</workgroup>
    <keyword>inter-datacenter</keyword> <keyword>AI inference</keyword> <keyword>AI training</keyword> <keyword>Federated Learning</keyword>

    <abstract>


<?line 141?>

<t>The growth in terms of number of parameters of LLM models as well as the need to use or train those models with private or protected data will require service providers operating LLM-based services to cooperate to train, specialize or serve LLM-based services accross datacenters. 
Given their structure, the number of parameters they incorporate and the collective communication librairies they are built with, LLM training and inference (or serving) network traffic has specific characteristics.</t>

<t>In that regard, understanding the specificities of AI-related workloads is critical to determine how to operate AI-based services in a federated setting across datacenters.</t>



    </abstract>



  </front>

  <middle>


<?line 148?>

<section anchor="SEC:Introduction"><name>Introduction</name>

<t>AI has attracted a far bit of attention in the networking community, including the IETF, in regards to not just applications but also needed protocols and technologies for the realization of those applications.</t>

<t>While AI is a large area, this document focuses on the method of (training and inferencing over) Large Language Models (LLM). The starting point being the distributed nature of implementing LLMs, both for training and inferencing. 
For this, a network of so-called 'workers' is being realized, that over time will train a model, over which in turn inferencing can be performed.
This distributed nature involves a number of communication patterns to exchange suitable information, those patterns needing realization in suitable protocols. 
Differences in those protocols emerge from the deployment choices for AI platforms and the challenges that arise from those deployments.</t>

<t>The training of LLMs in ever growing large-scale data centres (DCs) is a current method to push the boundaries of key performance indicators, most notably the number of parameters included in the training model <xref target="LLMSize"/>. Observations in recent works <xref target="AIBackbone"/>, however, point to the fact that distribution across more than one DC will quickly be necessary to continue the growth of LLM training.</t>

<t>LLMs may also start inherently distributed in deployment itself, not because of their size, but because of their use case. 
An example here is content moderation in fediverse environments <xref target="FEDI"/>, where decentralized data governance and computation drives the equally decentralized realization of the workers developing a shared model over time. 
Other examples of such decentralized use case stems from health (e.g., where independent health trust may train a shared model over strictly locally governed patient data), IoT (where AI-derived features may be derived from localized sensor data), or also network management (where operator data for training may not be possible or legally permitted to be disclosed to a centralized training entity). 
Realizations of platforms for those use cases often refer to 'federated learning' <xref target="FLOWER"/> to capture the equal basis of participation, both at the data and processing level, of the participating entities of the platform.</t>

<t>The intention of this document is to highlight the possible challenges in the spectrum of realizations for the distributed LLM training and inferencing. 
For this, we provide more details and examples for use cases in <xref target="SEC:AIApplicability"/>, followed by a primer of key AI/LLM techniques in  <xref target="SEC:MLSystems"/>. Then, a number of challenges to, e.g., resource management, latency, and security, are identified in <xref target="SEC:AINetChallenges"/> as a starting point for a focussed discussion in the IETF community on challenges AI may pose for networks, networks protocols and technologies.</t>

<t>As the spectrum of realization ranges from centralized intra-DC to highly distributed, federated AI platforms, there is a strong relevance of solving the identified challenges within the IETF, leading to the formulation of a problem statement in <xref target="SEC:PBStatement"/> along those lines and proposing next steps in <xref target="SEC:NextSteps"/> for the IETF community to pursue.</t>

</section>
<section anchor="SEC:AIApplicability"><name>Applicability of AI</name>

<t>This section introduces the applicability of AI/LLMs across a spectrum of decentralization for realising machine learning training and inferencing tasks.
These two tasks are the most intensive in AI workflows, and they are inherently distributed compute problems given the amount of memory and processing power they require
<xref target="SEC:MLSystems"/> will introduce the prominent techniques relevant to implementing those tasks in deployed systems.</t>

<t>It can be observed upfront that the realization of AI/LLM use cases is driven by two main aspects, namely the decentralization of data and that of compute; during the training phase, the inference phase or both. 
The proposed examples are introduced with regards to those two aspects, for reasons that are detailed in the text.</t>

<section anchor="SEC:AIApplicability:CT-xI"><name>xGPT-like Services: an example centralized training use case</name>

<t>Various GPT-like services have gained much attention recently, advocating the training of ultra-large language models, providing chat-like inferencing services to users for, <em>e.g.</em>, text generation, generative AI-based image creation, and many others.</t>

<t>The key success factor of those services is the ingestion of vast amounts of data into a centralized training entity. 
This data may come from public sources, search input, through license arrangements with, <em>e.g.</em>, video providers like YouTube, and many others.</t>

<t>In this use case, centralization pertains to the ownership of the training resources under a single entity. 
Until now, the prevalent deployment of such centralized training is within a single, large-scale DC with a growing number of GPUs to execute the necessary model training operations over a sustained period of time. 
However, the growing need for more compute, together with physical and energy limitations in existing DCs, make a growing scale-out of those services beyond the reach of a single DC a likely needed path in the future.</t>

</section>
<section anchor="SEC:AIApplicability:DT-CI"><name>Decentralized training with centralized inference use cases</name>

<t>In some cases, it is impossible to gather the amount of data necessary to properly train a machine learning model, either for security, privacy or regulatory reasons. 
The necessity to tackle those cases triggered the development of Federated learning <xref target="FederatedLearning"/>, in which several entities can collaborate in a decentralized way to the training of a single large model.</t>

<t>Health is a traditional area for reasoning-based systems. 
Its richness in data, both historical as well as current (<em>e.g.</em>, from patients), lends itself for training LLMs over which inferencing can take place for, <em>e.g.</em>, diagnosis, drug development, developing treatment plans and many others.</t>

<t>Individual health organizations are often well equipped in terms of compute resources, albeit not at the scale that suffices to perform centralized LLM training on their own. 
Thus, federating compute resources is useful for scale and incentivized through the sharing of the resulting LLM in the clinical pathway.</t>

<t>Furthermore, data is also localized, since patients sign up to local health organizations, practises, or health trusts, which in turn manage their data. 
In many countries, data sharing is performed, also for transferability (<em>e.g.</em>, when patients change location and thus local health contacts) but also treatment across health organization. 
Overall, data governance needs to be strictly adhered to for any application of the data, with a possible development of a LLM being just one such application.</t>

<t>Network management is another use case for federated learning, where the federation is driven by the common goal to develop an increasingly refined model for, <em>e.g.</em>, intrusion detection, network failure detection, and others, but where suitable training data is only shared in a limited manner or not at all for confidentiality reasons.</t>

<t>In those use cases, the decentralization of the training stems from the constraints limiting the exchaneg of data between entities for technical feasibility, privacy, confidentiality or regulatory reasons. 
Once trained, the models including the common knowledge gathered in the training phase can be used by each single entity without necessarily requiring collaboration during the inference phase.</t>

</section>
<section anchor="SEC:AIApplicability:DT-DI"><name>Federated building management: a decentralized inference use case</name>

<t>Building management, where smart buildings are often equipped with micro-DC capabilities, can be federated to improve energy management in a larger geographic area, utilizing local yet private data to train a suitable (possibly locally limited) LLM. 
Works like <xref target="AIConst"/> expand this use case into other areas like construction management, architectural design, material design, and others.</t>

<t>Similar to the previous use case, the deployment across shared infrastructures (as well as the sharing of compute resources itself) is a key aspect, utilizing Internet technologies for realizing the necessary exchange within the training and inferencing scenario at hand.
Here, the decentralization of the inference task is a necessity given that the goal is to reach a global optimum (<em>e.g.</em>, energy savings accross an aea or region) by clustering the capabilities of buildings while keeping the data used for training and inferencing local for security and privacy reasons.</t>

</section>
<section anchor="SEC:AIApplicability:KeyTakeaways"><name>Key Takeaways</name>

<t>The following key takeaways can be derived from the proposed applicability examples:</t>

<t><list style="symbols">
  <t><em>LLM AI is inherently distributed</em>: This is due to its scale in required training nodes and model size. 
 Although the distribution may be handled entirely within a central, single data centre, the execution of tasks across, often many thousands, of workers still remains a key aspect in LLM AI.</t>
  <t><em>Centralized LLM AI training does not need to touch the Internet</em>: This is because it may be performed entirely within the limits of a single DC, or at least among a few DCs interconnected by private lines under the control of a single entity.</t>
  <t><em>Centralization of compute implies centralization of data</em>: This is a consequence of the model creation, based on the data, which is centralized and thus requires suitable data transfer towards the compute nodes.</t>
  <t><em>Federation allows for decentralization of data</em>: This is possible with worker nodes that may individually train on data, while contributing to the global model. 
 However, centralization of the federation again leads to the observation in the second item, <em>i.e.</em>, data is centralized, too.</t>
  <t><em>Inferencing inherently touches the Internet</em>: This is especially true in any applicability scenario involving end users residing on the Internet. 
 The impact may the creation of very large amounts of traffic to (<em>e.g.</em>, centralized) nodes that hold the suitable model information for performing the desired inferencing.</t>
</list></t>

<t>The next section outlines the system aspects of LLM AI, in light of the above takeaways, <em>e.g.</em>, on centralization, while <xref target="SEC:AINetChallenges"/> more directly takes these takeaways into account when formulating key challenges for networking, stemming from the insights in this section.</t>

</section>
</section>
<section anchor="SEC:MLSystems"><name>How ML systems are built</name>

<section anchor="SEC:LLMLifecycle"><name>Lifecycle of a typical large language model</name>

<t>In the last few years, the impressive AI boom has been associated with the development of Large Language Models (LLMs). LLMs are models, or representations of systems that are observed or measured with data. 
Models have an underlying structure, consisting in a parametrized graph linking together small operators performing operations on <strong>tensors</strong>, or small arrays of finite dimensions. 
Models are built, or <strong>trained</strong>, using a reference data set (or training set), consisting in data labelled with its underlying structure or meaning.</t>

<t>Before its use for training, the data is collected and pre-processed to structure it and chunk it into <strong>tokens</strong>, the basic data units used as input and outputs of models. After the training data set has been prepared, the model is trained. 
During this training phase, the model is parametrized, i.e., the parameters ruling the strength of the relationships between the tensor operators constituting the model are modified so the model is able to abstract the behaviour of the system from the dataset representing it.</t>

<t>After the training phase, the model can be used during an <strong>inference</strong> phase to derive information or make predictions from new data presented in the form of a sequence of tokens. 
Inference operations are not necessarily done by the same nodes that have trained the model.
Models can be transferred to other worker nodes to perfom inference tasks, sometimes placed close to the users making requests.
Besides, those transferred models can be re-trained or fine-tuned in order to better serve requests in the context they are done. 
This can be done for instance with private or locally relevant data.</t>

</section>
<section anchor="SEC:MLDistNat"><name>The distributed nature of Machine Learning systems</name>

<t>To improve the accuracy of LLMs, those models incorporate an increasing amount of parameters, and are trained using ever larger datasets. 
Modern LLMs use 125 million up to 405 billion parameters, where each parameters can be encoded with 4 bits to 4 bytes depending on the required precision.
This increase in models' sizes has important consequences on the power consumption and on the memory footprint of the systems used to train those models.</t>

<t>From a power consumption perspective, the increase in computing power needed to accomplish the training tasks of large models requires the deployment of more powerful Tensor Processing Units (TPUs) of Graphics Processing Units (GPUs) with higher power and cooling demands. 
It is becoming physically unsustainable to bring the power required to datacenters hosting those machine learning worker nodes.
A possible way to address this challenge is to distribute machine learning workloads beyond the realm of a single datacenter, possibly between two or a few interconnected datacenters separated by long to mid range private interconnections.</t>

<t>From a memory perspective, this means that storing a model and its parameters will cost from 62,5 MB (for a model using 125 million parameters with 4-bits parameters) to 1620 GB (for a model using 405 billion parameters with 4 bytes parameters).
The memory footprint of modern large language models makes those models difficult to manipulate on a single node.
Besides, as mentionned in <xref target="SchedulingSharding"/>, the pre-training of Llama3 with 405 billion parameters required from 8192 to 16384 GPUs, which were obviously hosted on multiple, connected nodes.</t>

<t>To cope with the memory and computing needs of workloads associated with LLM operations, the data preparation, training and inference tasks mentionned in <xref target="SEC:LLMLifecycle"/> can be distributed among nodes with specific functionnal roles (task execution, result aggregation, orchestration...). 
The detailed description of those functional roles is given in <xref target="SEC:A-MLRoles"/>.</t>

<t>From a networking perspective, some elements are important to mention:</t>

<t><list style="symbols">
  <t>Some roles (aggregator or orchestrator) tend to concentrate network traffic, thus creating some issues in properly managing the incast traffic.</t>
  <t>The parallel execution of training and inference tasks by worker nodes is following specific parallelism modes presented in <xref target="FIG:PM1"/> and detailed in <xref target="SEC:A-parallelisationModes"/>. Those modes have various requirements in terms of volume of data exchanged and latency (see <xref target="SchedulingSharding"/> for instance).  <vspace blankLines='1'/>
a. <strong>Data parallelism</strong>, in which data is split into chunks to be used by different worker nodes to train the model. This parallelism mode can cope with rather large latencies (several 100s of ms) but requires exchanging a large volume of data.  <vspace blankLines='1'/>
b. <strong>Pipeline model-parallelism</strong>, in which a model is separated into stages consisting in a few consecutive layers of the entire model. Each stage is allocated to a separate worker node, and intermediate states are exchanged between successive worker nodes. This parallelism mode can cope with large latencies (10s of ms) and requires exchanging less data than data parallelism.  <vspace blankLines='1'/>
c. <strong>Tensor model-parallelism</strong>, in which model layers are split into chunks that can be operated by different nodes. This parallelism mode needs to operate in low latency networks (10s of us) and requires exchanging a lot of data.  <vspace blankLines='1'/>
d. <strong>Mixture of Expert parallelism</strong>, in which nodes are holding smaller but specialized models trained over a smaller amount of data and holding fewer parameters. This parallelism mode can cope with latencies in the ms range.</t>
  <t>Machine learning applications rely most of the time on collective communication libraries <xref target="xCCL"/> that use patterns presented in details in <xref target="SEC:A-collectiveCommunicationMethods"/> such as All-to-All or All-reduce. 
  <xref target="I-D.yao-tsvwg-cco-problem-statement-and-usecases"/> has already introduced some networking challenges associated with the use of collective communication in machine learning systems.
  From a networking perspective, those communication patterns translate in "on-off" communication patterns, with a few large flows starting simultaneously to allow nodes involved in a collective to exchange data and parameters.
  The volume, synchronism and imbalance of the traffic generated by those communication pattern is a burden to the distribution of machine learning workloads, and a challenge to be addressed by the networking community.</t>
</list></t>

<figure title="Parallelism models used in machine learning systems" anchor="FIG:PM1"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="592" width="592" viewBox="0 0 592 592" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,144" fill="none" stroke="black"/>
<path d="M 8,176 L 8,296" fill="none" stroke="black"/>
<path d="M 8,400 L 8,512" fill="none" stroke="black"/>
<path d="M 24,384 L 24,400" fill="none" stroke="black"/>
<path d="M 48,32 L 48,144" fill="none" stroke="black"/>
<path d="M 48,176 L 48,288" fill="none" stroke="black"/>
<path d="M 48,400 L 48,512" fill="none" stroke="black"/>
<path d="M 64,384 L 64,496" fill="none" stroke="black"/>
<path d="M 96,32 L 96,128" fill="none" stroke="black"/>
<path d="M 96,176 L 96,272" fill="none" stroke="black"/>
<path d="M 112,32 L 112,128" fill="none" stroke="black"/>
<path d="M 112,176 L 112,272" fill="none" stroke="black"/>
<path d="M 112,336 L 112,432" fill="none" stroke="black"/>
<path d="M 112,464 L 112,560" fill="none" stroke="black"/>
<path d="M 120,440 L 120,456" fill="none" stroke="black"/>
<path d="M 128,32 L 128,128" fill="none" stroke="black"/>
<path d="M 128,176 L 128,272" fill="none" stroke="black"/>
<path d="M 128,336 L 128,432" fill="none" stroke="black"/>
<path d="M 128,464 L 128,560" fill="none" stroke="black"/>
<path d="M 144,32 L 144,128" fill="none" stroke="black"/>
<path d="M 144,176 L 144,272" fill="none" stroke="black"/>
<path d="M 144,336 L 144,432" fill="none" stroke="black"/>
<path d="M 144,464 L 144,560" fill="none" stroke="black"/>
<path d="M 152,440 L 152,456" fill="none" stroke="black"/>
<path d="M 160,336 L 160,432" fill="none" stroke="black"/>
<path d="M 160,464 L 160,560" fill="none" stroke="black"/>
<path d="M 192,48 L 192,112" fill="none" stroke="black"/>
<path d="M 192,192 L 192,256" fill="none" stroke="black"/>
<path d="M 208,48 L 208,112" fill="none" stroke="black"/>
<path d="M 208,192 L 208,256" fill="none" stroke="black"/>
<path d="M 208,352 L 208,416" fill="none" stroke="black"/>
<path d="M 208,480 L 208,544" fill="none" stroke="black"/>
<path d="M 224,352 L 224,416" fill="none" stroke="black"/>
<path d="M 224,480 L 224,544" fill="none" stroke="black"/>
<path d="M 240,416 L 240,480" fill="none" stroke="black"/>
<path d="M 256,416 L 256,480" fill="none" stroke="black"/>
<path d="M 288,112 L 288,224" fill="none" stroke="black"/>
<path d="M 288,400 L 288,512" fill="none" stroke="black"/>
<path d="M 304,96 L 304,112" fill="none" stroke="black"/>
<path d="M 304,384 L 304,400" fill="none" stroke="black"/>
<path d="M 328,112 L 328,224" fill="none" stroke="black"/>
<path d="M 328,400 L 328,512" fill="none" stroke="black"/>
<path d="M 344,96 L 344,208" fill="none" stroke="black"/>
<path d="M 344,384 L 344,496" fill="none" stroke="black"/>
<path d="M 376,432 L 376,464" fill="none" stroke="black"/>
<path d="M 392,112 L 392,208" fill="none" stroke="black"/>
<path d="M 392,432 L 392,464" fill="none" stroke="black"/>
<path d="M 408,112 L 408,208" fill="none" stroke="black"/>
<path d="M 424,128 L 424,192" fill="none" stroke="black"/>
<path d="M 424,336 L 424,432" fill="none" stroke="black"/>
<path d="M 424,464 L 424,560" fill="none" stroke="black"/>
<path d="M 440,128 L 440,192" fill="none" stroke="black"/>
<path d="M 440,336 L 440,432" fill="none" stroke="black"/>
<path d="M 440,464 L 440,560" fill="none" stroke="black"/>
<path d="M 456,112 L 456,208" fill="none" stroke="black"/>
<path d="M 456,336 L 456,432" fill="none" stroke="black"/>
<path d="M 456,464 L 456,560" fill="none" stroke="black"/>
<path d="M 472,112 L 472,208" fill="none" stroke="black"/>
<path d="M 472,336 L 472,432" fill="none" stroke="black"/>
<path d="M 472,464 L 472,560" fill="none" stroke="black"/>
<path d="M 520,128 L 520,192" fill="none" stroke="black"/>
<path d="M 520,416 L 520,480" fill="none" stroke="black"/>
<path d="M 536,128 L 536,192" fill="none" stroke="black"/>
<path d="M 536,416 L 536,480" fill="none" stroke="black"/>
<path d="M 8,32 L 48,32" fill="none" stroke="black"/>
<path d="M 96,32 L 112,32" fill="none" stroke="black"/>
<path d="M 128,32 L 144,32" fill="none" stroke="black"/>
<path d="M 192,48 L 208,48" fill="none" stroke="black"/>
<path d="M 64,78 L 80,78" fill="none" stroke="black"/><path d="M 64,82 L 80,82" fill="none" stroke="black"/>
<path d="M 160,78 L 176,78" fill="none" stroke="black"/><path d="M 160,82 L 176,82" fill="none" stroke="black"/>
<path d="M 304,96 L 344,96" fill="none" stroke="black"/>
<path d="M 192,112 L 208,112" fill="none" stroke="black"/>
<path d="M 288,112 L 328,112" fill="none" stroke="black"/>
<path d="M 392,112 L 408,112" fill="none" stroke="black"/>
<path d="M 456,112 L 472,112" fill="none" stroke="black"/>
<path d="M 96,128 L 112,128" fill="none" stroke="black"/>
<path d="M 128,128 L 144,128" fill="none" stroke="black"/>
<path d="M 424,128 L 440,128" fill="none" stroke="black"/>
<path d="M 520,128 L 536,128" fill="none" stroke="black"/>
<path d="M 8,144 L 48,144" fill="none" stroke="black"/>
<path d="M 360,158 L 376,158" fill="none" stroke="black"/><path d="M 360,162 L 376,162" fill="none" stroke="black"/>
<path d="M 488,158 L 504,158" fill="none" stroke="black"/><path d="M 488,162 L 504,162" fill="none" stroke="black"/>
<path d="M 8,176 L 48,176" fill="none" stroke="black"/>
<path d="M 96,176 L 112,176" fill="none" stroke="black"/>
<path d="M 128,176 L 144,176" fill="none" stroke="black"/>
<path d="M 192,192 L 208,192" fill="none" stroke="black"/>
<path d="M 424,192 L 440,192" fill="none" stroke="black"/>
<path d="M 520,192 L 536,192" fill="none" stroke="black"/>
<path d="M 328,208 L 344,208" fill="none" stroke="black"/>
<path d="M 392,208 L 408,208" fill="none" stroke="black"/>
<path d="M 456,208 L 472,208" fill="none" stroke="black"/>
<path d="M 64,222 L 80,222" fill="none" stroke="black"/><path d="M 64,226 L 80,226" fill="none" stroke="black"/>
<path d="M 160,222 L 176,222" fill="none" stroke="black"/><path d="M 160,226 L 176,226" fill="none" stroke="black"/>
<path d="M 288,224 L 328,224" fill="none" stroke="black"/>
<path d="M 192,256 L 208,256" fill="none" stroke="black"/>
<path d="M 96,272 L 112,272" fill="none" stroke="black"/>
<path d="M 128,272 L 144,272" fill="none" stroke="black"/>
<path d="M 8,288 L 48,288" fill="none" stroke="black"/>
<path d="M 112,336 L 128,336" fill="none" stroke="black"/>
<path d="M 144,336 L 160,336" fill="none" stroke="black"/>
<path d="M 424,336 L 440,336" fill="none" stroke="black"/>
<path d="M 456,336 L 472,336" fill="none" stroke="black"/>
<path d="M 208,352 L 224,352" fill="none" stroke="black"/>
<path d="M 24,384 L 64,384" fill="none" stroke="black"/>
<path d="M 176,382 L 192,382" fill="none" stroke="black"/><path d="M 176,386 L 192,386" fill="none" stroke="black"/>
<path d="M 304,384 L 344,384" fill="none" stroke="black"/>
<path d="M 8,400 L 48,400" fill="none" stroke="black"/>
<path d="M 288,400 L 328,400" fill="none" stroke="black"/>
<path d="M 208,416 L 224,416" fill="none" stroke="black"/>
<path d="M 240,416 L 256,416" fill="none" stroke="black"/>
<path d="M 520,416 L 536,416" fill="none" stroke="black"/>
<path d="M 112,432 L 128,432" fill="none" stroke="black"/>
<path d="M 144,432 L 160,432" fill="none" stroke="black"/>
<path d="M 376,432 L 392,432" fill="none" stroke="black"/>
<path d="M 424,432 L 440,432" fill="none" stroke="black"/>
<path d="M 456,432 L 472,432" fill="none" stroke="black"/>
<path d="M 352,446 L 368,446" fill="none" stroke="black"/><path d="M 352,450 L 368,450" fill="none" stroke="black"/>
<path d="M 416,448 L 488,448" fill="none" stroke="black"/>
<path d="M 112,464 L 128,464" fill="none" stroke="black"/>
<path d="M 144,464 L 160,464" fill="none" stroke="black"/>
<path d="M 376,464 L 392,464" fill="none" stroke="black"/>
<path d="M 424,464 L 440,464" fill="none" stroke="black"/>
<path d="M 456,464 L 472,464" fill="none" stroke="black"/>
<path d="M 208,480 L 224,480" fill="none" stroke="black"/>
<path d="M 240,480 L 256,480" fill="none" stroke="black"/>
<path d="M 520,480 L 536,480" fill="none" stroke="black"/>
<path d="M 48,496 L 64,496" fill="none" stroke="black"/>
<path d="M 328,496 L 344,496" fill="none" stroke="black"/>
<path d="M 8,512 L 48,512" fill="none" stroke="black"/>
<path d="M 176,510 L 192,510" fill="none" stroke="black"/><path d="M 176,514 L 192,514" fill="none" stroke="black"/>
<path d="M 288,512 L 328,512" fill="none" stroke="black"/>
<path d="M 208,544 L 224,544" fill="none" stroke="black"/>
<path d="M 112,560 L 128,560" fill="none" stroke="black"/>
<path d="M 144,560 L 160,560" fill="none" stroke="black"/>
<path d="M 424,560 L 440,560" fill="none" stroke="black"/>
<path d="M 456,560 L 472,560" fill="none" stroke="black"/>
<path d="M 80,464 L 96,496" fill="none" stroke="black"/>
<path d="M 472,368 L 496,416" fill="none" stroke="black"/>
<path d="M 80,432 L 96,400" fill="none" stroke="black"/>
<path d="M 388,424 L 408,384" fill="none" stroke="black"/>
<polygon class="arrowhead" points="512,160 500,154.4 500,165.6" fill="black" transform="rotate(0,504,160)"/>
<polygon class="arrowhead" points="504,416 492,410.4 492,421.6" fill="black" transform="rotate(63.43494882292201,496,416)"/>
<polygon class="arrowhead" points="416,384 404,378.4 404,389.6" fill="black" transform="rotate(296.565051177078,408,384)"/>
<polygon class="arrowhead" points="384,160 372,154.4 372,165.6" fill="black" transform="rotate(0,376,160)"/>
<polygon class="arrowhead" points="376,448 364,442.4 364,453.6" fill="black" transform="rotate(0,368,448)"/>
<polygon class="arrowhead" points="200,512 188,506.4 188,517.6" fill="black" transform="rotate(0,192,512)"/>
<polygon class="arrowhead" points="200,384 188,378.4 188,389.6" fill="black" transform="rotate(0,192,384)"/>
<polygon class="arrowhead" points="184,224 172,218.4 172,229.6" fill="black" transform="rotate(0,176,224)"/>
<polygon class="arrowhead" points="184,80 172,74.4 172,85.6" fill="black" transform="rotate(0,176,80)"/>
<polygon class="arrowhead" points="104,496 92,490.4 92,501.6" fill="black" transform="rotate(63.43494882292201,96,496)"/>
<polygon class="arrowhead" points="104,400 92,394.4 92,405.6" fill="black" transform="rotate(296.565051177078,96,400)"/>
<polygon class="arrowhead" points="88,224 76,218.4 76,229.6" fill="black" transform="rotate(0,80,224)"/>
<polygon class="arrowhead" points="88,80 76,74.4 76,85.6" fill="black" transform="rotate(0,80,80)"/>
<g class="text">
<text x="104" y="52">P</text>
<text x="136" y="52">P</text>
<text x="104" y="68">.</text>
<text x="136" y="68">.</text>
<text x="200" y="68">O</text>
<text x="28" y="84">Data</text>
<text x="104" y="84">1</text>
<text x="120" y="84">X</text>
<text x="136" y="84">2</text>
<text x="200" y="84">u</text>
<text x="28" y="100">1.</text>
<text x="104" y="100">-</text>
<text x="136" y="100">-</text>
<text x="200" y="100">t</text>
<text x="400" y="132">P</text>
<text x="464" y="132">P</text>
<text x="400" y="148">.</text>
<text x="432" y="148">I</text>
<text x="464" y="148">.</text>
<text x="528" y="148">O</text>
<text x="308" y="164">Data</text>
<text x="400" y="164">1</text>
<text x="416" y="164">X</text>
<text x="432" y="164">n</text>
<text x="448" y="164">X</text>
<text x="464" y="164">2</text>
<text x="528" y="164">u</text>
<text x="400" y="180">-</text>
<text x="432" y="180">t</text>
<text x="464" y="180">-</text>
<text x="528" y="180">t</text>
<text x="104" y="196">P</text>
<text x="136" y="196">P</text>
<text x="104" y="212">.</text>
<text x="136" y="212">.</text>
<text x="200" y="212">O</text>
<text x="28" y="228">Data</text>
<text x="104" y="228">1</text>
<text x="120" y="228">X</text>
<text x="136" y="228">2</text>
<text x="200" y="228">u</text>
<text x="28" y="244">2.</text>
<text x="104" y="244">-</text>
<text x="136" y="244">-</text>
<text x="200" y="244">t</text>
<text x="16" y="308">(a)</text>
<text x="52" y="308">Data</text>
<text x="120" y="308">parallelism</text>
<text x="296" y="308">(b)</text>
<text x="348" y="308">Pipeline</text>
<text x="456" y="308">model-parallelism</text>
<text x="120" y="356">P</text>
<text x="152" y="356">P</text>
<text x="432" y="356">P</text>
<text x="464" y="356">P</text>
<text x="120" y="372">.</text>
<text x="152" y="372">.</text>
<text x="216" y="372">O</text>
<text x="432" y="372">.</text>
<text x="464" y="372">.</text>
<text x="120" y="388">1</text>
<text x="136" y="388">X</text>
<text x="152" y="388">2</text>
<text x="216" y="388">-</text>
<text x="432" y="388">1</text>
<text x="448" y="388">X</text>
<text x="464" y="388">2</text>
<text x="120" y="404">-</text>
<text x="152" y="404">-</text>
<text x="216" y="404">1</text>
<text x="432" y="404">-</text>
<text x="464" y="404">-</text>
<text x="120" y="420">1</text>
<text x="152" y="420">1</text>
<text x="432" y="420">1</text>
<text x="464" y="420">1</text>
<text x="224" y="436">\</text>
<text x="248" y="436">O</text>
<text x="528" y="436">O</text>
<text x="28" y="452">Data</text>
<text x="248" y="452">u</text>
<text x="308" y="452">Data</text>
<text x="384" y="452">R</text>
<text x="528" y="452">u</text>
<text x="224" y="468">/</text>
<text x="248" y="468">t</text>
<text x="528" y="468">t</text>
<text x="120" y="484">P</text>
<text x="152" y="484">P</text>
<text x="432" y="484">P</text>
<text x="464" y="484">P</text>
<text x="120" y="500">.</text>
<text x="152" y="500">.</text>
<text x="216" y="500">O</text>
<text x="432" y="500">.</text>
<text x="464" y="500">.</text>
<text x="120" y="516">1</text>
<text x="136" y="516">X</text>
<text x="152" y="516">2</text>
<text x="216" y="516">-</text>
<text x="432" y="516">1</text>
<text x="448" y="516">X</text>
<text x="464" y="516">2</text>
<text x="120" y="532">-</text>
<text x="152" y="532">-</text>
<text x="216" y="532">2</text>
<text x="432" y="532">-</text>
<text x="464" y="532">-</text>
<text x="120" y="548">2</text>
<text x="152" y="548">2</text>
<text x="432" y="548">2</text>
<text x="464" y="548">2</text>
<text x="16" y="580">(c)</text>
<text x="60" y="580">Tensor</text>
<text x="160" y="580">model-parallelism</text>
<text x="296" y="580">(d)</text>
<text x="344" y="580">Mixture</text>
<text x="388" y="580">of</text>
<text x="428" y="580">Expert</text>
<text x="504" y="580">parallelism</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
+----+     +-+ +-+                
|    |     |P| |P|     +-+        
|    |     |.| |.|     |O|        
|Data| ==> |1|X|2| ==> |u|                                          
| 1. |     |-| |-|     |t|           +----+                          
|    |     | | | |     +-+         +-+--+ |     +-+     +-+          
|    |     +-+ +-+                 |    | |     |P| +-+ |P|     +-+  
+----+                             |    | |     |.| |I| |.|     |O|  
                                   |Data| | ==> |1|X|n|X|2| ==> |u|
+----+     +-+ +-+                 |    | |     |-| |t| |-|     |t|  
|    |     |P| |P|     +-+         |    | |     | | +-+ | |     +-+  
|    |     |.| |.|     |O|         |    +-+     +-+     +-+          
|Data| ==> |1|X|2| ==> |u|         +----+                            
| 2. |     |-| |-|     |t|              
|    |     | | | |     +-+        
|    |     +-+ +-+                
+----+                            
(a) Data parallelism               (b) Pipeline model-parallelism        
                                  
             +-+ +-+                                +-+ +-+          
             |P| |P|     +-+                        |P| |P|          
             |.| |.|     |O|                        |.| |.|          
  +----+     |1|X|2| ==> |-|         +----+       ^ |1|X|2|\         
+-+--+ |   ^ |-| |-|     |1|       +-+--+ |      /  |-| |-| \        
|    | |  /  |1| |1|     +-+ +-+   |    | |     /   |1| |1|  v  +-+  
|    | | /   +-+ +-+       \ |O|   |    | |   +-+   +-+ +-+     |O|  
|Data| |      |   |          |u|   |Data| |==>|R|  ----------   |u|  
|    | | \   +-+ +-+       / |t|   |    | |   +-+   +-+ +-+     |t|  
|    | |  \  |P| |P|     +-+ +-+   |    | |         |P| |P|     +-+  
|    +-+   v |.| |.|     |O|       |    +-+         |.| |.|          
+----+       |1|X|2| ==> |-|       +----+           |1|X|2|          
             |-| |-|     |2|                        |-| |-|          
             |2| |2|     +-+                        |2| |2|          
             +-+ +-+                                +-+ +-+          
(c) Tensor model-parallelism       (d) Mixture of Expert parallelism 
]]></artwork></artset></figure>

</section>
<section anchor="SEC:MLTopo"><name>The topology of distributed machine learning systems</name>

<t>To boost the workload distribution efficiency, nodes participating in the common execution of machine learning workloads are interconnected following specific topologies.
Depending on the number of nodes involved, the nodes' capacities to connect directly with other nodes and the control of the machine learning application administrator over the physical connectivity substrate, difefrent topologies can be used. 
Those topologies can inherit from the work done either in the high performance computing community if the nodes are homogeneous, high capacity computers under the control of a single administrator or in the peer-to-peer or swarm computing community if the nodes are more diverse and numerous.</t>

<t>Topologies inspired from the HPC networking community are typically found in distributed systems in which all the nodes are located in the same datacenter. 
In specific cases, those topologies can be extended beyond a single datacenter. 
Then, the distribution of the workloads is done so as to avoid frequent and latency-bound communications over those links, and congestion control mechanisms are tuned to avoid deadlocks and bloats in network equipments manging the inter-datacenter link.
Among those HPC-inspired topologies, we can find the n-dimension torus, the Dragonfly topology,the fat tree topology and the hypercube topology.</t>

<t>On the other end of the spectrum, topologies inspired from swarm computing and peer-to-peer networks have emerged as solutions connecting heteorgeneous nodes involved in distributed machine learning tasks outside datacenters, at the edge of the networks or among clusters of nodes hosted on public cloud platforms. 
Those topologies can be built either from dynamic wireless connections, which can be rearranged easily, or as overlay links on top of an immutable physical connectivity substrate. 
Among those swarm-inspired topologies presented in <xref target="FIG:DTopo"/>, we can find the full mesh, the star topology, the Peer-to-Peer topology which presents a limited diameter without too many connections, the random topology and the clustered topology.
Note that in the case of the clustered topology, nodes can be gathered based on their proximity to a proxy or an aggregator, or based on their interest or capabilities. 
Besides, the clustered topology can be structured according to a hierarchy.</t>

<figure title="Decentralized topologies" anchor="FIG:DTopo"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="192" width="568" viewBox="0 0 568 192" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 320,112 L 320,128" fill="none" stroke="black"/>
<path d="M 344,32 L 344,64" fill="none" stroke="black"/>
<path d="M 416,80 L 416,96" fill="none" stroke="black"/>
<path d="M 40,32 L 72,32" fill="none" stroke="black"/>
<path d="M 232,32 L 264,32" fill="none" stroke="black"/>
<path d="M 352,64 L 368,64" fill="none" stroke="black"/>
<path d="M 16,80 L 96,80" fill="none" stroke="black"/>
<path d="M 136,80 L 144,80" fill="none" stroke="black"/>
<path d="M 160,80 L 168,80" fill="none" stroke="black"/>
<path d="M 208,80 L 216,80" fill="none" stroke="black"/>
<path d="M 280,80 L 288,80" fill="none" stroke="black"/>
<path d="M 368,96 L 384,96" fill="none" stroke="black"/>
<path d="M 400,96 L 416,96" fill="none" stroke="black"/>
<path d="M 40,128 L 72,128" fill="none" stroke="black"/>
<path d="M 232,128 L 264,128" fill="none" stroke="black"/>
<path d="M 320,128 L 336,128" fill="none" stroke="black"/>
<path d="M 8,80 L 32,128" fill="none" stroke="black"/>
<path d="M 32,32 L 80,128" fill="none" stroke="black"/>
<path d="M 80,32 L 104,80" fill="none" stroke="black"/>
<path d="M 128,32 L 176,128" fill="none" stroke="black"/>
<path d="M 200,80 L 224,128" fill="none" stroke="black"/>
<path d="M 272,32 L 296,80" fill="none" stroke="black"/>
<path d="M 344,64 L 360,96" fill="none" stroke="black"/>
<path d="M 376,64 L 392,96" fill="none" stroke="black"/>
<path d="M 470,44 L 490,84" fill="none" stroke="black"/>
<path d="M 502,76 L 522,116" fill="none" stroke="black"/>
<path d="M 8,80 L 32,32" fill="none" stroke="black"/>
<path d="M 32,128 L 80,32" fill="none" stroke="black"/>
<path d="M 80,128 L 104,80" fill="none" stroke="black"/>
<path d="M 128,128 L 176,32" fill="none" stroke="black"/>
<path d="M 200,80 L 224,32" fill="none" stroke="black"/>
<path d="M 216,80 L 228,56" fill="none" stroke="black"/>
<path d="M 224,128 L 236,104" fill="none" stroke="black"/>
<path d="M 260,56 L 272,32" fill="none" stroke="black"/>
<path d="M 268,104 L 280,80" fill="none" stroke="black"/>
<path d="M 272,128 L 296,80" fill="none" stroke="black"/>
<path d="M 344,128 L 360,96" fill="none" stroke="black"/>
<path d="M 376,64 L 392,32" fill="none" stroke="black"/>
<path d="M 470,116 L 512,32" fill="none" stroke="black"/>
<path d="M 228,56 L 260,56" fill="none" stroke="black"/>
<path d="M 236,104 L 268,104" fill="none" stroke="black"/>
<circle cx="8" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="32" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="32" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="80" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="80" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="104" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="128" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="128" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="128" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="152" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="176" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="176" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="176" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="200" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="224" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="224" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="272" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="272" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="296" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="320" cy="112" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="344" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="344" cy="64" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="344" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="360" cy="96" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="376" cy="64" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="392" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="392" cy="96" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="416" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="440" cy="112" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="448" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="448" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="456" cy="48" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="456" cy="112" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="464" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="464" cy="64" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="464" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="472" cy="48" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="472" cy="112" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="480" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="488" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="496" cy="64" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="496" cy="96" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="504" cy="80" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="512" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="520" cy="48" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="520" cy="112" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="528" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="528" cy="96" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="528" cy="128" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="536" cy="48" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="536" cy="112" r="6" class="opendot" fill="white" stroke="black"/>
<circle cx="544" cy="32" r="6" class="opendot" fill="white" stroke="black"/>
<g class="text">
<text x="20" y="164">Full</text>
<text x="60" y="164">mesh</text>
<text x="140" y="164">Star</text>
<text x="244" y="164">Peer-to-Peer</text>
<text x="340" y="164">Random</text>
<text x="472" y="164">Clustered</text>
<text x="36" y="180">topology</text>
<text x="156" y="180">topology</text>
<text x="228" y="180">topology</text>
<text x="348" y="180">topology</text>
<text x="468" y="180">topology</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
   o-----o     o     o     o-----o        o     o      o o o   o o o
  / \   / \     \   /     / ____/ \       |    /        o o   / o o 
 /   \ /   \     \ /     / /       \      o---o          o \ o      
o-----+-----o  o--o--o  o-+       +-o      \   \   o        o o     
 \   / \   /     / \     \   ____/ /        o---o--+       / o \ o  
  \ /   \ /     /   \     \ /     /    o   /          o o o     o o 
   o-----o     o     o     o-----o     +--o            o o       o  
                                                                      
Full mesh      Star     Peer-to-Peer   Random         Clustered
topology       topology topology       topology       topology
]]></artwork></artset></figure>

<t>The topology connecting the nodes together is not anecdotical. 
If it is under the control of the machine learning system administrator, the construction of a proper topology able to efficiently support the communication patterns generated by the parallelization model and the collective communication method used is a key performance factor. 
If the topology is inherited from the environment, machine learning system administrators will need to adapt the communication patterns they use to the characteirstics of the topology.</t>

</section>
<section anchor="SEC:DeploymentAI"><name>Deployment considerations for AI systems</name>

<t>Given the computing and memory requirements of machine learning workloads, modern machine learning systems are fundamentally distributed.
By combining functionnal roles together, distributing them using a combination of parallelization modes, and communicating following patterns, a variety of systems with different shades of decentralization can be built.
Indeed, distributing workloads across several workers does not necessarily means that the control and orchestration of those workloads is distributed. 
In case a parameter server is used, the orchestrator role is played by a single node.</t>

<t>Yet, following the Federated learning <xref target="FederatedLearning"/> approach, machine learning systems can be decentralized as shown in <xref target="FIG:CNTRmodels"/>.</t>

<figure title="Different centralization models in federated learning" anchor="FIG:CNTRmodels"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="512" width="560" viewBox="0 0 560 512" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,352 L 8,384" fill="none" stroke="black"/>
<path d="M 32,416 L 32,448" fill="none" stroke="black"/>
<path d="M 80,32 L 80,64" fill="none" stroke="black"/>
<path d="M 80,192 L 80,224" fill="none" stroke="black"/>
<path d="M 88,288 L 88,320" fill="none" stroke="black"/>
<path d="M 104,96 L 104,160" fill="none" stroke="black"/>
<path d="M 104,352 L 104,384" fill="none" stroke="black"/>
<path d="M 120,32 L 120,64" fill="none" stroke="black"/>
<path d="M 120,192 L 120,224" fill="none" stroke="black"/>
<path d="M 128,416 L 128,448" fill="none" stroke="black"/>
<path d="M 136,320 L 136,368" fill="none" stroke="black"/>
<path d="M 144,416 L 144,448" fill="none" stroke="black"/>
<path d="M 152,32 L 152,64" fill="none" stroke="black"/>
<path d="M 152,192 L 152,224" fill="none" stroke="black"/>
<path d="M 168,96 L 168,160" fill="none" stroke="black"/>
<path d="M 168,352 L 168,384" fill="none" stroke="black"/>
<path d="M 184,288 L 184,320" fill="none" stroke="black"/>
<path d="M 192,32 L 192,64" fill="none" stroke="black"/>
<path d="M 192,192 L 192,224" fill="none" stroke="black"/>
<path d="M 240,416 L 240,448" fill="none" stroke="black"/>
<path d="M 264,352 L 264,384" fill="none" stroke="black"/>
<path d="M 296,352 L 296,384" fill="none" stroke="black"/>
<path d="M 320,416 L 320,448" fill="none" stroke="black"/>
<path d="M 368,32 L 368,64" fill="none" stroke="black"/>
<path d="M 368,192 L 368,224" fill="none" stroke="black"/>
<path d="M 368,376 L 368,384" fill="none" stroke="black"/>
<path d="M 376,288 L 376,320" fill="none" stroke="black"/>
<path d="M 392,96 L 392,160" fill="none" stroke="black"/>
<path d="M 392,352 L 392,384" fill="none" stroke="black"/>
<path d="M 408,32 L 408,64" fill="none" stroke="black"/>
<path d="M 408,192 L 408,224" fill="none" stroke="black"/>
<path d="M 416,416 L 416,448" fill="none" stroke="black"/>
<path d="M 424,320 L 424,368" fill="none" stroke="black"/>
<path d="M 432,416 L 432,448" fill="none" stroke="black"/>
<path d="M 440,32 L 440,64" fill="none" stroke="black"/>
<path d="M 440,192 L 440,224" fill="none" stroke="black"/>
<path d="M 456,96 L 456,160" fill="none" stroke="black"/>
<path d="M 456,352 L 456,384" fill="none" stroke="black"/>
<path d="M 472,288 L 472,320" fill="none" stroke="black"/>
<path d="M 480,32 L 480,64" fill="none" stroke="black"/>
<path d="M 480,192 L 480,224" fill="none" stroke="black"/>
<path d="M 528,416 L 528,448" fill="none" stroke="black"/>
<path d="M 552,352 L 552,384" fill="none" stroke="black"/>
<path d="M 80,32 L 120,32" fill="none" stroke="black"/>
<path d="M 152,32 L 192,32" fill="none" stroke="black"/>
<path d="M 368,32 L 408,32" fill="none" stroke="black"/>
<path d="M 440,32 L 480,32" fill="none" stroke="black"/>
<path d="M 80,64 L 120,64" fill="none" stroke="black"/>
<path d="M 152,64 L 192,64" fill="none" stroke="black"/>
<path d="M 368,64 L 408,64" fill="none" stroke="black"/>
<path d="M 440,64 L 480,64" fill="none" stroke="black"/>
<path d="M 104,96 L 168,96" fill="none" stroke="black"/>
<path d="M 392,96 L 456,96" fill="none" stroke="black"/>
<path d="M 104,160 L 168,160" fill="none" stroke="black"/>
<path d="M 392,160 L 456,160" fill="none" stroke="black"/>
<path d="M 80,192 L 120,192" fill="none" stroke="black"/>
<path d="M 152,192 L 192,192" fill="none" stroke="black"/>
<path d="M 368,192 L 408,192" fill="none" stroke="black"/>
<path d="M 440,192 L 480,192" fill="none" stroke="black"/>
<path d="M 80,224 L 120,224" fill="none" stroke="black"/>
<path d="M 152,224 L 192,224" fill="none" stroke="black"/>
<path d="M 368,224 L 408,224" fill="none" stroke="black"/>
<path d="M 440,224 L 480,224" fill="none" stroke="black"/>
<path d="M 88,288 L 184,288" fill="none" stroke="black"/>
<path d="M 376,288 L 472,288" fill="none" stroke="black"/>
<path d="M 88,320 L 184,320" fill="none" stroke="black"/>
<path d="M 376,320 L 472,320" fill="none" stroke="black"/>
<path d="M 8,352 L 104,352" fill="none" stroke="black"/>
<path d="M 168,352 L 264,352" fill="none" stroke="black"/>
<path d="M 296,352 L 392,352" fill="none" stroke="black"/>
<path d="M 456,352 L 552,352" fill="none" stroke="black"/>
<path d="M 104,368 L 128,368" fill="none" stroke="black"/>
<path d="M 144,368 L 168,368" fill="none" stroke="black"/>
<path d="M 392,368 L 416,368" fill="none" stroke="black"/>
<path d="M 432,368 L 456,368" fill="none" stroke="black"/>
<path d="M 8,384 L 104,384" fill="none" stroke="black"/>
<path d="M 168,384 L 264,384" fill="none" stroke="black"/>
<path d="M 296,384 L 392,384" fill="none" stroke="black"/>
<path d="M 456,384 L 552,384" fill="none" stroke="black"/>
<path d="M 32,416 L 128,416" fill="none" stroke="black"/>
<path d="M 144,416 L 240,416" fill="none" stroke="black"/>
<path d="M 320,416 L 416,416" fill="none" stroke="black"/>
<path d="M 432,416 L 528,416" fill="none" stroke="black"/>
<path d="M 128,432 L 144,432" fill="none" stroke="black"/>
<path d="M 416,432 L 432,432" fill="none" stroke="black"/>
<path d="M 32,448 L 128,448" fill="none" stroke="black"/>
<path d="M 144,448 L 240,448" fill="none" stroke="black"/>
<path d="M 320,448 L 416,448" fill="none" stroke="black"/>
<path d="M 432,448 L 528,448" fill="none" stroke="black"/>
<path d="M 80,384 L 96,416" fill="none" stroke="black"/>
<path d="M 136,368 L 160,416" fill="none" stroke="black"/>
<path d="M 168,320 L 184,352" fill="none" stroke="black"/>
<path d="M 104,64 L 120,96" fill="none" stroke="black"/>
<path d="M 152,160 L 168,192" fill="none" stroke="black"/>
<path d="M 368,384 L 384,416" fill="none" stroke="black"/>
<path d="M 424,368 L 448,416" fill="none" stroke="black"/>
<path d="M 456,320 L 472,352" fill="none" stroke="black"/>
<path d="M 392,64 L 408,96" fill="none" stroke="black"/>
<path d="M 440,160 L 456,192" fill="none" stroke="black"/>
<path d="M 104,192 L 120,160" fill="none" stroke="black"/>
<path d="M 152,96 L 168,64" fill="none" stroke="black"/>
<path d="M 88,352 L 104,320" fill="none" stroke="black"/>
<path d="M 112,416 L 136,368" fill="none" stroke="black"/>
<path d="M 176,416 L 192,384" fill="none" stroke="black"/>
<path d="M 392,192 L 408,160" fill="none" stroke="black"/>
<path d="M 440,96 L 456,64" fill="none" stroke="black"/>
<path d="M 376,352 L 392,320" fill="none" stroke="black"/>
<path d="M 400,416 L 424,368" fill="none" stroke="black"/>
<path d="M 464,416 L 480,384" fill="none" stroke="black"/>
<circle cx="136" cy="368" r="6" class="closeddot" fill="black"/>
<circle cx="424" cy="368" r="6" class="closeddot" fill="black"/>
<g class="text">
<text x="96" y="52">D</text>
<text x="176" y="52">D</text>
<text x="388" y="52">DM</text>
<text x="460" y="52">DM</text>
<text x="136" y="116">Central</text>
<text x="424" y="116">Central</text>
<text x="136" y="132">Inst.</text>
<text x="424" y="132">serv.</text>
<text x="124" y="148">DM</text>
<text x="152" y="148">(Σ)</text>
<text x="416" y="148">M</text>
<text x="440" y="148">(Σ)</text>
<text x="96" y="212">D</text>
<text x="176" y="212">D</text>
<text x="388" y="212">DM</text>
<text x="460" y="212">DM</text>
<text x="104" y="260">Centralized</text>
<text x="188" y="260">learning</text>
<text x="344" y="260">Centralized</text>
<text x="432" y="260">federated</text>
<text x="508" y="260">learning</text>
<text x="124" y="308">DM</text>
<text x="152" y="308">(Σ)</text>
<text x="412" y="308">DM</text>
<text x="440" y="308">(Σ)</text>
<text x="60" y="372">DM</text>
<text x="220" y="372">DM</text>
<text x="332" y="372">DM</text>
<text x="360" y="372">(Σ)</text>
<text x="492" y="372">DM</text>
<text x="520" y="372">(Σ)</text>
<text x="84" y="436">DM</text>
<text x="196" y="436">DM</text>
<text x="356" y="436">DM</text>
<text x="384" y="436">(Σ)</text>
<text x="468" y="436">DM</text>
<text x="496" y="436">(Σ)</text>
<text x="140" y="484">Semi-decentralized</text>
<text x="360" y="484">Fully</text>
<text x="440" y="484">decentralized</text>
<text x="104" y="500">federated</text>
<text x="180" y="500">learning</text>
<text x="376" y="500">federated</text>
<text x="452" y="500">learning</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
         +----+   +----+                     +----+   +----+
         | D  |   |  D |                     | DM |   | DM |
         +--+-+   +-+--+                     +--+-+   +-+--+
             \     /                             \     /    
            +-+---+-+                           +-+---+-+   
            |Central|                           |Central|   
            | Inst. |                           | serv. |   
            | DM (Σ)|                           |  M (Σ)|   
            +-+---+-+                           +-+---+-+   
             /     \                             /     \    
         +--+-+   +-+--+                     +--+-+   +-+--+
         | D  |   |  D |                     | DM |   | DM |
         +----+   +----+                     +----+   +----+
                                   
       Centralized learning          Centralized federated learning
                                  
          +-----------+                       +-----------+
          |   DM (Σ)  |                       |   DM (Σ)  | 
          +-+---+---+-+                       +-+---+---+-+
           /    |    \                         /    |    \ 
+---------+-+   |   +-+---------+   +---------+-+   |   +-+---------+
|     DM    +---*---+     DM    |   |   DM (Σ)  +---*---+   DM (Σ)  |
+--------+--+  / \  +--+--------+   +--------+--+  / \  +--+--------+
          \   /   \   /                       \   /   \   /   
   +-------+-+-+ +-+-+-------+         +-------+-+-+ +-+-+-------+
   |     DM    +-+     DM    |         |   DM (Σ)  +-+   DM (Σ)  |
   +-----------+ +-----------+         +-----------+ +-----------+
                                    
        Semi-decentralized                Fully decentralized 
        federated learning                federated learning
]]></artwork></artset></figure>

<t>In federated learning, the coordination role of the orchestrator or the aggregation of parameters done by the aggregator can be done by a subset or all the worker nodes deployed in the system, using a distributed protocol to exchange information, synchronize parameters and agree on a reference.
Of course, this comes at a communication cost, but decentralization also has benefits.</t>

<t>One of the first reason for decentralizing machine learning systems is to allow users to retain ownership of their data, and to control how their data is transferred or used. 
In a centralized setting, users need to trust the central entity managing the system for respecting the data management agreed upon with the user.
In a decentralized setting, users can either infer from a copy of a generic model sent by a central entity (centralized federated learning), fine-tune the model and infer from it (semi-decentralized setting) or even cooperate with others to train together a model and use it afterwards (in a fully decentralized setting).</t>

<t>Besides, in a decentralized machine learning system, users and worker nodes can be co-located, or workers can be placed close to the user in order to reduce the overall communication latency. 
In such a decentralization scheme, if it is considered that edge nodes can benefit from less memory or computing power, a balance has to be found between the time spent in communicating between the user and worker nodes and the processing time to reach an optimal response time for user requests.
Worker nodes located at the edge of the network may also collaborate with other, more capable nodes located in other locations. The tail latency of the flows associated with those tasks should be bounded to avoid degrading the user's experience.</t>

</section>
</section>
<section anchor="SEC:AINetChallenges"><name>Challenges (in Networking for AI)</name>

<section anchor="SEC:AINetMgt"><name>Network resource management at regional scale</name>

<t>In (large) model-based machine learning, training, fine-tuning and infering from the model are workloads that involve the transfer of a very large volume of data. In <xref target="AITrainingTraffic"/>, the authors estimate that the first iteration for training a GPT-3B model among 32 GPU nodes generate roughly 85 GB of tensor-parallel data traffic, 1 GB of pipeline-parallel data traffic and 741 MB of data-parallel data traffic.
The tensor-parallel and pipeline-parallel data traffic consist in 125 MB messages that are periodically exchanged during communication phases, while very little traffic is exchanged during computing phases.</t>

<t>This traffic pattern is a good example of the characteristics of network traffic flows associated with machine learning workloads. 
Indeed, the network traffic generated by distributed machine learning systems consists in a relatively little number of large (elephant) flows, starting and stopping roughly simultaneously. 
Such synchronous traffic patterns are coming from the use of collective communication libraries such as NCCL and associated collective communication primitive such as All-Reduce or All-Gather, as mentionned in <xref target="Burstiness"/>. 
Dealing with this synchronized traffic in a stochastic network is challenging, because it generates periodic traffic bursts that bloat network equipment buffers. 
Besides, the network's capacity needs to meet peak requirements at the cost of an unefficient average utilization of the installed capacity. 
Even if the network's capacity is sufficient in theory to accomodate the peak requirements of machine learning systems, the transport mechanisms used on the links between the nodes make it difficult to immediately use the full deployed capacity, resulting in inefficiencies at the network level <xref target="NetworkBottleneck"/>
At last, in such a synchronous communication pattern, the failure of a link, delaying data transmission between two nodes in the system might delay the whole system after a few iterations.</t>

<t>Mitigating the resource management challenges raised by machine learning traffic patterns is currently an open research area. 
At the application level, machine learning system designers work to develop hybrid parallellization schemes combining the patterns presented in <xref target="SEC:MLDistNat"/> (detailed in <xref target="SEC:A-parallelisationModes"/>) and orchestration methods aiming at better utilizing the deployed network capacity and at avoiding "on-off" behaviors.</t>

<t>At the network level, the main challenge that the research community is trying to address is the proper balancing of the flows generated by machine learning workloads in the network. 
Indeed, to address the need for bandwidth and avoid bottlenecks, machine learning system designers are often deploying their system on top of networks whose topology presents a large number of equal cost links between two nodes.
Yet, as mentionned earlier, machine learning traffic is constituted with a rather small number of large flows that have a very small entropy. 
This makes applying classic load balancing techniques challenging.
To address this load balancing issue, most collective communication libraries use packet spraying strategies, which require specific tuning due to mentioned lack of entropy. 
Yet, some researchers are questionning the relevance of this approach <xref target="ChallengingSpraying"/>.</t>

</section>
<section anchor="latency-sensitivity-of-llm-training-and-inference"><name>Latency sensitivity of LLM training and inference</name>

<t>Training a (large) model in a distributed setting does not necessarily require data transfer to be operated at a controlled low latency, but large tail latencies related to packet losses or head of line blocking can delay the training of models considerably.
Indeed, problems arising from packet losses, link failures or excessive buffering can have cascading consequences since in most parallellization methods, data and model parameters are exchanged following synchronized patterns (see <xref target="SEC:AINetMgt"/>).</t>

<t>The extend of the amplification of the latency effects of a soft failure on a connection between two nodes depends on the topology of the network connecting the nodes. 
Besides, routing inefficiencies or failures to properly balance the load on some heavily-used links can also generate additional latencies. 
Thus, the topology of the network supporting machine learning workloads needs specific care.</t>

<t>In a large scale and decentralized AI context, heterogeneous links can be used between nodes participating in a decentralized machine learning system. 
The specificities of the links need to be taken into account when orchestrating or distributing AI-related tasks. 
As latency is affected by congestion, addressing the mismatch between links' bandwidth-delay products for efficient congestion management is an open challenge.
In the research community, some projects have proposed to introduce proxies to investigate new control loops taking into account link segments characteristics <xref target="SiteToSite"/>. 
In the IETF, CSIG draft (now expired) presented a model to expose a rich congestion signal <xref target="I-D.ravi-ippm-csig"/>.</t>

</section>
<section anchor="aligning-communications-patterns-to-the-internets-constraints"><name>Aligning communications patterns to the Internet's constraints</name>

<t>In the development and deployment of distributed machine learning systems within the real of an administrator's responsibility, it is feasible, and advised, to design the system to adapt the network's topology to the paralellization method used and to the collective communication patterns required to perform the training or inference task efficiently.
As we have seen in <xref target="SEC:MLSystems"/>, several network topologies can be adopted, depending on the model's architecture and on the design choice made while designing the training system.</t>

<t>In a decentralized or federated setting, such a co-design offers lmess freedom, as some adverserial choices can be made by people willing to cooperate on specific machine learning tasks. 
Besides, when the nodes involved are deployed at the edge of the network, in a majority of the cases, the topology is following the access network's specificities rather than adapting to the requirements of machine learning tasks.</t>

<t>As machine learning-related traffic is growing on the Internet, some challenges associated with the delivery of network flows related to the realization of decentralized training or inference tasks are appearing: 
How to inform a machine learning application about the topology of the network interconnecting involved nodes? 
How to adapt the parallelization model or collective communication pattern to maximize efficiency?
In the IETF, the ALTO working group <xref target="ALTO"/> has investigated similar challenges related to the operation of peer-to-peer traffic. 
As machine learning workloads have a different set of requiremenst, it may be time to revisit this work.</t>

</section>
<section anchor="managing-incast-traffic-related-to-ai-inference"><name>Managing incast traffic related to AI inference</name>

<t>In a machine learning system, some specific nodes, such as the orchestrator of the aggregator, play a central role, and thus concentrate communications. 
This concentration might be reinforced by the use of specific collective communication primitives, and by the synchronicity of traffic patterns.
The network traffic management challenges we previously mentionned (Packet losses, delays, congestion) can be amplified by this concentration on a few hotspots in the network.</t>

<t>Decentralized systems tend to mitigate this functionnal centrality by distributing the responsibility for fullfilling those roles accross several nodes.
Yet, even in decentralized systems, it is difficult to completely avoid incast problems given the specificities of machine learning workloads. 
For instance, due to the characteristics of model inference, first prompt requests addressed to a given node are bound to generate a large incast traffic related to the personalization and fine tuning of the model instance run by the node, which can represent a large amount of data.</t>

<t>The research and operational communities dealing with scaling out machine learning systems are working on some solutions to address incast traffic management issues.
For instance, in the same way as media codecs structured as layers of increasing resolution, models used in training and inference can be layered, with coarse grained models using less parameters than finer grained ones.
Coarse grain models can be distributed more quickly, drafting a first answer to a request while finer grain models are retrieved and then used to build a more precise answer to a request. 
Besides, as inference requests towards large models are often done in the form of a converstaion or contextualized exchange between a user and the node running inference tasks addressing its requests, the use of service routing to consistently route requests to the same instance can be used.<br />
In that extend, the work done in the CATS working group in the IETF is of particular relevance (<xref target="CATSWG"/>).
Specific work on the proper metrics to be applied to CATS in the context of large scale decentralized AI will need to be done, taking into consideration the large body of work on load balancing for machien learning workloads done in the research community.
In particular, one problem of importance in the selection of the instance serving a specific inference request is the trade-off to find between the need to serve the requests with a bounded latency, requiring to use a node that is located as close to the requesting user as possible, the necessity to bootstrap this node with the user's contextual model parameters and the uncertainty about the length of the session between the user and the instance, which puts a stress on the memory needed to keep the session's context at hand.</t>

</section>
<section anchor="SEC:MLSecAndPriv"><name>Securing and attesting AI-related traffic</name>

<t>The distribution of machine learning workloads at a regional scale beyond the limits of a single datacenter and the decentralization of the control and management of those operations raises important security and privacy challenges.
Indeed, when those workloads are operated in a single tenant datacenter, data can be secured by means of perimeter security measures, or adopting encryption at least for data stored in the datacenter's realm.
In the same way, it is acceptable to exchange data between nodes in an unencrypted manner provided the network on which data is exchanged is isolated from the outside environment.</t>

<t>When data, models and their associated parameters are exchanged on the Internet, or on public connections, data managers need to make sure that the data is exchanged securely, and following policies complying both with users preferences and local regulations.
As previously mentionned, data exchanges done during model training phases or directly before performing an inference task need to be done as quickly as possible, avoiding tail latencies as much as possible. 
Even if encryption of large data flow has improved considerably in the last years, it is adding a latency overhead, considering that the computational overhead related to cryptographic operations is handled beyond the chip (often a GPU or a tensor processor) performing the machine learning tasks. 
It would be interesting and benefitial to contribute to the efforts done in the IRTF and IETF to develop low latency, lightweight encryption schemes in order to reduce this overhead as much as possible.</t>

<t>Furthermore, as private data is involved in data exchanges related to training and inference, specific care must be taken to respect regulations steering the way those data can be processed and transfered. 
In particular, some data need to be processed in the same region or country they have been generated in. 
To make sure those regulations are respected, attestation mechanisms need to be put in place.
By using those attestation mechanisms, data owners or managers can prove to local authorities that the data they are managing is being exchanged according to the policy they specified.
In the IETF, the RATS working group <xref target="RATSWG"/>, and the NASR initiative <xref target="NASR"/> are developping attestation mechanisms that could be adapted to address machine learning requirements, even if their work is still at the beginning.</t>

</section>
</section>
<section anchor="SEC:PBStatement"><name>Problem statement</name>

<t>In today's LLM-based machine learning landscape, we observe a strong concentration of training abilities in the hands of a few hyperscalers, while several companies tend to propose innovative approaches to improve inference by making it faster, and done by machines located closer to the users. 
Yet, there is a need to distribute both the training and inference workloads of AI.</t>

<t>In the same way as the Internet, there is, and will be several incentives to decentralize some or all aspects of AI's lifecycle to address scalability, resilience, personalization or privacy concerns. 
This decentralization trend is exemplified by Federated Learning <xref target="FederatedLearning"/>, with different decentralization models, as presented in <xref target="SEC:DeploymentAI"/>.</t>

<t>Given the challenges highlighted in <xref target="SEC:AINetChallenges"/>, and the fact that multiple stakeholders are involved in properly adressing those challenges, AI-related network traffic will no longer be operated only on private infrastructure, but also on an <strong><em>open interconnected network</em></strong>. 
Thus, it is desirable that the IETF community discuss networking challenges related to large scale decentralized AI to avoid the deployment of proprietary solutions, or of solutions putting the stability of the Internet at risk due to unfair resource mangement or competition between AI-related network traffic and other traffic in the Internet.</t>

</section>
<section anchor="SEC:NextSteps"><name>Next Steps</name>

<t>While some work addressing the challenges highligted in this document is done in working groups related to congestion management, deterministic networking or service routing, there might be interest in the IETF community at large to aggregate a group of contributors interested in elaborating specific requirements and corresponding solutions to the challenges listed in <xref target="SEC:AINetChallenges"/>. 
In particular, the goal of such an initiative would be to:</t>

<t><list style="symbols">
  <t>Formalize AI-related requirements for service routing:
  Indeed, it is needed to define the metrics to take into account for load balancing AI-related workloads, given the need for instance stickiness or the importance of latency aspects while addressing the specificities of AI-related traffic, consisting in elephant flows with little entropy.</t>
  <t>Formalize low latency / limited latency requirements associated with AI network traffic:
  As presented in this document, during the different phases of the AI lifecycle, it will be needed to enforce a different set of requirements in terms of latency, tolerance to jitter or packet loss for sustaining network traffic.</t>
  <t>Formalize congestion control aspects related to the operation of AI traffic at regional scale:
  The machine learning community is already engaged in improvements of the congestion aspects of AI workloads by working on application-level solutions taking for granted the underlying behavior of the network. 
  It would be interesting to determine what are the possible improvements that the network could benefit from in order to better solve the congestion and incast management issues related to the way AI network traffic is managed.</t>
  <t>Formalize coordination aspects of AI distributed systems:
  This topic is very important to the realization of decentralized, large scale AI systems, and to the emergence of an inter-AI network of entities collaborating in the execution of end to end AI workloads for end users.</t>
</list></t>

</section>
<section anchor="Security"><name>Security Considerations</name>

<t><xref target="SEC:MLSecAndPriv"/> highlights privacy related challenges that AI operations at regional scale will have to address. 
Beyond this section, no additional security concern is raised by the elements presented in the document.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>



    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="PipelineParallelism">
  <front>
    <title>PipeDream: generalized pipeline parallelism for DNN training</title>
    <author fullname="Deepak Narayanan" initials="D." surname="Narayanan">
      <organization>Microsoft Research and Stanford University</organization>
    </author>
    <author fullname="Aaron Harlap" initials="A." surname="Harlap">
      <organization>Microsoft Research and Carnegie Mellon University</organization>
    </author>
    <author fullname="Amar Phanishayee" initials="A." surname="Phanishayee">
      <organization>Microsoft Research</organization>
    </author>
    <author fullname="Vivek Seshadri" initials="V." surname="Seshadri">
      <organization>Microsoft Research</organization>
    </author>
    <author fullname="Nikhil R. Devanur" initials="N." surname="Devanur">
      <organization>Microsoft Research</organization>
    </author>
    <author fullname="Gregory R. Ganger" initials="G." surname="Ganger">
      <organization>Carnegie Mellon University</organization>
    </author>
    <author fullname="Phillip B. Gibbons" initials="P." surname="Gibbons">
      <organization>Carnegie Mellon University</organization>
    </author>
    <author fullname="Matei Zaharia" initials="M." surname="Zaharia">
      <organization>Stanford University</organization>
    </author>
    <date month="October" year="2019"/>
  </front>
  <seriesInfo name="Proceedings of the 27th ACM Symposium on Operating Systems" value="Principles"/>
  <seriesInfo name="DOI" value="10.1145/3341301.3359646"/>
<refcontent>ACM</refcontent></reference>

<reference anchor="TensorParallelism">
  <front>
    <title>TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems</title>
    <author fullname="Martín Abadi" initials="M." surname="Abadi">
      <organization/>
    </author>
    <author fullname="Ashish Agarwal" initials="A." surname="Agarwal">
      <organization/>
    </author>
    <author fullname="Paul Barham" initials="P." surname="Barham">
      <organization/>
    </author>
    <author fullname="Eugene Brevdo" initials="E." surname="Brevdo">
      <organization/>
    </author>
    <author fullname="Zhifeng Chen" initials="Z." surname="Chen">
      <organization/>
    </author>
    <author fullname="Craig Citro" initials="C." surname="Citro">
      <organization/>
    </author>
    <author fullname="Greg S. Corrado" initials="G." surname="Corrado">
      <organization/>
    </author>
    <author fullname="Andy Davis" initials="A." surname="Davis">
      <organization/>
    </author>
    <author fullname="Jeffrey Dean" initials="J." surname="Dean">
      <organization/>
    </author>
    <author fullname="Matthieu Devin" initials="M." surname="Devin">
      <organization/>
    </author>
    <author fullname="Sanjay Ghemawat" initials="S." surname="Ghemawat">
      <organization/>
    </author>
    <author fullname="Ian Goodfellow" initials="I." surname="Goodfellow">
      <organization/>
    </author>
    <author fullname="Andrew Harp" initials="A." surname="Harp">
      <organization/>
    </author>
    <author fullname="Geoffrey Irving" initials="G." surname="Irving">
      <organization/>
    </author>
    <author fullname="Michael Isard" initials="M." surname="Isard">
      <organization/>
    </author>
    <author fullname="Yangqing Jia" initials="Y." surname="Jia">
      <organization/>
    </author>
    <author fullname="Rafal Jozefowicz" initials="R." surname="Jozefowicz">
      <organization/>
    </author>
    <author fullname="Lukasz Kaiser" initials="L." surname="Kaiser">
      <organization/>
    </author>
    <author fullname="Manjunath Kudlur" initials="M." surname="Kudlur">
      <organization/>
    </author>
    <author fullname="Josh Levenberg" initials="J." surname="Levenberg">
      <organization/>
    </author>
    <author fullname="Dan Mane" initials="D." surname="Mane">
      <organization/>
    </author>
    <author fullname="Rajat Monga" initials="R." surname="Monga">
      <organization/>
    </author>
    <author fullname="Sherry Moore" initials="S." surname="Moore">
      <organization/>
    </author>
    <author fullname="Derek Murray" initials="D." surname="Murray">
      <organization/>
    </author>
    <author fullname="Chris Olah" initials="C." surname="Olah">
      <organization/>
    </author>
    <author fullname="Mike Schuster" initials="M." surname="Schuster">
      <organization/>
    </author>
    <author fullname="Jonathon Shlens" initials="J." surname="Shlens">
      <organization/>
    </author>
    <author fullname="Benoit Steiner" initials="B." surname="Steiner">
      <organization/>
    </author>
    <author fullname="Ilya Sutskever" initials="I." surname="Sutskever">
      <organization/>
    </author>
    <author fullname="Kunal Talwar" initials="K." surname="Talwar">
      <organization/>
    </author>
    <author fullname="Paul Tucker" initials="P." surname="Tucker">
      <organization/>
    </author>
    <author fullname="Vincent Vanhoucke" initials="V." surname="Vanhoucke">
      <organization/>
    </author>
    <author fullname="Vijay Vasudevan" initials="V." surname="Vasudevan">
      <organization/>
    </author>
    <author fullname="Fernanda Viegas" initials="F." surname="Viegas">
      <organization/>
    </author>
    <author fullname="Oriol Vinyals" initials="O." surname="Vinyals">
      <organization/>
    </author>
    <author fullname="Pete Warden" initials="P." surname="Warden">
      <organization/>
    </author>
    <author fullname="Martin Wattenberg" initials="M." surname="Wattenberg">
      <organization/>
    </author>
    <author fullname="Martin Wicke" initials="M." surname="Wicke">
      <organization/>
    </author>
    <author fullname="Yuan Yu" initials="Y." surname="Yu">
      <organization/>
    </author>
    <author fullname="Xiaoqiang Zheng" initials="X." surname="Zheng">
      <organization/>
    </author>
    <date year="2016"/>
  </front>
  <seriesInfo name="DOI" value="10.48550/ARXIV.1603.04467"/>
<refcontent>arXiv</refcontent></reference>

<reference anchor="DataParallelism">
  <front>
    <title>A bridging model for parallel computation</title>
    <author fullname="Leslie G. Valiant" initials="L." surname="Valiant">
      <organization>Harvard Univ., Cambridge, MA</organization>
    </author>
    <date month="August" year="1990"/>
  </front>
  <seriesInfo name="Communications of the ACM" value="vol. 33, no. 8, pp. 103-111"/>
  <seriesInfo name="DOI" value="10.1145/79173.79181"/>
<refcontent>Association for Computing Machinery (ACM)</refcontent></reference>

<reference anchor="MoEParallelism1">
  <front>
    <title>Adaptive Mixtures of Local Experts</title>
    <author fullname="Robert A. Jacobs" initials="R." surname="Jacobs">
      <organization>Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA 02139 USA</organization>
    </author>
    <author fullname="Michael I. Jordan" initials="M." surname="Jordan">
      <organization>Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, MA 02139 USA</organization>
    </author>
    <author fullname="Steven J. Nowlan" initials="S." surname="Nowlan">
      <organization>Department of Computer Science, University of Toronto, Toronto, Canada M5S 1A4</organization>
    </author>
    <author fullname="Geoffrey E. Hinton" initials="G." surname="Hinton">
      <organization>Department of Computer Science, University of Toronto, Toronto, Canada M5S 1A4</organization>
    </author>
    <date month="February" year="1991"/>
  </front>
  <seriesInfo name="Neural Computation" value="vol. 3, no. 1, pp. 79-87"/>
  <seriesInfo name="DOI" value="10.1162/neco.1991.3.1.79"/>
<refcontent>MIT Press - Journals</refcontent></reference>

<reference anchor="MoEParallelism2">
  <front>
    <title>Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer</title>
    <author fullname="Noam Shazeer" initials="N." surname="Shazeer">
      <organization/>
    </author>
    <author fullname="Azalia Mirhoseini" initials="A." surname="Mirhoseini">
      <organization/>
    </author>
    <author fullname="Krzysztof Maziarz" initials="K." surname="Maziarz">
      <organization/>
    </author>
    <author fullname="Andy Davis" initials="A." surname="Davis">
      <organization/>
    </author>
    <author fullname="Quoc Le" initials="Q." surname="Le">
      <organization/>
    </author>
    <author fullname="Geoffrey Hinton" initials="G." surname="Hinton">
      <organization/>
    </author>
    <author fullname="Jeff Dean" initials="J." surname="Dean">
      <organization/>
    </author>
    <date year="2017"/>
  </front>
  <seriesInfo name="DOI" value="10.48550/ARXIV.1701.06538"/>
<refcontent>arXiv</refcontent></reference>

<reference anchor="Burstiness">
  <front>
    <title>On the Burstiness of Distributed Machine Learning Traffic</title>
    <author fullname="Natchanon Luangsomboon" initials="N." surname="Luangsomboon">
      <organization/>
    </author>
    <author fullname="Fahimeh Fazel" initials="F." surname="Fazel">
      <organization/>
    </author>
    <author fullname="Jörg Liebeherr" initials="J." surname="Liebeherr">
      <organization/>
    </author>
    <author fullname="Ashkan Sobhani" initials="A." surname="Sobhani">
      <organization/>
    </author>
    <author fullname="Shichao Guan" initials="S." surname="Guan">
      <organization/>
    </author>
    <author fullname="Xingjun Chu" initials="X." surname="Chu">
      <organization/>
    </author>
    <date year="2024"/>
  </front>
  <seriesInfo name="DOI" value="10.48550/ARXIV.2401.00329"/>
<refcontent>arXiv</refcontent></reference>

<reference anchor="AITrainingTraffic">
  <front>
    <title>Understanding Communication Characteristics of Distributed Training</title>
    <author fullname="Wenxue Li" initials="W." surname="Li">
      <organization>Hong Kong University of Science and Technology, China</organization>
    </author>
    <author fullname="Xiangzhou Liu" initials="X." surname="Liu">
      <organization>Hong Kong University of Science and Technology, China</organization>
    </author>
    <author fullname="Yuxuan Li" initials="Y." surname="Li">
      <organization>Hong Kong University of Science and Technology, China</organization>
    </author>
    <author fullname="Yilun Jin" initials="Y." surname="Jin">
      <organization>Hong Kong University of Science and Technology, China</organization>
    </author>
    <author fullname="Han Tian" initials="H." surname="Tian">
      <organization>USTC, China</organization>
    </author>
    <author fullname="Zhizhen Zhong" initials="Z." surname="Zhong">
      <organization>Massachusetts Institute of Technology, America</organization>
    </author>
    <author fullname="Guyue Liu" initials="G." surname="Liu">
      <organization>Peking University, China</organization>
    </author>
    <author fullname="Ying Zhang" initials="Y." surname="Zhang">
      <organization>Meta, America</organization>
    </author>
    <author fullname="Kai Chen" initials="K." surname="Chen">
      <organization>Hong Kong University of Science and Technology, China</organization>
    </author>
    <date month="August" year="2024"/>
  </front>
  <seriesInfo name="Proceedings of the 8th Asia-Pacific Workshop on Networking" value="vol. 23, pp. 1-8"/>
  <seriesInfo name="DOI" value="10.1145/3663408.3663409"/>
<refcontent>ACM</refcontent></reference>


<reference anchor="I-D.ravi-ippm-csig">
   <front>
      <title>Congestion Signaling (CSIG)</title>
      <author fullname="Abhiram Ravi" initials="A." surname="Ravi">
         <organization>Google LLC</organization>
      </author>
      <author fullname="Nandita Dukkipati" initials="N." surname="Dukkipati">
         <organization>Google LLC</organization>
      </author>
      <author fullname="Naoshad Mehta" initials="N." surname="Mehta">
         <organization>Google LLC</organization>
      </author>
      <author fullname="Jai Kumar" initials="J." surname="Kumar">
         <organization>Broadcom Inc.</organization>
      </author>
      <date day="2" month="February" year="2024"/>
      <abstract>
	 <t>   This document presents Congestion Signaling (CSIG), an in-band
   network telemetry protocol that allows end-hosts to obtain visibility
   into fine-grained network signals for congestion control, traffic
   management, and network debuggability in the network.  CSIG provides
   a simple, low-overhead, and extensible packet header mechanism to
   obtain fixed-length summaries from bottleneck devices along a packet
   path.  This summarized information is collected over L2 CSIG-tags in
   a compare-and-replace manner across network devices along the path.
   Receivers can reflect this information back to senders via L4+ CSIG
   reflection headers.

   CSIG builds upon the successful aspects of prior work such as switch
   in-band network telemetry (INT) that incorporates multibit signals in
   live data packets.  At the same time, CSIG&#x27;s end-to-end mechanism for
   carrying the signals via fixed size header is simple, practical and
   deployable akin to Explicit Congestion Notification (ECN).

   In addition to a detailed description of the end-to-end protocol,
   this document also motivates the use cases for CSIG and the rationale
   for design choices made in CSIG.  It describes a set of signals of
   interest to applications (minimum available bandwidth, maximum link
   utilization, and maximum hop delay), methods to compute these signals
   in network devices, and how these signals can be leveraged in
   applications.  Additionally, it describes how attributes about the
   bottleneck&#x27;s location can be carried and made useful to applications.
   It also provides the framework to incorporate future signals.
   Finally, this document addresses incremental deployment, backward
   compatibility and nuances of CSIG&#x27;s applicability in a range of
   scenarios.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ravi-ippm-csig-01"/>
   
</reference>


<reference anchor="I-D.yao-tsvwg-cco-problem-statement-and-usecases">
   <front>
      <title>Collective Communication Optimization: Problem Statement and Use cases</title>
      <author fullname="Kehan Yao" initials="K." surname="Yao">
         <organization>China Mobile</organization>
      </author>
      <author fullname="Xu Shiping" initials="X." surname="Shiping">
         <organization>China Mobile</organization>
      </author>
      <author fullname="Yizhou Li" initials="Y." surname="Li">
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname="Hongyi Huang" initials="H." surname="Huang">
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname="Dirk KUTSCHER" initials="D." surname="KUTSCHER">
         <organization>HKUST (Guangzhou)</organization>
      </author>
      <date day="23" month="October" year="2023"/>
      <abstract>
	 <t>   Collective communication is the basic logical communication model for
   distributed applications.  When distributed systems scales, the
   communication overhead becomes the bottleneck of the entire system,
   impeding system performance to increase.  This draft describes the
   performance challenges when the collective communication is employed
   in a network with more nodes or processes participating in or a
   larger number of such communication rounds required to complete a
   single job.  And the document presents several use cases where
   different aspects of collective communication optimization are
   needed.


	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-yao-tsvwg-cco-problem-statement-and-usecases-00"/>
   
</reference>

<reference anchor="xCCL">
  <front>
    <title>xCCL: A Survey of Industry-Led Collective Communication Libraries for Deep Learning</title>
    <author fullname="Adam Weingram" initials="A." surname="Weingram">
      <organization/>
    </author>
    <author fullname="Yuke Li" initials="Y." surname="Li">
      <organization/>
    </author>
    <author fullname="Hao Qi" initials="H." surname="Qi">
      <organization/>
    </author>
    <author fullname="Darren Ng" initials="D." surname="Ng">
      <organization/>
    </author>
    <author fullname="Liuyao Dai" initials="L." surname="Dai">
      <organization/>
    </author>
    <author fullname="Xiaoyi Lu" initials="X." surname="Lu">
      <organization/>
    </author>
    <date month="February" year="2023"/>
  </front>
  <seriesInfo name="Journal of Computer Science and Technology" value="vol. 38, no. 1, pp. 166-195"/>
  <seriesInfo name="DOI" value="10.1007/s11390-023-2894-6"/>
<refcontent>Springer Science and Business Media LLC</refcontent></reference>

<reference anchor="ChallengingSpraying">
  <front>
    <title>Challenging the Need for Packet Spraying in Large-Scale Distributed Training</title>
    <author fullname="Vamsi Addanki" initials="V." surname="Addanki">
      <organization/>
    </author>
    <author fullname="Prateesh Goyal" initials="P." surname="Goyal">
      <organization/>
    </author>
    <author fullname="Ilias Marinos" initials="I." surname="Marinos">
      <organization/>
    </author>
    <date year="2024"/>
  </front>
  <seriesInfo name="DOI" value="10.48550/ARXIV.2407.00550"/>
<refcontent>arXiv</refcontent></reference>

<reference anchor="FederatedLearning">
  <front>
    <title>Communication-Efficient Learning of Deep Networks from Decentralized Data</title>
    <author fullname="H. Brendan McMahan" initials="H." surname="McMahan">
      <organization/>
    </author>
    <author fullname="Eider Moore" initials="E." surname="Moore">
      <organization/>
    </author>
    <author fullname="Daniel Ramage" initials="D." surname="Ramage">
      <organization/>
    </author>
    <author fullname="Seth Hampson" initials="S." surname="Hampson">
      <organization/>
    </author>
    <author fullname="Blaise Agüera y Arcas" initials="B." surname="Arcas">
      <organization/>
    </author>
    <date year="2016"/>
  </front>
  <seriesInfo name="" value="arXiv"/>
  <seriesInfo name="DOI" value="10.48550/ARXIV.1602.05629"/>
<refcontent>arXiv</refcontent></reference>

<reference anchor="SiteToSite">
  <front>
    <title>Site-to-site internet traffic control</title>
    <author fullname="Frank Cangialosi" initials="F." surname="Cangialosi">
      <organization>MIT CSAIL</organization>
    </author>
    <author fullname="Akshay Narayan" initials="A." surname="Narayan">
      <organization>MIT CSAIL</organization>
    </author>
    <author fullname="Prateesh Goyal" initials="P." surname="Goyal">
      <organization>MIT CSAIL</organization>
    </author>
    <author fullname="Radhika Mittal" initials="R." surname="Mittal">
      <organization>UIUC</organization>
    </author>
    <author fullname="Mohammad Alizadeh" initials="M." surname="Alizadeh">
      <organization>MIT CSAIL</organization>
    </author>
    <author fullname="Hari Balakrishnan" initials="H." surname="Balakrishnan">
      <organization>MIT CSAIL</organization>
    </author>
    <date month="April" year="2021"/>
  </front>
  <seriesInfo name="Proceedings of the Sixteenth European Conference on Computer" value="Systems"/>
  <seriesInfo name="DOI" value="10.1145/3447786.3456260"/>
<refcontent>ACM</refcontent></reference>

<reference anchor="FEDI">
  <front>
    <title>Will Admins Cope? Decentralized Moderation in the Fediverse</title>
    <author fullname="Ishaku Hassan Anaobi" initials="I." surname="Anaobi">
      <organization>School of Electronic Engineering and Computer Science, Queen Mary University, United Kingdom</organization>
    </author>
    <author fullname="Aravindh Raman" initials="A." surname="Raman">
      <organization>Telefonica, Spain</organization>
    </author>
    <author fullname="Ignacio Castro" initials="I." surname="Castro">
      <organization>School of Electronic Engineering and Computer Science, Queen Mary University, United Kingdom</organization>
    </author>
    <author fullname="Haris Bin Zia" initials="H." surname="Zia">
      <organization>School of Electronic Engineering and Computer Science, Queen Mary University, United Kingdom</organization>
    </author>
    <author fullname="Damilola Ibosiola" initials="D." surname="Ibosiola">
      <organization>School of Electronic Engineering and Computer Science, Queen Mary University, United Kingdom</organization>
    </author>
    <author fullname="Gareth Tyson" initials="G." surname="Tyson">
      <organization>Hong Kong University of Science and Technology, China</organization>
    </author>
    <date month="April" year="2023"/>
  </front>
  <seriesInfo name="Proceedings of the ACM Web Conference" value="2023"/>
  <seriesInfo name="DOI" value="10.1145/3543507.3583487"/>
<refcontent>ACM</refcontent></reference>


<reference anchor="FLOWER" target="https://flower.ai/">
  <front>
    <title>Flower - A Friendly Federated Learning Framework</title>
    <author >
      <organization>Flower Labs GmbH</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>


<reference anchor="AIConst">
  <front>
    <title>Artificial intelligence and smart vision for building and construction 4.0: Machine and deep learning methods and applications</title>
    <author fullname="Shanaka Kristombu Baduge" initials="S." surname="Baduge">
      <organization/>
    </author>
    <author fullname="Sadeep Thilakarathna" initials="S." surname="Thilakarathna">
      <organization/>
    </author>
    <author fullname="Jude Shalitha Perera" initials="J." surname="Perera">
      <organization/>
    </author>
    <author fullname="Mehrdad Arashpour" initials="M." surname="Arashpour">
      <organization/>
    </author>
    <author fullname="Pejman Sharafi" initials="P." surname="Sharafi">
      <organization/>
    </author>
    <author fullname="Bertrand Teodosio" initials="B." surname="Teodosio">
      <organization/>
    </author>
    <author fullname="Ankit Shringi" initials="A." surname="Shringi">
      <organization/>
    </author>
    <author fullname="Priyan Mendis" initials="P." surname="Mendis">
      <organization/>
    </author>
    <date month="September" year="2022"/>
  </front>
  <seriesInfo name="Automation in Construction" value="vol. 141, pp. 104440"/>
  <seriesInfo name="DOI" value="10.1016/j.autcon.2022.104440"/>
<refcontent>Elsevier BV</refcontent></reference>

<reference anchor="LLMSize">
  <front>
    <title>When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method</title>
    <author fullname="Biao Zhang" initials="B." surname="Zhang">
      <organization/>
    </author>
    <author fullname="Zhongtao Liu" initials="Z." surname="Liu">
      <organization/>
    </author>
    <author fullname="Colin Cherry" initials="C." surname="Cherry">
      <organization/>
    </author>
    <author fullname="Orhan Firat" initials="O." surname="Firat">
      <organization/>
    </author>
    <date year="2024"/>
  </front>
  <seriesInfo name="DOI" value="10.48550/ARXIV.2402.17193"/>
<refcontent>arXiv</refcontent></reference>


<reference anchor="AIBackbone" target="https://atscaleconference.com/videos/ai-impact-on-backbone/">
  <front>
    <title>AI impact on backbone</title>
    <author initials="J." surname="Sundaresan" fullname="Jyotsna Sundaresan">
      <organization></organization>
    </author>
    <author initials="A." surname="Gopalan" fullname="Abishek Gopalan">
      <organization></organization>
    </author>
    <author >
      <organization>Meta</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="SchedulingSharding" target="https://atscaleconference.com/videos/scheduler-and-sharding-considerations-for-network-efficiency/">
  <front>
    <title>Scheduler and Sharding Considerations for Network Efficiency</title>
    <author initials="W." surname="Chu" fullname="Weiwei Chu">
      <organization></organization>
    </author>
    <author initials="A." surname="Choudhury" fullname="Arnab Choudhury">
      <organization></organization>
    </author>
    <author >
      <organization>Meta</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="NCCL" target="https://developer.nvidia.com/nccl">
  <front>
    <title>NVIDIA Collective Communications Library (NCCL)</title>
    <author >
      <organization>Nvidia</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="RCCL" target="https://github.com/ROCm/ROCm">
  <front>
    <title>AMD ROCm Software</title>
    <author >
      <organization>AMD</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="CATSWG" target="https://datatracker.ietf.org/group/cats/about/">
  <front>
    <title>Computing-Aware Traffic Steering (cats) Working Group</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="RATSWG" target="https://datatracker.ietf.org/wg/rats/about/">
  <front>
    <title>Remote ATtestation ProcedureS (rats) Working Group</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="NASR" target="https://datatracker.ietf.org/doc/bofreq-liu-nasr/">
  <front>
    <title>Network Attestation for Secure Routing (NASR)</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="ALTO" target="https://datatracker.ietf.org/wg/alto/about/">
  <front>
    <title>Application-Layer Traffic Optimization (alto)</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>


<reference anchor="NetworkBottleneck">
  <front>
    <title>Is Network the Bottleneck of Distributed Training?</title>
    <author fullname="Zhen Zhang" initials="Z." surname="Zhang">
      <organization>Johns Hopkins University</organization>
    </author>
    <author fullname="Chaokun Chang" initials="C." surname="Chang">
      <organization>Amazon Web Services</organization>
    </author>
    <author fullname="Haibin Lin" initials="H." surname="Lin">
      <organization>Amazon Web Services</organization>
    </author>
    <author fullname="Yida Wang" initials="Y." surname="Wang">
      <organization>Amazon Web Services</organization>
    </author>
    <author fullname="Raman Arora" initials="R." surname="Arora">
      <organization>Johns Hopkins University</organization>
    </author>
    <author fullname="Xin Jin" initials="X." surname="Jin">
      <organization>Johns Hopkins University</organization>
    </author>
    <date month="August" year="2020"/>
  </front>
  <seriesInfo name="Proceedings of the Workshop on Network Meets AI &amp;" value="ML"/>
  <seriesInfo name="DOI" value="10.1145/3405671.3405810"/>
<refcontent>ACM</refcontent></reference>




    </references>


<?line 547?>

<section anchor="a-primer-on-machine-learning-extended-version-of-secmlsystems"><name>A primer on Machine learning (extended version of <xref target="SEC:MLSystems"/>)</name>

<t>Along its development, Machine Learning (ML) involves the use of an increasing amount of computing and storage resources in the operations of algorithms taking decisions or deriving insights from data. In recent generative AI algorithms, or in large language models, the amount of data used to train models of increasing size in terms of parameters has grown exponentially. 
Besides, the size of large models translates in an increasing memory and computing footprint. Given this evolution, ML algorithms can not be executed or trained on a single machine, and thus ML systems are "distributed" by nature, regardless of the architecture they adopt.</t>

<t>This appendix section introduces the lifecycle of ML systems (<xref target="SEC:A-MLLifecycle"/>), then explains how ML systems can be split between entities fulfilling different roles (<xref target="SEC:A-MLRoles"/>) and introduces the methods designed to parallelize ML jobs (<xref target="SEC:A-parallelisationModes"/>) and the communication methods used between instances to communicate data and parameters (<xref target="SEC:A-collectiveCommunicationMethods"/>). It is an extended version of <xref target="SEC:MLSystems"/> which focuses on the consequences on network traffic patterns and challenges of the elements presented here.</t>

<section anchor="SEC:A-MLLifecycle"><name>Machine learning model lifecycle</name>

<t>In machine learning, two approaches can be adopted to algorithmically derive insights from a dataset: supervised learning and unsupervised learning. 
In unsupervised learning, algorithms are developped and used to find patterns, clusters or relationships among data without previous knowledge or reference. 
In supervised learning, algorithms use a reference data set (or training set), consisting in data labelled with answers or hints to the solution of the question being asked, to build (or train) a model to which data is compared later during the inference (or serving) phase.</t>

<t>The model is the cornerstone of supervised machine learning.
It is a representation of a system that is observed and measured with data. 
When the model is trained, the model is parametrized or modified so it is able to model the behaviour of the system from the dataset used in the training phase.
Then, during the inference phase, data is presented to the trained model in order to derive information or make predictions about the system.</t>

<figure title="Supervised machine learning lifecycle" anchor="figureA-MLLC01"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="112" width="560" viewBox="0 0 560 112" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,96" fill="none" stroke="black"/>
<path d="M 96,32 L 96,96" fill="none" stroke="black"/>
<path d="M 136,32 L 136,96" fill="none" stroke="black"/>
<path d="M 224,32 L 224,96" fill="none" stroke="black"/>
<path d="M 264,32 L 264,96" fill="none" stroke="black"/>
<path d="M 336,32 L 336,96" fill="none" stroke="black"/>
<path d="M 376,32 L 376,96" fill="none" stroke="black"/>
<path d="M 432,32 L 432,96" fill="none" stroke="black"/>
<path d="M 472,32 L 472,96" fill="none" stroke="black"/>
<path d="M 552,32 L 552,96" fill="none" stroke="black"/>
<path d="M 8,32 L 96,32" fill="none" stroke="black"/>
<path d="M 136,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 336,32" fill="none" stroke="black"/>
<path d="M 376,32 L 432,32" fill="none" stroke="black"/>
<path d="M 472,32 L 552,32" fill="none" stroke="black"/>
<path d="M 8,96 L 96,96" fill="none" stroke="black"/>
<path d="M 136,96 L 224,96" fill="none" stroke="black"/>
<path d="M 264,96 L 336,96" fill="none" stroke="black"/>
<path d="M 376,96 L 432,96" fill="none" stroke="black"/>
<path d="M 472,96 L 552,96" fill="none" stroke="black"/>
<g class="text">
<text x="52" y="52">Data</text>
<text x="180" y="52">Data</text>
<text x="304" y="52">Model</text>
<text x="408" y="52">Model</text>
<text x="512" y="52">Inference</text>
<text x="116" y="68">=&gt;</text>
<text x="180" y="68">Pre-</text>
<text x="244" y="68">=&gt;</text>
<text x="356" y="68">=&gt;</text>
<text x="408" y="68">Fine-</text>
<text x="452" y="68">=&gt;</text>
<text x="512" y="68">/</text>
<text x="52" y="84">Collection</text>
<text x="180" y="84">Processing</text>
<text x="300" y="84">Training</text>
<text x="404" y="84">Tuning</text>
<text x="512" y="84">Serving</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
+----------+    +----------+    +--------+    +------+    +---------+
|   Data   |    |   Data   |    |  Model |    | Model|    |Inference|
|          | => |   Pre-   | => |        | => | Fine-| => |    /    |
|Collection|    |Processing|    |Training|    |Tuning|    | Serving |
+----------+    +----------+    +--------+    +------+    +---------+
]]></artwork></artset></figure>

<t>In the renewed interest in deep neural networks, and the strong development of generative AI, a supervised learning approach has been favoured, using reference models. 
Supervised machine learning follows a cycle presented in <xref target="figureA-MLLC01"/>.</t>

<t>To obtain a reference model, first, data is collected from a variety of sources.
This data is then gathered and pre-processed, in order to clean it (align formatting, erase obvious measurement errors, <em>etc.</em>) and potentially to label it.
In particular, large data sets are divided into chunks, or tokens, which are the basic data units used as input or outputs of models. 
For instance, if the data set consists in a corpus of texts, tokens are words, subwords or short sequences of words.</t>

<t>The pre-processed data is used to train the reference model, <em>i.e.</em> convert the knowledge to extract from the pre-processed data into a set of parameters including weights ruling how the model will answer future requests.
Parameters are variables adjusting the structure underlying the model that are set during the training phase. 
Weights are a subste of the parameters, and determine how strong the ties are between some other parameters in the model.</t>

<t>Once the model has been trained, it can be used to infer from a request, or, in other words, to serve an insight from a request's data.
Inference operations are not necessarily done by the same nodes that have trained the model.
Models can be transferred to other worker nodes to perfom inference tasks, sometimes placed close to the users making requests.
Besides, those transferred models can be re-trained or fine-tuned in order to better serve requests in the context they are done. 
This can be done for instance with private or locally relevant data.</t>

</section>
<section anchor="SEC:A-MLRoles"><name>System model</name>

<t>The machine learning systems built to meet the requirements of use cases presented in <xref target="SEC:AIApplicability"/> are fundamentally distributed in order to meet scaling and time to answer requirements. 
Indeed, if we consider modern lareg language models, they use from 125 million to 175 billion parameters, where each parameters can be encoded with 4 bytes to 4 bits depending on the precision required in the answer provided by the model.
From a memory perspective, this means that storing a model and its parameters will cost from 62,5 MB (for a model using 125 million parameters with 4-bits parameters) to 700 GB (for a model using 175 billion parameters with 4 bytes parameters).
The memory footprint of modern large language models makes those models both difficult to manipulate on single nodes and to exchange data between nodes participating in a distributed task.</t>

<t>In machine learning systems' distribution, nodes can play specific roles, depending on their (hardware) capabilities or their location in the network.</t>

<t>Those roles, presented in <xref target="figureA-1"/> are:</t>

<t><list style="symbols">
  <t><strong>Data producer / Owner:</strong>  <vspace blankLines='1'/>
This entity is producing data from which users are willing to retrieve insights. 
It can be a sensor in a network, a server producing logs and interacting with a set of users, etc.</t>
  <t><strong>Data manager:</strong>  <vspace blankLines='1'/>
This entity is in charge of managing the data produced by the data producer. 
In that extend, it can pre-process, filter, add context (or metadata), store or transfer data to other entities in the system.
In its data management operations, the data manager has to take specific care of security and privacy aspects of data management. 
In particular, it must make sure that data is stored securely, transferred to authorized entities and that user's consent and privacy preferences are respected. 
To do so, it may use specialized encryption methods and protocols, meeting challenges presented in <xref target="SEC:MLSecAndPriv"/>.</t>
  <t><strong>Worker:</strong>  <vspace blankLines='1'/>
This entity is in charge of processing data retrieved from the data manager in order to gain insights from it. 
To do so, it can training a (potentially large) model during the model training phase; and personalize this model to better serve specific needs or requests from users during the inference phase.
In some specific cases, for instance, if the model from which the  inference is done is small, the worker might be alone, but given the operational requirements of new approaches in machine learning, workers need to collaborate with other workers to complete a task together.</t>
  <t><strong>(Model) Aggregator:</strong>  <vspace blankLines='1'/>
In case the training, personalization or fine tuning of a model is done by several collaborating entities, the aggregator is responsible for gathering the results of the individual tasks performed by the workers and synthetize them in a general model. 
This model can be sent back to the workers for subsequent processing.</t>
  <t><strong>Inference engine / Server:</strong>  <vspace blankLines='1'/>
This entity is in charge of producing inferences, <em>i.e.</em> deriving insights from a request done against a trained model. 
Those requests might be contextualized from a conversation, <em>i.e.</em> a sequence of requests and their answers.</t>
  <t><strong>Coordinator / Orchestrator:</strong>  <vspace blankLines='1'/>
This entity is in charge of orchestrating the execution of distributed tasks among the workers in charge. 
This coordination role might be done by means of a centralized node (<em>e.g.</em> a parameter server), a federation of locally responsible nodes or in a coordinated fashion using a consensus protocol.</t>
</list></t>

<figure title="Machine Learning syste model" anchor="figureA-1"><artset><artwork  type="svg" align="center" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="544" viewBox="0 0 544 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,96 L 8,144" fill="none" stroke="black"/>
<path d="M 8,176 L 8,224" fill="none" stroke="black"/>
<path d="M 8,256 L 8,304" fill="none" stroke="black"/>
<path d="M 80,96 L 80,144" fill="none" stroke="black"/>
<path d="M 80,176 L 80,224" fill="none" stroke="black"/>
<path d="M 80,256 L 80,304" fill="none" stroke="black"/>
<path d="M 120,32 L 120,96" fill="none" stroke="black"/>
<path d="M 120,160 L 120,240" fill="none" stroke="black"/>
<path d="M 152,104 L 152,152" fill="none" stroke="black"/>
<path d="M 184,160 L 184,240" fill="none" stroke="black"/>
<path d="M 224,176 L 224,208" fill="none" stroke="black"/>
<path d="M 232,104 L 232,128" fill="none" stroke="black"/>
<path d="M 240,104 L 240,144" fill="none" stroke="black"/>
<path d="M 240,208 L 240,224" fill="none" stroke="black"/>
<path d="M 248,104 L 248,168" fill="none" stroke="black"/>
<path d="M 256,224 L 256,240" fill="none" stroke="black"/>
<path d="M 280,176 L 280,208" fill="none" stroke="black"/>
<path d="M 296,64 L 296,96" fill="none" stroke="black"/>
<path d="M 296,192 L 296,224" fill="none" stroke="black"/>
<path d="M 312,208 L 312,240" fill="none" stroke="black"/>
<path d="M 376,208 L 376,240" fill="none" stroke="black"/>
<path d="M 392,192 L 392,224" fill="none" stroke="black"/>
<path d="M 400,32 L 400,96" fill="none" stroke="black"/>
<path d="M 408,176 L 408,208" fill="none" stroke="black"/>
<path d="M 424,64 L 424,96" fill="none" stroke="black"/>
<path d="M 440,104 L 440,168" fill="none" stroke="black"/>
<path d="M 448,104 L 448,144" fill="none" stroke="black"/>
<path d="M 456,104 L 456,128" fill="none" stroke="black"/>
<path d="M 456,224 L 456,240" fill="none" stroke="black"/>
<path d="M 472,208 L 472,224" fill="none" stroke="black"/>
<path d="M 480,64 L 480,96" fill="none" stroke="black"/>
<path d="M 488,176 L 488,208" fill="none" stroke="black"/>
<path d="M 120,32 L 400,32" fill="none" stroke="black"/>
<path d="M 296,64 L 400,64" fill="none" stroke="black"/>
<path d="M 424,64 L 480,64" fill="none" stroke="black"/>
<path d="M 496,80 L 528,80" fill="none" stroke="black"/>
<path d="M 8,96 L 80,96" fill="none" stroke="black"/>
<path d="M 120,96 L 400,96" fill="none" stroke="black"/>
<path d="M 424,96 L 480,96" fill="none" stroke="black"/>
<path d="M 8,144 L 80,144" fill="none" stroke="black"/>
<path d="M 120,160 L 184,160" fill="none" stroke="black"/>
<path d="M 8,176 L 80,176" fill="none" stroke="black"/>
<path d="M 224,176 L 280,176" fill="none" stroke="black"/>
<path d="M 408,176 L 488,176" fill="none" stroke="black"/>
<path d="M 192,192 L 208,192" fill="none" stroke="black"/>
<path d="M 280,192 L 296,192" fill="none" stroke="black"/>
<path d="M 392,192 L 408,192" fill="none" stroke="black"/>
<path d="M 88,208 L 104,208" fill="none" stroke="black"/>
<path d="M 192,208 L 208,208" fill="none" stroke="black"/>
<path d="M 224,208 L 280,208" fill="none" stroke="black"/>
<path d="M 296,208 L 312,208" fill="none" stroke="black"/>
<path d="M 376,208 L 392,208" fill="none" stroke="black"/>
<path d="M 408,208 L 488,208" fill="none" stroke="black"/>
<path d="M 8,224 L 80,224" fill="none" stroke="black"/>
<path d="M 192,224 L 208,224" fill="none" stroke="black"/>
<path d="M 240,224 L 296,224" fill="none" stroke="black"/>
<path d="M 392,224 L 472,224" fill="none" stroke="black"/>
<path d="M 120,240 L 184,240" fill="none" stroke="black"/>
<path d="M 256,240 L 312,240" fill="none" stroke="black"/>
<path d="M 376,240 L 456,240" fill="none" stroke="black"/>
<path d="M 8,256 L 80,256" fill="none" stroke="black"/>
<path d="M 216,288 L 232,288" fill="none" stroke="black"/>
<path d="M 304,288 L 320,288" fill="none" stroke="black"/>
<path d="M 352,288 L 376,288" fill="none" stroke="black"/>
<path d="M 480,288 L 504,288" fill="none" stroke="black"/>
<path d="M 8,304 L 80,304" fill="none" stroke="black"/>
<path d="M 96,144 L 104,160" fill="none" stroke="black"/>
<path d="M 360,144 L 388,200" fill="none" stroke="black"/>
<path d="M 364,104 L 404,184" fill="none" stroke="black"/>
<path d="M 388,104 L 420,168" fill="none" stroke="black"/>
<path d="M 96,256 L 104,240" fill="none" stroke="black"/>
<path d="M 264,176 L 300,104" fill="none" stroke="black"/>
<path d="M 280,192 L 324,104" fill="none" stroke="black"/>
<path d="M 296,208 L 348,104" fill="none" stroke="black"/>
<polygon class="arrowhead" points="512,288 500,282.4 500,293.6" fill="black" transform="rotate(0,504,288)"/>
<polygon class="arrowhead" points="504,80 492,74.4 492,85.6" fill="black" transform="rotate(180,496,80)"/>
<polygon class="arrowhead" points="464,128 452,122.4 452,133.6" fill="black" transform="rotate(90,456,128)"/>
<polygon class="arrowhead" points="456,144 444,138.4 444,149.6" fill="black" transform="rotate(90,448,144)"/>
<polygon class="arrowhead" points="448,168 436,162.4 436,173.6" fill="black" transform="rotate(90,440,168)"/>
<polygon class="arrowhead" points="428,168 416,162.4 416,173.6" fill="black" transform="rotate(63.43494882292201,420,168)"/>
<polygon class="arrowhead" points="412,184 400,178.4 400,189.6" fill="black" transform="rotate(63.43494882292201,404,184)"/>
<polygon class="arrowhead" points="396,200 384,194.4 384,205.6" fill="black" transform="rotate(63.43494882292201,388,200)"/>
<polygon class="arrowhead" points="360,288 348,282.4 348,293.6" fill="black" transform="rotate(180,352,288)"/>
<polygon class="arrowhead" points="356,104 344,98.4 344,109.6" fill="black" transform="rotate(296.565051177078,348,104)"/>
<polygon class="arrowhead" points="328,288 316,282.4 316,293.6" fill="black" transform="rotate(0,320,288)"/>
<polygon class="arrowhead" points="332,104 320,98.4 320,109.6" fill="black" transform="rotate(296.565051177078,324,104)"/>
<polygon class="arrowhead" points="308,104 296,98.4 296,109.6" fill="black" transform="rotate(296.565051177078,300,104)"/>
<polygon class="arrowhead" points="256,168 244,162.4 244,173.6" fill="black" transform="rotate(90,248,168)"/>
<polygon class="arrowhead" points="248,144 236,138.4 236,149.6" fill="black" transform="rotate(90,240,144)"/>
<polygon class="arrowhead" points="240,128 228,122.4 228,133.6" fill="black" transform="rotate(90,232,128)"/>
<polygon class="arrowhead" points="224,288 212,282.4 212,293.6" fill="black" transform="rotate(180,216,288)"/>
<polygon class="arrowhead" points="216,224 204,218.4 204,229.6" fill="black" transform="rotate(0,208,224)"/>
<polygon class="arrowhead" points="216,208 204,202.4 204,213.6" fill="black" transform="rotate(0,208,208)"/>
<polygon class="arrowhead" points="216,192 204,186.4 204,197.6" fill="black" transform="rotate(0,208,192)"/>
<polygon class="arrowhead" points="160,152 148,146.4 148,157.6" fill="black" transform="rotate(90,152,152)"/>
<polygon class="arrowhead" points="112,240 100,234.4 100,245.6" fill="black" transform="rotate(296.565051177078,104,240)"/>
<polygon class="arrowhead" points="112,208 100,202.4 100,213.6" fill="black" transform="rotate(0,104,208)"/>
<polygon class="arrowhead" points="112,160 100,154.4 100,165.6" fill="black" transform="rotate(63.43494882292201,104,160)"/>
<g class="text">
<text x="260" y="52">Orchestrator</text>
<text x="524" y="68">User</text>
<text x="348" y="84">Aggregator</text>
<text x="452" y="84">Server</text>
<text x="524" y="100">Req.</text>
<text x="44" y="116">Data</text>
<text x="44" y="132">Producer</text>
<text x="32" y="164">...</text>
<text x="44" y="196">Data</text>
<text x="148" y="196">Data</text>
<text x="252" y="196">Worker</text>
<text x="452" y="196">Worker</text>
<text x="44" y="212">Producer</text>
<text x="152" y="212">Manager</text>
<text x="40" y="244">...</text>
<text x="200" y="260">:</text>
<text x="336" y="260">:</text>
<text x="36" y="276">Data</text>
<text x="200" y="276">:</text>
<text x="336" y="276">:</text>
<text x="44" y="292">Producer</text>
<text x="200" y="292">:</text>
<text x="268" y="292">Training</text>
<text x="336" y="292">:</text>
<text x="432" y="292">Inference</text>
<text x="200" y="308">:</text>
<text x="336" y="308">:</text>
<text x="376" y="308">(with</text>
<text x="420" y="308">fine</text>
<text x="472" y="308">tuning)</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center" name="syntax"><![CDATA[
              +----------------------------------+
              |           Orchestrator           |
              |                     +------------+  +------+   User
              |                     | Aggregator |  |Server| <----
+--------+    +---------------------+------------+  +------+   Req.
|  Data  |        |         |||     ^  ^  ^  \  \     ||| 
|Producer|        |         v||    /  /  /    \  \    ||v 
+--------+ \      v          v|   /  /  /   \  \  \   |v 
  ...       v +-------+       v  /  /  /     \  \  v  v  
+--------+    |       |    +----+-+/  /       \  v+-+-------+
|  Data  |    | Data  |--> |Worker+-+/         v+-+  Worker |
|Producer|--> |Manager|--> +-+----+ +-+       +-+ +-------+-+
+--------+    |       |-->   +-+----+ |       | +-------+-+
   ...      ^ +-------+        +------+       +---------+  
+--------+ /            :                :
| Data   |              :                :
|Producer|              : <--Training--> : <---  Inference --->
+--------+              :                :  (with fine tuning)
]]></artwork></artset></figure>

<t>Those functional roles can be arranged, managed and executed in many different way in a ML system. 
This arrangement determines how centralized and / or distributed a ML system is.</t>

</section>
<section anchor="SEC:A-parallelisationModes"><name>Parallelization modes</name>

<t>In model-based machine learning, training and inference phases follow a pipeline similar to the pipeline presented in <xref target="figureA-P1"/>. 
As mentionned in previous sections, given the size of currently used models and the amount of data required to either train or infer from a model, machine learning workloads need to be distributed. 
This distribution can follow different patterns (or a mix of those patterns): data parallelism, tensor parallelism, pipeline parallelism or mixture-of-expert parallelism.
Those patterns are presented in the following subsections.</t>

<figure title="Model-based AI pipeline" anchor="figureA-P1"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="504" viewBox="0 0 504 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,80 L 8,192" fill="none" stroke="black"/>
<path d="M 24,64 L 24,80" fill="none" stroke="black"/>
<path d="M 40,48 L 40,64" fill="none" stroke="black"/>
<path d="M 56,32 L 56,48" fill="none" stroke="black"/>
<path d="M 64,80 L 64,192" fill="none" stroke="black"/>
<path d="M 80,64 L 80,176" fill="none" stroke="black"/>
<path d="M 96,48 L 96,160" fill="none" stroke="black"/>
<path d="M 112,32 L 112,144" fill="none" stroke="black"/>
<path d="M 184,48 L 184,176" fill="none" stroke="black"/>
<path d="M 200,48 L 200,176" fill="none" stroke="black"/>
<path d="M 232,48 L 232,176" fill="none" stroke="black"/>
<path d="M 248,48 L 248,176" fill="none" stroke="black"/>
<path d="M 312,48 L 312,176" fill="none" stroke="black"/>
<path d="M 344,48 L 344,176" fill="none" stroke="black"/>
<path d="M 56,32 L 112,32" fill="none" stroke="black"/>
<path d="M 40,48 L 96,48" fill="none" stroke="black"/>
<path d="M 184,48 L 200,48" fill="none" stroke="black"/>
<path d="M 232,48 L 248,48" fill="none" stroke="black"/>
<path d="M 312,48 L 344,48" fill="none" stroke="black"/>
<path d="M 24,64 L 80,64" fill="none" stroke="black"/>
<path d="M 8,80 L 64,80" fill="none" stroke="black"/>
<path d="M 128,110 L 144,110" fill="none" stroke="black"/><path d="M 128,114 L 144,114" fill="none" stroke="black"/>
<path d="M 280,110 L 296,110" fill="none" stroke="black"/><path d="M 280,114 L 296,114" fill="none" stroke="black"/>
<path d="M 96,144 L 112,144" fill="none" stroke="black"/>
<path d="M 80,160 L 96,160" fill="none" stroke="black"/>
<path d="M 64,176 L 80,176" fill="none" stroke="black"/>
<path d="M 184,176 L 200,176" fill="none" stroke="black"/>
<path d="M 232,176 L 248,176" fill="none" stroke="black"/>
<path d="M 312,176 L 344,176" fill="none" stroke="black"/>
<path d="M 8,192 L 64,192" fill="none" stroke="black"/>
<path d="M 160,112 L 180,152" fill="none" stroke="black"/>
<path d="M 200,80 L 232,144" fill="none" stroke="black"/>
<path d="M 248,80 L 264,112" fill="none" stroke="black"/>
<path d="M 160,112 L 180,72" fill="none" stroke="black"/>
<path d="M 200,144 L 232,80" fill="none" stroke="black"/>
<path d="M 248,144 L 264,112" fill="none" stroke="black"/>
<polygon class="arrowhead" points="304,112 292,106.4 292,117.6" fill="black" transform="rotate(0,296,112)"/>
<polygon class="arrowhead" points="188,152 176,146.4 176,157.6" fill="black" transform="rotate(63.43494882292201,180,152)"/>
<polygon class="arrowhead" points="188,72 176,66.4 176,77.6" fill="black" transform="rotate(296.565051177078,180,72)"/>
<polygon class="arrowhead" points="152,112 140,106.4 140,117.6" fill="black" transform="rotate(0,144,112)"/>
<circle cx="160" cy="112" r="6" class="closeddot" fill="black"/>
<circle cx="216" cy="112" r="6" class="closeddot" fill="black"/>
<circle cx="264" cy="112" r="6" class="closeddot" fill="black"/>
<g class="text">
<text x="192" y="68">p</text>
<text x="240" y="68">p</text>
<text x="328" y="68">o</text>
<text x="192" y="84">a</text>
<text x="240" y="84">a</text>
<text x="328" y="84">u</text>
<text x="192" y="100">r</text>
<text x="240" y="100">r</text>
<text x="328" y="100">t</text>
<text x="192" y="116">a</text>
<text x="240" y="116">a</text>
<text x="328" y="116">p</text>
<text x="36" y="132">Data</text>
<text x="192" y="132">m</text>
<text x="240" y="132">m</text>
<text x="328" y="132">u</text>
<text x="192" y="148">s</text>
<text x="240" y="148">s</text>
<text x="328" y="148">t</text>
<text x="192" y="164">.</text>
<text x="240" y="164">.</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
      +------+                   
    +-+----+ |        +-+   +-+       +---+                   
  +-+----+ | |        |p|   |p|       | o |
+-+----+ | | |       ^|a+   +a+       | u |
|      | | | |      / |r|\ /|r|\      | t |
|      | | | | ==> *  |a| * |a| * ==> | p |
| Data | | | |      \ |m|/ \|m|/      | u |
|      | | +-+       v|s+   +s+       | t |
|      | +-+          |.|   |.|       |   |
|      +-+            +-+   +-+       +---+
+------+      
]]></artwork></artset></figure>

<section anchor="SEC:A-dataParallelism"><name>Data parallelism</name>

<t>Data parallelism is the oldest among the parallelization patterns we highlighted. 
It has been introduced in <xref target="DataParallelism"/>. 
As presented in <xref target="figureA-P2"/>, data parallelism consists in the partitioning of the data used in a given machine learning task in a set of batches that are used to train or tune the model. 
In data parallelism, a node manipulates a complete model and change its parameters using the data partition it has been allocated. 
The result of the tasks performed in parallel by the workers are aggregated by an aggregator node at the end of the pipeline. 
The model parameters resulting from this aggregation are transmitted back to the workers for future use of the model in order that each worker benefits from the work done by others in parallel.</t>

<figure title="Data-parallel AI pipeline" anchor="figureA-P2"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="336" width="528" viewBox="0 0 528 336" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,144 L 8,256" fill="none" stroke="black"/>
<path d="M 24,128 L 24,144" fill="none" stroke="black"/>
<path d="M 40,112 L 40,128" fill="none" stroke="black"/>
<path d="M 56,96 L 56,112" fill="none" stroke="black"/>
<path d="M 64,144 L 64,256" fill="none" stroke="black"/>
<path d="M 80,128 L 80,240" fill="none" stroke="black"/>
<path d="M 96,112 L 96,224" fill="none" stroke="black"/>
<path d="M 112,96 L 112,208" fill="none" stroke="black"/>
<path d="M 152,48 L 152,160" fill="none" stroke="black"/>
<path d="M 152,208 L 152,320" fill="none" stroke="black"/>
<path d="M 208,48 L 208,160" fill="none" stroke="black"/>
<path d="M 208,208 L 208,320" fill="none" stroke="black"/>
<path d="M 280,32 L 280,160" fill="none" stroke="black"/>
<path d="M 280,192 L 280,320" fill="none" stroke="black"/>
<path d="M 296,32 L 296,160" fill="none" stroke="black"/>
<path d="M 296,192 L 296,320" fill="none" stroke="black"/>
<path d="M 328,32 L 328,160" fill="none" stroke="black"/>
<path d="M 328,192 L 328,320" fill="none" stroke="black"/>
<path d="M 344,32 L 344,160" fill="none" stroke="black"/>
<path d="M 344,192 L 344,320" fill="none" stroke="black"/>
<path d="M 408,32 L 408,160" fill="none" stroke="black"/>
<path d="M 408,192 L 408,320" fill="none" stroke="black"/>
<path d="M 440,32 L 440,160" fill="none" stroke="black"/>
<path d="M 440,192 L 440,320" fill="none" stroke="black"/>
<path d="M 480,112 L 480,240" fill="none" stroke="black"/>
<path d="M 512,112 L 512,240" fill="none" stroke="black"/>
<path d="M 280,32 L 296,32" fill="none" stroke="black"/>
<path d="M 328,32 L 344,32" fill="none" stroke="black"/>
<path d="M 408,32 L 440,32" fill="none" stroke="black"/>
<path d="M 152,48 L 208,48" fill="none" stroke="black"/>
<path d="M 56,96 L 112,96" fill="none" stroke="black"/>
<path d="M 224,94 L 240,94" fill="none" stroke="black"/><path d="M 224,98 L 240,98" fill="none" stroke="black"/>
<path d="M 376,94 L 392,94" fill="none" stroke="black"/><path d="M 376,98 L 392,98" fill="none" stroke="black"/>
<path d="M 40,112 L 96,112" fill="none" stroke="black"/>
<path d="M 480,112 L 512,112" fill="none" stroke="black"/>
<path d="M 24,128 L 80,128" fill="none" stroke="black"/>
<path d="M 8,144 L 64,144" fill="none" stroke="black"/>
<path d="M 152,160 L 208,160" fill="none" stroke="black"/>
<path d="M 280,160 L 296,160" fill="none" stroke="black"/>
<path d="M 328,160 L 344,160" fill="none" stroke="black"/>
<path d="M 408,160 L 440,160" fill="none" stroke="black"/>
<path d="M 280,192 L 296,192" fill="none" stroke="black"/>
<path d="M 328,192 L 344,192" fill="none" stroke="black"/>
<path d="M 408,192 L 440,192" fill="none" stroke="black"/>
<path d="M 96,208 L 112,208" fill="none" stroke="black"/>
<path d="M 152,208 L 208,208" fill="none" stroke="black"/>
<path d="M 80,224 L 96,224" fill="none" stroke="black"/>
<path d="M 64,240 L 80,240" fill="none" stroke="black"/>
<path d="M 480,240 L 512,240" fill="none" stroke="black"/>
<path d="M 8,256 L 64,256" fill="none" stroke="black"/>
<path d="M 224,254 L 240,254" fill="none" stroke="black"/><path d="M 224,258 L 240,258" fill="none" stroke="black"/>
<path d="M 376,254 L 392,254" fill="none" stroke="black"/><path d="M 376,258 L 392,258" fill="none" stroke="black"/>
<path d="M 152,320 L 208,320" fill="none" stroke="black"/>
<path d="M 280,320 L 296,320" fill="none" stroke="black"/>
<path d="M 328,320 L 344,320" fill="none" stroke="black"/>
<path d="M 408,320 L 440,320" fill="none" stroke="black"/>
<path d="M 128,208 L 136,224" fill="none" stroke="black"/>
<path d="M 256,256 L 276,296" fill="none" stroke="black"/>
<path d="M 296,224 L 328,288" fill="none" stroke="black"/>
<path d="M 256,96 L 276,136" fill="none" stroke="black"/>
<path d="M 344,224 L 360,256" fill="none" stroke="black"/>
<path d="M 296,64 L 328,128" fill="none" stroke="black"/>
<path d="M 344,64 L 360,96" fill="none" stroke="black"/>
<path d="M 456,128 L 464,144" fill="none" stroke="black"/>
<path d="M 128,144 L 136,128" fill="none" stroke="black"/>
<path d="M 256,96 L 276,56" fill="none" stroke="black"/>
<path d="M 296,128 L 328,64" fill="none" stroke="black"/>
<path d="M 256,256 L 276,216" fill="none" stroke="black"/>
<path d="M 344,128 L 360,96" fill="none" stroke="black"/>
<path d="M 296,288 L 328,224" fill="none" stroke="black"/>
<path d="M 344,288 L 360,256" fill="none" stroke="black"/>
<path d="M 456,224 L 464,208" fill="none" stroke="black"/>
<polygon class="arrowhead" points="472,208 460,202.4 460,213.6" fill="black" transform="rotate(296.565051177078,464,208)"/>
<polygon class="arrowhead" points="472,144 460,138.4 460,149.6" fill="black" transform="rotate(63.43494882292201,464,144)"/>
<polygon class="arrowhead" points="400,256 388,250.4 388,261.6" fill="black" transform="rotate(0,392,256)"/>
<polygon class="arrowhead" points="400,96 388,90.4 388,101.6" fill="black" transform="rotate(0,392,96)"/>
<polygon class="arrowhead" points="284,296 272,290.4 272,301.6" fill="black" transform="rotate(63.43494882292201,276,296)"/>
<polygon class="arrowhead" points="284,216 272,210.4 272,221.6" fill="black" transform="rotate(296.565051177078,276,216)"/>
<polygon class="arrowhead" points="284,136 272,130.4 272,141.6" fill="black" transform="rotate(63.43494882292201,276,136)"/>
<polygon class="arrowhead" points="284,56 272,50.4 272,61.6" fill="black" transform="rotate(296.565051177078,276,56)"/>
<polygon class="arrowhead" points="248,256 236,250.4 236,261.6" fill="black" transform="rotate(0,240,256)"/>
<polygon class="arrowhead" points="248,96 236,90.4 236,101.6" fill="black" transform="rotate(0,240,96)"/>
<polygon class="arrowhead" points="144,224 132,218.4 132,229.6" fill="black" transform="rotate(63.43494882292201,136,224)"/>
<polygon class="arrowhead" points="144,128 132,122.4 132,133.6" fill="black" transform="rotate(296.565051177078,136,128)"/>
<circle cx="256" cy="96" r="6" class="closeddot" fill="black"/>
<circle cx="256" cy="256" r="6" class="closeddot" fill="black"/>
<circle cx="312" cy="96" r="6" class="closeddot" fill="black"/>
<circle cx="312" cy="256" r="6" class="closeddot" fill="black"/>
<circle cx="360" cy="96" r="6" class="closeddot" fill="black"/>
<circle cx="360" cy="256" r="6" class="closeddot" fill="black"/>
<g class="text">
<text x="288" y="52">p</text>
<text x="336" y="52">p</text>
<text x="416" y="52">i</text>
<text x="432" y="52">o</text>
<text x="288" y="68">a</text>
<text x="336" y="68">a</text>
<text x="416" y="68">n</text>
<text x="432" y="68">u</text>
<text x="288" y="84">r</text>
<text x="336" y="84">r</text>
<text x="416" y="84">t</text>
<text x="432" y="84">t</text>
<text x="180" y="100">Data</text>
<text x="288" y="100">a</text>
<text x="336" y="100">a</text>
<text x="416" y="100">e</text>
<text x="432" y="100">p</text>
<text x="180" y="116">01</text>
<text x="288" y="116">m</text>
<text x="336" y="116">m</text>
<text x="416" y="116">r</text>
<text x="432" y="116">u</text>
<text x="288" y="132">s</text>
<text x="336" y="132">s</text>
<text x="416" y="132">i</text>
<text x="432" y="132">t</text>
<text x="496" y="132">o</text>
<text x="288" y="148">.</text>
<text x="336" y="148">.</text>
<text x="416" y="148">m</text>
<text x="496" y="148">u</text>
<text x="496" y="164">t</text>
<text x="496" y="180">p</text>
<text x="36" y="196">Data</text>
<text x="496" y="196">u</text>
<text x="288" y="212">p</text>
<text x="336" y="212">p</text>
<text x="416" y="212">i</text>
<text x="432" y="212">o</text>
<text x="496" y="212">t</text>
<text x="288" y="228">a</text>
<text x="336" y="228">a</text>
<text x="416" y="228">n</text>
<text x="432" y="228">u</text>
<text x="288" y="244">r</text>
<text x="336" y="244">r</text>
<text x="416" y="244">t</text>
<text x="432" y="244">t</text>
<text x="180" y="260">Data</text>
<text x="288" y="260">a</text>
<text x="336" y="260">a</text>
<text x="416" y="260">e</text>
<text x="432" y="260">p</text>
<text x="180" y="276">02</text>
<text x="288" y="276">m</text>
<text x="336" y="276">m</text>
<text x="416" y="276">r</text>
<text x="432" y="276">u</text>
<text x="288" y="292">s</text>
<text x="336" y="292">s</text>
<text x="416" y="292">i</text>
<text x="432" y="292">t</text>
<text x="288" y="308">.</text>
<text x="336" y="308">.</text>
<text x="416" y="308">m</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                                  +-+   +-+       +---+ 
                  +-+----+        |p|   |p|       |i o| 
                  |      |       ^|a+   +a+       |n u|
                  |      |      / |r|\ /|r|\      |t t| 
      +------+    | Data | ==> *  |a| * |a| * ==> |e p| 
    +-+----+ |    |  01  |      \ |m|/ \|m|/      |r u|    +---+ 
  +-+----+ | |  ^ |      |       v|s+   +s+       |i t| \  | o | 
+-+----+ | | | /  |      +        |.|   |.|       |m  |  v | u | 
|      | | | |    +------+        +-+   +-+       +---+    | t |
|      | | | |                                             | p |
| Data | | | |                    +-+   +-+       +---+    | u |
|      | | +-+ \  +-+----+        |p|   |p|       |i o|  ^ | t |
|      | +-+    v |      |       ^|a+   +a+       |n u| /  |   |
|      +-+        |      |      / |r|\ /|r|\      |t t|    +---+
+------+          | Data | ==> *  |a| * |a| * ==> |e p|
                  |  02  |      \ |m|/ \|m|/      |r u|
                  |      |       v|s+   +s+       |i t|
                  |      +        |.|   |.|       |m  |
                  +------+        +-+   +-+       +---+
]]></artwork></artset></figure>

<t>In this pattern, the workers are only weakly synchronized, once the model has been aggregated and its parameters sent back. 
In that extend, data parallelism can sustain up to seconds latency in the synchronization traffic.
Yet, as parameters are sent back by the aggregator to all the ndes for the entire model, the volume of data exchanged between training iterations of inference tasks can be quite large.
Besides, the aggregator is a focal point in the traffic between nodes, which can raise traffic management challenges.</t>

</section>
<section anchor="SEC:A-modelParallelism"><name>Model parallelism</name>

<t>For the last few years, models involved in machine learning tasks have increased in size, making their use by single nodes complex. 
To allow the training and inference of larger models, some parallelization patterns have been designed to spilt models among several worker nodes: <strong>pipeline parallelism</strong> and <strong>tensor parallelism</strong>.</t>

<section anchor="SEC:A-pipelineMp"><name>Pipeline parallelism</name>

<t>Pipeline parallelism, described in <xref target="PipelineParallelism"/>, takes advantage of the fact that models used in deep neural networks are structured in layers. 
In pipeline parallelism, as shown in <xref target="figureA-P4"/>, a model is separated into stages consisting in a few consecutive layers of the entire model. 
Each stage is allocated to a separate worker node. 
Each stage is executed using the intermediate results from the previous stage, and after each iteration, the parameters from adjacent stages are used to refine the model's stage held by the worker node.</t>

<figure title="Pipeline model-parallel AI pipeline" anchor="figureA-P4"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="632" viewBox="0 0 632 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,80 L 8,192" fill="none" stroke="black"/>
<path d="M 24,64 L 24,80" fill="none" stroke="black"/>
<path d="M 40,48 L 40,64" fill="none" stroke="black"/>
<path d="M 56,32 L 56,48" fill="none" stroke="black"/>
<path d="M 64,80 L 64,192" fill="none" stroke="black"/>
<path d="M 80,64 L 80,176" fill="none" stroke="black"/>
<path d="M 96,48 L 96,160" fill="none" stroke="black"/>
<path d="M 112,32 L 112,144" fill="none" stroke="black"/>
<path d="M 184,48 L 184,176" fill="none" stroke="black"/>
<path d="M 200,48 L 200,176" fill="none" stroke="black"/>
<path d="M 264,48 L 264,176" fill="none" stroke="black"/>
<path d="M 296,48 L 296,176" fill="none" stroke="black"/>
<path d="M 360,48 L 360,176" fill="none" stroke="black"/>
<path d="M 376,48 L 376,176" fill="none" stroke="black"/>
<path d="M 440,48 L 440,176" fill="none" stroke="black"/>
<path d="M 472,48 L 472,176" fill="none" stroke="black"/>
<path d="M 56,32 L 112,32" fill="none" stroke="black"/>
<path d="M 40,48 L 96,48" fill="none" stroke="black"/>
<path d="M 184,48 L 200,48" fill="none" stroke="black"/>
<path d="M 264,48 L 296,48" fill="none" stroke="black"/>
<path d="M 360,48 L 376,48" fill="none" stroke="black"/>
<path d="M 440,48 L 472,48" fill="none" stroke="black"/>
<path d="M 24,64 L 80,64" fill="none" stroke="black"/>
<path d="M 8,80 L 64,80" fill="none" stroke="black"/>
<path d="M 128,110 L 144,110" fill="none" stroke="black"/><path d="M 128,114 L 144,114" fill="none" stroke="black"/>
<path d="M 232,110 L 248,110" fill="none" stroke="black"/><path d="M 232,114 L 248,114" fill="none" stroke="black"/>
<path d="M 312,110 L 328,110" fill="none" stroke="black"/><path d="M 312,114 L 328,114" fill="none" stroke="black"/>
<path d="M 408,110 L 424,110" fill="none" stroke="black"/><path d="M 408,114 L 424,114" fill="none" stroke="black"/>
<path d="M 96,144 L 112,144" fill="none" stroke="black"/>
<path d="M 80,160 L 96,160" fill="none" stroke="black"/>
<path d="M 64,176 L 80,176" fill="none" stroke="black"/>
<path d="M 184,176 L 200,176" fill="none" stroke="black"/>
<path d="M 264,176 L 296,176" fill="none" stroke="black"/>
<path d="M 360,176 L 376,176" fill="none" stroke="black"/>
<path d="M 440,176 L 472,176" fill="none" stroke="black"/>
<path d="M 8,192 L 64,192" fill="none" stroke="black"/>
<path d="M 160,112 L 180,152" fill="none" stroke="black"/>
<path d="M 200,80 L 216,112" fill="none" stroke="black"/>
<path d="M 344,112 L 360,144" fill="none" stroke="black"/>
<path d="M 376,80 L 392,112" fill="none" stroke="black"/>
<path d="M 160,112 L 180,72" fill="none" stroke="black"/>
<path d="M 200,144 L 216,112" fill="none" stroke="black"/>
<path d="M 344,112 L 360,80" fill="none" stroke="black"/>
<path d="M 376,144 L 392,112" fill="none" stroke="black"/>
<polygon class="arrowhead" points="432,112 420,106.4 420,117.6" fill="black" transform="rotate(0,424,112)"/>
<polygon class="arrowhead" points="336,112 324,106.4 324,117.6" fill="black" transform="rotate(0,328,112)"/>
<polygon class="arrowhead" points="256,112 244,106.4 244,117.6" fill="black" transform="rotate(0,248,112)"/>
<polygon class="arrowhead" points="188,152 176,146.4 176,157.6" fill="black" transform="rotate(63.43494882292201,180,152)"/>
<polygon class="arrowhead" points="188,72 176,66.4 176,77.6" fill="black" transform="rotate(296.565051177078,180,72)"/>
<polygon class="arrowhead" points="152,112 140,106.4 140,117.6" fill="black" transform="rotate(0,144,112)"/>
<circle cx="160" cy="112" r="6" class="closeddot" fill="black"/>
<circle cx="216" cy="112" r="6" class="closeddot" fill="black"/>
<circle cx="344" cy="112" r="6" class="closeddot" fill="black"/>
<circle cx="392" cy="112" r="6" class="closeddot" fill="black"/>
<g class="text">
<text x="192" y="68">p</text>
<text x="272" y="68">i</text>
<text x="288" y="68">o</text>
<text x="368" y="68">p</text>
<text x="456" y="68">o</text>
<text x="192" y="84">a</text>
<text x="272" y="84">n</text>
<text x="288" y="84">u</text>
<text x="368" y="84">a</text>
<text x="456" y="84">u</text>
<text x="192" y="100">r</text>
<text x="272" y="100">t</text>
<text x="288" y="100">t</text>
<text x="368" y="100">r</text>
<text x="456" y="100">t</text>
<text x="192" y="116">a</text>
<text x="272" y="116">e</text>
<text x="288" y="116">p</text>
<text x="368" y="116">a</text>
<text x="456" y="116">p</text>
<text x="36" y="132">Data</text>
<text x="192" y="132">m</text>
<text x="272" y="132">r</text>
<text x="288" y="132">u</text>
<text x="368" y="132">m</text>
<text x="456" y="132">u</text>
<text x="192" y="148">s</text>
<text x="272" y="148">i</text>
<text x="288" y="148">t</text>
<text x="368" y="148">s</text>
<text x="456" y="148">t</text>
<text x="144" y="164">:</text>
<text x="192" y="164">.</text>
<text x="224" y="164">:</text>
<text x="272" y="164">m</text>
<text x="336" y="164">:</text>
<text x="368" y="164">.</text>
<text x="416" y="164">:</text>
<text x="144" y="180">:</text>
<text x="224" y="180">:</text>
<text x="336" y="180">:</text>
<text x="416" y="180">:</text>
<text x="144" y="196">:</text>
<text x="224" y="196">:</text>
<text x="336" y="196">:</text>
<text x="416" y="196">:</text>
<text x="144" y="212">:</text>
<text x="176" y="212">Stage</text>
<text x="208" y="212">1</text>
<text x="224" y="212">:</text>
<text x="336" y="212">:</text>
<text x="368" y="212">Stage</text>
<text x="400" y="212">2</text>
<text x="416" y="212">:</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
      +------+                   
    +-+----+ |        +-+       +---+       +-+       +---+                   
  +-+----+ | |        |p|       |i o|       |p|       | o |
+-+----+ | | |       ^|a+       |n u|       +a+       | u |
|      | | | |      / |r|\      |t t|      /|r|\      | t |
|      | | | | ==> *  |a| * ==> |e p| ==> * |a| * ==> | p |
| Data | | | |      \ |m|/      |r u|      \|m|/      | u |
|      | | +-+       v|s+       |i t|       +s+       | t |
|      | +-+     :    |.|  :    |m  |    :  |.|    :  |   |
|      +-+       :    +-+  :    +---+    :  +-+    :  +---+
+------+         :         :             :         :
                 : Stage 1 :             : Stage 2 :
]]></artwork></artset></figure>

<t>In this pattern, the communication volume between node can be less important than in data parallellism, as each node only communicates with nodes holding adjacent layers.
Yet, as stage iteration can be faster to execute, communications can be more frequent.</t>

</section>
<section anchor="SEC:A-tensorMp"><name>Tensor parallelism</name>

<t>Tensor parallelism, stemming from the work presented in <xref target="TensorParallelism"/>, is taking advantage of the fact that training and inference operations in model-based machine learning are using operations on matrixes that can be split according to several dimensions. 
In comparison with pipeline parallellism, tensor parallelism is a pattern in which layers are split into chunks that can be operated by different nodes, as shown on <xref target="figureA-P3"/>.
Tensor paralellism can be naively presented as a split in the model parameter space rather than along the layer / stage dimension.</t>

<figure title="Tensor model-parallel AI pipeline" anchor="figureA-P3"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="304" width="592" viewBox="0 0 592 304" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,128 L 8,240" fill="none" stroke="black"/>
<path d="M 24,112 L 24,128" fill="none" stroke="black"/>
<path d="M 40,96 L 40,112" fill="none" stroke="black"/>
<path d="M 56,80 L 56,96" fill="none" stroke="black"/>
<path d="M 64,128 L 64,240" fill="none" stroke="black"/>
<path d="M 80,112 L 80,224" fill="none" stroke="black"/>
<path d="M 96,96 L 96,208" fill="none" stroke="black"/>
<path d="M 112,80 L 112,192" fill="none" stroke="black"/>
<path d="M 152,32 L 152,128" fill="none" stroke="black"/>
<path d="M 152,192 L 152,288" fill="none" stroke="black"/>
<path d="M 168,136 L 168,184" fill="none" stroke="black"/>
<path d="M 184,32 L 184,128" fill="none" stroke="black"/>
<path d="M 184,192 L 184,288" fill="none" stroke="black"/>
<path d="M 216,32 L 216,128" fill="none" stroke="black"/>
<path d="M 216,192 L 216,288" fill="none" stroke="black"/>
<path d="M 232,136 L 232,184" fill="none" stroke="black"/>
<path d="M 248,32 L 248,128" fill="none" stroke="black"/>
<path d="M 248,192 L 248,288" fill="none" stroke="black"/>
<path d="M 312,32 L 312,128" fill="none" stroke="black"/>
<path d="M 312,192 L 312,288" fill="none" stroke="black"/>
<path d="M 344,32 L 344,128" fill="none" stroke="black"/>
<path d="M 344,192 L 344,288" fill="none" stroke="black"/>
<path d="M 384,96 L 384,224" fill="none" stroke="black"/>
<path d="M 416,96 L 416,224" fill="none" stroke="black"/>
<path d="M 152,32 L 184,32" fill="none" stroke="black"/>
<path d="M 216,32 L 248,32" fill="none" stroke="black"/>
<path d="M 312,32 L 344,32" fill="none" stroke="black"/>
<path d="M 56,80 L 112,80" fill="none" stroke="black"/>
<path d="M 280,78 L 296,78" fill="none" stroke="black"/><path d="M 280,82 L 296,82" fill="none" stroke="black"/>
<path d="M 40,96 L 96,96" fill="none" stroke="black"/>
<path d="M 384,96 L 416,96" fill="none" stroke="black"/>
<path d="M 24,112 L 80,112" fill="none" stroke="black"/>
<path d="M 8,128 L 64,128" fill="none" stroke="black"/>
<path d="M 152,128 L 184,128" fill="none" stroke="black"/>
<path d="M 216,128 L 248,128" fill="none" stroke="black"/>
<path d="M 312,128 L 344,128" fill="none" stroke="black"/>
<path d="M 96,192 L 112,192" fill="none" stroke="black"/>
<path d="M 152,192 L 184,192" fill="none" stroke="black"/>
<path d="M 216,192 L 248,192" fill="none" stroke="black"/>
<path d="M 312,192 L 344,192" fill="none" stroke="black"/>
<path d="M 80,208 L 96,208" fill="none" stroke="black"/>
<path d="M 64,224 L 80,224" fill="none" stroke="black"/>
<path d="M 384,224 L 416,224" fill="none" stroke="black"/>
<path d="M 8,240 L 64,240" fill="none" stroke="black"/>
<path d="M 280,238 L 296,238" fill="none" stroke="black"/><path d="M 280,242 L 296,242" fill="none" stroke="black"/>
<path d="M 152,288 L 184,288" fill="none" stroke="black"/>
<path d="M 216,288 L 248,288" fill="none" stroke="black"/>
<path d="M 312,288 L 344,288" fill="none" stroke="black"/>
<path d="M 128,192 L 136,208" fill="none" stroke="black"/>
<path d="M 184,208 L 216,272" fill="none" stroke="black"/>
<path d="M 248,208 L 264,240" fill="none" stroke="black"/>
<path d="M 184,48 L 216,112" fill="none" stroke="black"/>
<path d="M 248,48 L 264,80" fill="none" stroke="black"/>
<path d="M 360,112 L 368,128" fill="none" stroke="black"/>
<path d="M 128,128 L 136,112" fill="none" stroke="black"/>
<path d="M 184,112 L 216,48" fill="none" stroke="black"/>
<path d="M 248,112 L 264,80" fill="none" stroke="black"/>
<path d="M 184,272 L 216,208" fill="none" stroke="black"/>
<path d="M 248,272 L 264,240" fill="none" stroke="black"/>
<path d="M 360,208 L 368,192" fill="none" stroke="black"/>
<polygon class="arrowhead" points="376,192 364,186.4 364,197.6" fill="black" transform="rotate(296.565051177078,368,192)"/>
<polygon class="arrowhead" points="376,128 364,122.4 364,133.6" fill="black" transform="rotate(63.43494882292201,368,128)"/>
<polygon class="arrowhead" points="304,240 292,234.4 292,245.6" fill="black" transform="rotate(0,296,240)"/>
<polygon class="arrowhead" points="304,80 292,74.4 292,85.6" fill="black" transform="rotate(0,296,80)"/>
<polygon class="arrowhead" points="240,184 228,178.4 228,189.6" fill="black" transform="rotate(90,232,184)"/>
<polygon class="arrowhead" points="240,136 228,130.4 228,141.6" fill="black" transform="rotate(270,232,136)"/>
<polygon class="arrowhead" points="176,184 164,178.4 164,189.6" fill="black" transform="rotate(90,168,184)"/>
<polygon class="arrowhead" points="176,136 164,130.4 164,141.6" fill="black" transform="rotate(270,168,136)"/>
<polygon class="arrowhead" points="144,208 132,202.4 132,213.6" fill="black" transform="rotate(63.43494882292201,136,208)"/>
<polygon class="arrowhead" points="144,112 132,106.4 132,117.6" fill="black" transform="rotate(296.565051177078,136,112)"/>
<circle cx="200" cy="80" r="6" class="closeddot" fill="black"/>
<circle cx="200" cy="240" r="6" class="closeddot" fill="black"/>
<circle cx="264" cy="80" r="6" class="closeddot" fill="black"/>
<circle cx="264" cy="240" r="6" class="closeddot" fill="black"/>
<g class="text">
<text x="160" y="52">p</text>
<text x="176" y="52">p</text>
<text x="224" y="52">p</text>
<text x="240" y="52">p</text>
<text x="320" y="52">i</text>
<text x="336" y="52">o</text>
<text x="160" y="68">a</text>
<text x="176" y="68">a</text>
<text x="224" y="68">a</text>
<text x="240" y="68">a</text>
<text x="320" y="68">n</text>
<text x="336" y="68">u</text>
<text x="160" y="84">r</text>
<text x="176" y="84">r</text>
<text x="224" y="84">r</text>
<text x="240" y="84">r</text>
<text x="320" y="84">t</text>
<text x="336" y="84">t</text>
<text x="160" y="100">a</text>
<text x="176" y="100">t</text>
<text x="224" y="100">a</text>
<text x="240" y="100">t</text>
<text x="320" y="100">e</text>
<text x="336" y="100">p</text>
<text x="160" y="116">m</text>
<text x="176" y="116">1</text>
<text x="224" y="116">m</text>
<text x="240" y="116">1</text>
<text x="320" y="116">r</text>
<text x="336" y="116">.</text>
<text x="400" y="116">o</text>
<text x="400" y="132">u</text>
<text x="400" y="148">t</text>
<text x="400" y="164">p</text>
<text x="36" y="180">Data</text>
<text x="400" y="180">u</text>
<text x="400" y="196">t</text>
<text x="160" y="212">p</text>
<text x="176" y="212">p</text>
<text x="224" y="212">p</text>
<text x="240" y="212">p</text>
<text x="320" y="212">i</text>
<text x="336" y="212">o</text>
<text x="160" y="228">a</text>
<text x="176" y="228">a</text>
<text x="224" y="228">a</text>
<text x="240" y="228">a</text>
<text x="320" y="228">n</text>
<text x="336" y="228">u</text>
<text x="160" y="244">r</text>
<text x="176" y="244">r</text>
<text x="224" y="244">r</text>
<text x="240" y="244">r</text>
<text x="320" y="244">t</text>
<text x="336" y="244">t</text>
<text x="160" y="260">a</text>
<text x="176" y="260">t</text>
<text x="224" y="260">a</text>
<text x="240" y="260">t</text>
<text x="320" y="260">e</text>
<text x="336" y="260">p</text>
<text x="160" y="276">m</text>
<text x="176" y="276">2</text>
<text x="224" y="276">m</text>
<text x="240" y="276">2</text>
<text x="320" y="276">r</text>
<text x="336" y="276">.</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                  +---+   +---+       +---+
                  |p p+   +p p+       |i o|
                  |a a|\ /|a a|\      |n u|
      +------+    |r r| * |r r| * ==> |t t|
    +-+----+ |    |a t|/ \|a t|/      |e p|    +---+
  +-+----+ | |  ^ |m 1+   +m 1+       |r .| \  | o |
+-+----+ | | | /  +---+   +---+       +---+  v | u |
|      | | | |      ^       ^                  | t |
|      | | | |      |       |                  | p |      
| Data | | | |      v       v                  | u |  
|      | | +-+ \  +---+   +---+       +---+  ^ | t |  
|      | +-+    v |p p+   +p p+       |i o| /  |   | 
|      +-+        |a a|\ /|a a|\      |n u|    +---+
+------+          |r r| * |r r| * ==> |t t|    
                  |a t|/ \|a t|/      |e p|
                  |m 2+   +m 2+       |r .|        
                  +---+   +---+       +---+                              
]]></artwork></artset></figure>

<t>In tensor parallellism, nodes holding chunks of the same model (or of the same stage) need to communicate during the execution of a model (or stage) iteration. 
This involves even tighter latency requirements compared with pipeline parallelism for inter-node communications.</t>

</section>
</section>
<section anchor="SEC:A-moeParallelism"><name>Mixture of Expert parallelism</name>

<t>Mixture of experts (MoE) parallelism stems from an idea introduced in <xref target="MoEParallelism1"/> and adapted to deep neural networks in <xref target="MoEParallelism2"/>.
In MoE parallellism, nodes are holding smaller but specialized models trained over a smaller amount of data and holding fewer parameters. 
When a request or specific token is submitted to a MoE model, a gateway node, the router, takes a decision about which model instance to use against the specific token or request that has been submitted. 
After the selected worker executed the task against the token or request, the result is given, and considered as the result given by the whole model.</t>

<figure title="Mixture of Expert parallel AI pipeline" anchor="figureA-P5"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="472" viewBox="0 0 472 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,112 L 8,224" fill="none" stroke="black"/>
<path d="M 24,96 L 24,112" fill="none" stroke="black"/>
<path d="M 40,80 L 40,96" fill="none" stroke="black"/>
<path d="M 56,64 L 56,80" fill="none" stroke="black"/>
<path d="M 64,112 L 64,224" fill="none" stroke="black"/>
<path d="M 80,96 L 80,208" fill="none" stroke="black"/>
<path d="M 96,80 L 96,192" fill="none" stroke="black"/>
<path d="M 112,64 L 112,176" fill="none" stroke="black"/>
<path d="M 160,128 L 160,160" fill="none" stroke="black"/>
<path d="M 216,128 L 216,160" fill="none" stroke="black"/>
<path d="M 240,32 L 240,128" fill="none" stroke="black"/>
<path d="M 240,160 L 240,256" fill="none" stroke="black"/>
<path d="M 272,32 L 272,128" fill="none" stroke="black"/>
<path d="M 272,160 L 272,256" fill="none" stroke="black"/>
<path d="M 304,32 L 304,128" fill="none" stroke="black"/>
<path d="M 304,160 L 304,256" fill="none" stroke="black"/>
<path d="M 336,32 L 336,128" fill="none" stroke="black"/>
<path d="M 336,160 L 336,256" fill="none" stroke="black"/>
<path d="M 384,80 L 384,208" fill="none" stroke="black"/>
<path d="M 416,80 L 416,208" fill="none" stroke="black"/>
<path d="M 240,32 L 272,32" fill="none" stroke="black"/>
<path d="M 304,32 L 336,32" fill="none" stroke="black"/>
<path d="M 56,64 L 112,64" fill="none" stroke="black"/>
<path d="M 40,80 L 96,80" fill="none" stroke="black"/>
<path d="M 384,80 L 416,80" fill="none" stroke="black"/>
<path d="M 24,96 L 80,96" fill="none" stroke="black"/>
<path d="M 8,112 L 64,112" fill="none" stroke="black"/>
<path d="M 160,128 L 216,128" fill="none" stroke="black"/>
<path d="M 240,128 L 272,128" fill="none" stroke="black"/>
<path d="M 304,128 L 336,128" fill="none" stroke="black"/>
<path d="M 128,142 L 144,142" fill="none" stroke="black"/><path d="M 128,146 L 144,146" fill="none" stroke="black"/>
<path d="M 232,144 L 344,144" fill="none" stroke="black"/>
<path d="M 160,160 L 216,160" fill="none" stroke="black"/>
<path d="M 240,160 L 272,160" fill="none" stroke="black"/>
<path d="M 304,160 L 336,160" fill="none" stroke="black"/>
<path d="M 96,176 L 112,176" fill="none" stroke="black"/>
<path d="M 80,192 L 96,192" fill="none" stroke="black"/>
<path d="M 64,208 L 80,208" fill="none" stroke="black"/>
<path d="M 384,208 L 416,208" fill="none" stroke="black"/>
<path d="M 8,224 L 64,224" fill="none" stroke="black"/>
<path d="M 240,256 L 272,256" fill="none" stroke="black"/>
<path d="M 304,256 L 336,256" fill="none" stroke="black"/>
<path d="M 272,176 L 304,240" fill="none" stroke="black"/>
<path d="M 272,48 L 304,112" fill="none" stroke="black"/>
<path d="M 336,48 L 368,112" fill="none" stroke="black"/>
<path d="M 212,120 L 224,96" fill="none" stroke="black"/>
<path d="M 272,112 L 304,48" fill="none" stroke="black"/>
<path d="M 272,240 L 304,176" fill="none" stroke="black"/>
<path d="M 336,112 L 352,80" fill="none" stroke="black"/>
<polygon class="arrowhead" points="376,112 364,106.4 364,117.6" fill="black" transform="rotate(63.43494882292201,368,112)"/>
<polygon class="arrowhead" points="232,96 220,90.4 220,101.6" fill="black" transform="rotate(296.565051177078,224,96)"/>
<polygon class="arrowhead" points="152,144 140,138.4 140,149.6" fill="black" transform="rotate(0,144,144)"/>
<circle cx="288" cy="80" r="6" class="closeddot" fill="black"/>
<circle cx="288" cy="208" r="6" class="closeddot" fill="black"/>
<circle cx="352" cy="80" r="6" class="closeddot" fill="black"/>
<g class="text">
<text x="248" y="52">p</text>
<text x="264" y="52">s</text>
<text x="312" y="52">p</text>
<text x="328" y="52">s</text>
<text x="248" y="68">a</text>
<text x="264" y="68">e</text>
<text x="312" y="68">a</text>
<text x="328" y="68">e</text>
<text x="248" y="84">r</text>
<text x="264" y="84">t</text>
<text x="312" y="84">r</text>
<text x="328" y="84">t</text>
<text x="248" y="100">a</text>
<text x="264" y="100">.</text>
<text x="312" y="100">a</text>
<text x="328" y="100">.</text>
<text x="400" y="100">o</text>
<text x="248" y="116">m</text>
<text x="264" y="116">1</text>
<text x="312" y="116">m</text>
<text x="328" y="116">1</text>
<text x="400" y="116">u</text>
<text x="400" y="132">t</text>
<text x="188" y="148">Router</text>
<text x="400" y="148">p</text>
<text x="36" y="164">Data</text>
<text x="400" y="164">u</text>
<text x="248" y="180">p</text>
<text x="264" y="180">s</text>
<text x="312" y="180">p</text>
<text x="328" y="180">s</text>
<text x="400" y="180">t</text>
<text x="248" y="196">a</text>
<text x="264" y="196">e</text>
<text x="312" y="196">a</text>
<text x="328" y="196">e</text>
<text x="248" y="212">r</text>
<text x="264" y="212">t</text>
<text x="312" y="212">r</text>
<text x="328" y="212">t</text>
<text x="248" y="228">a</text>
<text x="264" y="228">.</text>
<text x="312" y="228">a</text>
<text x="328" y="228">.</text>
<text x="248" y="244">m</text>
<text x="264" y="244">2</text>
<text x="312" y="244">m</text>
<text x="328" y="244">2</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                             +---+   +---+  
                             |p s+   +p s+  
      +------+               |a e|\ /|a e|\ 
    +-+----+ |               |r t| * |r t| *   +---+
  +-+----+ | |             ^ |a .|/ \|a .|/ \  | o |
+-+----+ | | |            /  |m 1+   +m 1+   v | u |
|      | | | |     +------+  +---+   +---+     | t |
|      | | | | ==> |Router| ---------------    | p |      
| Data | | | |     +------+  +---+   +---+     | u |  
|      | | +-+               |p s+   +p s|     | t |  
|      | +-+                 |a e|\ /|a e|     |   | 
|      +-+                   |r t| * |r t|     +---+
+------+                     |a .|/ \|a .|
                             |m 2+   +m 2|
                             +---+   +---+            
]]></artwork></artset></figure>

<t>In MoE parallellism, the router plays a major role, and is a communication focal point.</t>

</section>
</section>
<section anchor="SEC:A-collectiveCommunicationMethods"><name>Collective communication methods</name>

<t>In their development, distributed machine learning systems benefit from collective communication libraries such as NCCL (<xref target="NCCL"/>) or RCCL (<xref target="RCCL"/>) to abstract the setup and management of the connections used to exchange data between worker nodes involved in distributed training or inference tasks.
As presented in <xref target="xCCL"/> or in <xref target="I-D.yao-tsvwg-cco-problem-statement-and-usecases"/>, those libraries introduce collective communication methodss, used in accordance with parallelization modes presented in <xref target="SEC:A-parallelisationModes"/>.</t>

<t>To better explain what are the main collective communication methods, we consider a collective consisting in four nodes. 
Those nodes exchange pieces of data in the frame of the execution of a distributed machine learning task.
The topology underlying the connections between those nodes is not detailed at this stage.
The major collective communication methods are:</t>

<section anchor="broadcast"><name>Broadcast</name>

<t>This collective communication method is very intuitive to understand for networking people, as its behaviour is the same as when a host broadcasts a packet in an IP-based network. In the broadcast collective communication, method, a node (N.1) is sending the same information to all the nodes participating in the collective. No data transformation is performed during this operation.</t>

<figure title="Broadcast method" anchor="figureA-LCC1"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="552" viewBox="0 0 552 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,176 L 8,208" fill="none" stroke="black"/>
<path d="M 56,176 L 56,208" fill="none" stroke="black"/>
<path d="M 72,176 L 72,208" fill="none" stroke="black"/>
<path d="M 120,176 L 120,208" fill="none" stroke="black"/>
<path d="M 136,176 L 136,208" fill="none" stroke="black"/>
<path d="M 184,176 L 184,208" fill="none" stroke="black"/>
<path d="M 200,176 L 200,208" fill="none" stroke="black"/>
<path d="M 208,96 L 208,128" fill="none" stroke="black"/>
<path d="M 240,96 L 240,128" fill="none" stroke="black"/>
<path d="M 248,176 L 248,208" fill="none" stroke="black"/>
<path d="M 256,32 L 256,64" fill="none" stroke="black"/>
<path d="M 256,112 L 256,144" fill="none" stroke="black"/>
<path d="M 272,72 L 272,104" fill="none" stroke="black"/>
<path d="M 288,32 L 288,64" fill="none" stroke="black"/>
<path d="M 288,112 L 288,144" fill="none" stroke="black"/>
<path d="M 296,176 L 296,208" fill="none" stroke="black"/>
<path d="M 304,96 L 304,128" fill="none" stroke="black"/>
<path d="M 336,96 L 336,128" fill="none" stroke="black"/>
<path d="M 344,176 L 344,208" fill="none" stroke="black"/>
<path d="M 360,176 L 360,208" fill="none" stroke="black"/>
<path d="M 408,176 L 408,208" fill="none" stroke="black"/>
<path d="M 424,176 L 424,208" fill="none" stroke="black"/>
<path d="M 472,176 L 472,208" fill="none" stroke="black"/>
<path d="M 488,176 L 488,208" fill="none" stroke="black"/>
<path d="M 536,176 L 536,208" fill="none" stroke="black"/>
<path d="M 256,32 L 288,32" fill="none" stroke="black"/>
<path d="M 256,64 L 288,64" fill="none" stroke="black"/>
<path d="M 208,96 L 240,96" fill="none" stroke="black"/>
<path d="M 304,96 L 336,96" fill="none" stroke="black"/>
<path d="M 256,112 L 288,112" fill="none" stroke="black"/>
<path d="M 208,128 L 240,128" fill="none" stroke="black"/>
<path d="M 304,128 L 336,128" fill="none" stroke="black"/>
<path d="M 256,144 L 288,144" fill="none" stroke="black"/>
<path d="M 8,176 L 56,176" fill="none" stroke="black"/>
<path d="M 72,176 L 120,176" fill="none" stroke="black"/>
<path d="M 136,176 L 184,176" fill="none" stroke="black"/>
<path d="M 200,176 L 248,176" fill="none" stroke="black"/>
<path d="M 296,176 L 344,176" fill="none" stroke="black"/>
<path d="M 360,176 L 408,176" fill="none" stroke="black"/>
<path d="M 424,176 L 472,176" fill="none" stroke="black"/>
<path d="M 488,176 L 536,176" fill="none" stroke="black"/>
<path d="M 88,192 L 104,192" fill="none" stroke="black"/>
<path d="M 152,192 L 168,192" fill="none" stroke="black"/>
<path d="M 216,192 L 232,192" fill="none" stroke="black"/>
<path d="M 264,190 L 280,190" fill="none" stroke="black"/><path d="M 264,194 L 280,194" fill="none" stroke="black"/>
<path d="M 8,208 L 56,208" fill="none" stroke="black"/>
<path d="M 72,208 L 120,208" fill="none" stroke="black"/>
<path d="M 136,208 L 184,208" fill="none" stroke="black"/>
<path d="M 200,208 L 248,208" fill="none" stroke="black"/>
<path d="M 296,208 L 344,208" fill="none" stroke="black"/>
<path d="M 360,208 L 408,208" fill="none" stroke="black"/>
<path d="M 424,208 L 472,208" fill="none" stroke="black"/>
<path d="M 488,208 L 536,208" fill="none" stroke="black"/>
<path d="M 288,48 L 308,88" fill="none" stroke="black"/>
<path d="M 236,88 L 256,48" fill="none" stroke="black"/>
<polygon class="arrowhead" points="316,88 304,82.4 304,93.6" fill="black" transform="rotate(63.43494882292201,308,88)"/>
<polygon class="arrowhead" points="288,192 276,186.4 276,197.6" fill="black" transform="rotate(0,280,192)"/>
<polygon class="arrowhead" points="280,104 268,98.4 268,109.6" fill="black" transform="rotate(90,272,104)"/>
<polygon class="arrowhead" points="244,88 232,82.4 232,93.6" fill="black" transform="rotate(116.56505117707799,236,88)"/>
<g class="text">
<text x="272" y="52">N.1</text>
<text x="224" y="116">N.2</text>
<text x="320" y="116">N.3</text>
<text x="272" y="132">N.4</text>
<text x="32" y="164">N.1</text>
<text x="96" y="164">N.2</text>
<text x="160" y="164">N.3</text>
<text x="224" y="164">N.4</text>
<text x="320" y="164">N.1</text>
<text x="384" y="164">N.2</text>
<text x="448" y="164">N.3</text>
<text x="512" y="164">N.4</text>
<text x="32" y="196">D.1</text>
<text x="320" y="196">D.1</text>
<text x="384" y="196">D.1</text>
<text x="448" y="196">D.1</text>
<text x="512" y="196">D.1</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                               +---+
                               +N.1+
                              /+---+\
                             v   |   v
                         +---+   v   +---+
                         |N.2| +---+ |N.3|
                         +---+ |N.4| +---+
                               +---+
  N.1     N.2     N.3     N.4         N.1     N.2     N.3     N.4  
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
| D.1 | | --- | | --- | | --- | ==> | D.1 | | D.1 | | D.1 | | D.1 |
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
]]></artwork></artset></figure>

</section>
<section anchor="reduce"><name>Reduce</name>

<t>In this collective communication method, the data exchange is combined with an operation on the received data to produce an output. 
During a Reduce operation, the nodes involved in the collective send their data to an aggregator processing the received inputs <em>I.1</em> ... <em>I.4</em> using an operator <em>f</em> to obtain <em>Out</em>. 
<em>Out</em> is then provided to one of the nodes in the collective (N.1). 
Note that most of the time, the aggregation is done by one node in the collective, carrying the aggregator function.</t>

<figure title="Reduce method" anchor="figureA-LCC2"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="552" viewBox="0 0 552 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,208 L 8,240" fill="none" stroke="black"/>
<path d="M 56,208 L 56,240" fill="none" stroke="black"/>
<path d="M 72,208 L 72,240" fill="none" stroke="black"/>
<path d="M 120,208 L 120,240" fill="none" stroke="black"/>
<path d="M 136,208 L 136,240" fill="none" stroke="black"/>
<path d="M 168,128 L 168,176" fill="none" stroke="black"/>
<path d="M 184,32 L 184,64" fill="none" stroke="black"/>
<path d="M 184,208 L 184,240" fill="none" stroke="black"/>
<path d="M 192,72 L 192,120" fill="none" stroke="black"/>
<path d="M 200,208 L 200,240" fill="none" stroke="black"/>
<path d="M 208,72 L 208,120" fill="none" stroke="black"/>
<path d="M 216,32 L 216,64" fill="none" stroke="black"/>
<path d="M 232,32 L 232,64" fill="none" stroke="black"/>
<path d="M 240,72 L 240,120" fill="none" stroke="black"/>
<path d="M 248,208 L 248,240" fill="none" stroke="black"/>
<path d="M 264,32 L 264,64" fill="none" stroke="black"/>
<path d="M 280,32 L 280,64" fill="none" stroke="black"/>
<path d="M 288,72 L 288,120" fill="none" stroke="black"/>
<path d="M 296,208 L 296,240" fill="none" stroke="black"/>
<path d="M 312,32 L 312,64" fill="none" stroke="black"/>
<path d="M 328,32 L 328,64" fill="none" stroke="black"/>
<path d="M 336,72 L 336,120" fill="none" stroke="black"/>
<path d="M 344,208 L 344,240" fill="none" stroke="black"/>
<path d="M 360,32 L 360,64" fill="none" stroke="black"/>
<path d="M 360,208 L 360,240" fill="none" stroke="black"/>
<path d="M 376,128 L 376,176" fill="none" stroke="black"/>
<path d="M 408,208 L 408,240" fill="none" stroke="black"/>
<path d="M 424,208 L 424,240" fill="none" stroke="black"/>
<path d="M 472,208 L 472,240" fill="none" stroke="black"/>
<path d="M 488,208 L 488,240" fill="none" stroke="black"/>
<path d="M 536,208 L 536,240" fill="none" stroke="black"/>
<path d="M 184,32 L 216,32" fill="none" stroke="black"/>
<path d="M 232,32 L 264,32" fill="none" stroke="black"/>
<path d="M 280,32 L 312,32" fill="none" stroke="black"/>
<path d="M 328,32 L 360,32" fill="none" stroke="black"/>
<path d="M 184,64 L 216,64" fill="none" stroke="black"/>
<path d="M 232,64 L 264,64" fill="none" stroke="black"/>
<path d="M 280,64 L 312,64" fill="none" stroke="black"/>
<path d="M 328,64 L 360,64" fill="none" stroke="black"/>
<path d="M 168,128 L 376,128" fill="none" stroke="black"/>
<path d="M 168,176 L 376,176" fill="none" stroke="black"/>
<path d="M 8,208 L 56,208" fill="none" stroke="black"/>
<path d="M 72,208 L 120,208" fill="none" stroke="black"/>
<path d="M 136,208 L 184,208" fill="none" stroke="black"/>
<path d="M 200,208 L 248,208" fill="none" stroke="black"/>
<path d="M 296,208 L 344,208" fill="none" stroke="black"/>
<path d="M 360,208 L 408,208" fill="none" stroke="black"/>
<path d="M 424,208 L 472,208" fill="none" stroke="black"/>
<path d="M 488,208 L 536,208" fill="none" stroke="black"/>
<path d="M 264,222 L 280,222" fill="none" stroke="black"/><path d="M 264,226 L 280,226" fill="none" stroke="black"/>
<path d="M 376,224 L 392,224" fill="none" stroke="black"/>
<path d="M 440,224 L 456,224" fill="none" stroke="black"/>
<path d="M 504,224 L 520,224" fill="none" stroke="black"/>
<path d="M 8,240 L 56,240" fill="none" stroke="black"/>
<path d="M 72,240 L 120,240" fill="none" stroke="black"/>
<path d="M 136,240 L 184,240" fill="none" stroke="black"/>
<path d="M 200,240 L 248,240" fill="none" stroke="black"/>
<path d="M 296,240 L 344,240" fill="none" stroke="black"/>
<path d="M 360,240 L 408,240" fill="none" stroke="black"/>
<path d="M 424,240 L 472,240" fill="none" stroke="black"/>
<path d="M 488,240 L 536,240" fill="none" stroke="black"/>
<polygon class="arrowhead" points="344,120 332,114.4 332,125.6" fill="black" transform="rotate(90,336,120)"/>
<polygon class="arrowhead" points="296,120 284,114.4 284,125.6" fill="black" transform="rotate(90,288,120)"/>
<polygon class="arrowhead" points="288,224 276,218.4 276,229.6" fill="black" transform="rotate(0,280,224)"/>
<polygon class="arrowhead" points="248,120 236,114.4 236,125.6" fill="black" transform="rotate(90,240,120)"/>
<polygon class="arrowhead" points="216,72 204,66.4 204,77.6" fill="black" transform="rotate(270,208,72)"/>
<polygon class="arrowhead" points="200,120 188,114.4 188,125.6" fill="black" transform="rotate(90,192,120)"/>
<g class="text">
<text x="200" y="52">N.1</text>
<text x="248" y="52">N.2</text>
<text x="296" y="52">N.3</text>
<text x="344" y="52">N.4</text>
<text x="276" y="148">Aggregator</text>
<text x="268" y="164">f(I.1,I.2,I.4,I.4)=Out</text>
<text x="32" y="196">N.1</text>
<text x="96" y="196">N.2</text>
<text x="160" y="196">N.3</text>
<text x="224" y="196">N.4</text>
<text x="320" y="196">N.1</text>
<text x="384" y="196">N.2</text>
<text x="448" y="196">N.3</text>
<text x="512" y="196">N.4</text>
<text x="32" y="228">I.1</text>
<text x="96" y="228">I.2</text>
<text x="160" y="228">I.3</text>
<text x="224" y="228">I.4</text>
<text x="320" y="228">Out</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                      +---+ +---+ +---+ +---+
                      |N.1| |N.2| |N.3| |N.4|
                      +---+ +---+ +---+ +---+  
                       | ^   |     |     |    
                       | |   |     |     |    
                       v |   v     v     v    
                    +-------------------------+
                    |        Aggregator       |
                    | f(I.1,I.2,I.4,I.4)=Out  |
                    +-------------------------+
  N.1     N.2     N.3     N.4         N.1     N.2     N.3     N.4  
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
| I.1 | | I.2 | | I.3 | | I.4 | ==> | Out | | --- | | --- | | --- |
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
]]></artwork></artset></figure>

</section>
<section anchor="scatter"><name>Scatter</name>

<t>In this collective communication method, a node in the collective splits the data it has into equal size chunks, and distribute a different chunk to every single other node in the collective, in order to distribute the data evenly.</t>

<figure title="Scatter method" anchor="figureA-LCC3"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="552" viewBox="0 0 552 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,176 L 8,256" fill="none" stroke="black"/>
<path d="M 56,176 L 56,256" fill="none" stroke="black"/>
<path d="M 72,176 L 72,256" fill="none" stroke="black"/>
<path d="M 120,176 L 120,256" fill="none" stroke="black"/>
<path d="M 136,176 L 136,256" fill="none" stroke="black"/>
<path d="M 184,176 L 184,256" fill="none" stroke="black"/>
<path d="M 200,176 L 200,256" fill="none" stroke="black"/>
<path d="M 208,96 L 208,128" fill="none" stroke="black"/>
<path d="M 240,96 L 240,128" fill="none" stroke="black"/>
<path d="M 248,176 L 248,256" fill="none" stroke="black"/>
<path d="M 256,32 L 256,64" fill="none" stroke="black"/>
<path d="M 256,112 L 256,144" fill="none" stroke="black"/>
<path d="M 272,72 L 272,104" fill="none" stroke="black"/>
<path d="M 288,32 L 288,64" fill="none" stroke="black"/>
<path d="M 288,112 L 288,144" fill="none" stroke="black"/>
<path d="M 296,176 L 296,256" fill="none" stroke="black"/>
<path d="M 304,96 L 304,128" fill="none" stroke="black"/>
<path d="M 336,96 L 336,128" fill="none" stroke="black"/>
<path d="M 344,176 L 344,256" fill="none" stroke="black"/>
<path d="M 360,176 L 360,256" fill="none" stroke="black"/>
<path d="M 408,176 L 408,256" fill="none" stroke="black"/>
<path d="M 424,176 L 424,256" fill="none" stroke="black"/>
<path d="M 472,176 L 472,256" fill="none" stroke="black"/>
<path d="M 488,176 L 488,256" fill="none" stroke="black"/>
<path d="M 536,176 L 536,256" fill="none" stroke="black"/>
<path d="M 256,32 L 288,32" fill="none" stroke="black"/>
<path d="M 256,64 L 288,64" fill="none" stroke="black"/>
<path d="M 208,96 L 240,96" fill="none" stroke="black"/>
<path d="M 304,96 L 336,96" fill="none" stroke="black"/>
<path d="M 256,112 L 288,112" fill="none" stroke="black"/>
<path d="M 208,128 L 240,128" fill="none" stroke="black"/>
<path d="M 304,128 L 336,128" fill="none" stroke="black"/>
<path d="M 256,144 L 288,144" fill="none" stroke="black"/>
<path d="M 8,176 L 56,176" fill="none" stroke="black"/>
<path d="M 72,176 L 120,176" fill="none" stroke="black"/>
<path d="M 136,176 L 184,176" fill="none" stroke="black"/>
<path d="M 200,176 L 248,176" fill="none" stroke="black"/>
<path d="M 296,176 L 344,176" fill="none" stroke="black"/>
<path d="M 360,176 L 408,176" fill="none" stroke="black"/>
<path d="M 424,176 L 472,176" fill="none" stroke="black"/>
<path d="M 488,176 L 536,176" fill="none" stroke="black"/>
<path d="M 88,192 L 104,192" fill="none" stroke="black"/>
<path d="M 152,192 L 168,192" fill="none" stroke="black"/>
<path d="M 216,192 L 232,192" fill="none" stroke="black"/>
<path d="M 376,192 L 392,192" fill="none" stroke="black"/>
<path d="M 440,192 L 456,192" fill="none" stroke="black"/>
<path d="M 504,192 L 520,192" fill="none" stroke="black"/>
<path d="M 88,208 L 104,208" fill="none" stroke="black"/>
<path d="M 152,208 L 168,208" fill="none" stroke="black"/>
<path d="M 216,208 L 232,208" fill="none" stroke="black"/>
<path d="M 264,206 L 280,206" fill="none" stroke="black"/><path d="M 264,210 L 280,210" fill="none" stroke="black"/>
<path d="M 312,208 L 328,208" fill="none" stroke="black"/>
<path d="M 440,208 L 456,208" fill="none" stroke="black"/>
<path d="M 504,208 L 520,208" fill="none" stroke="black"/>
<path d="M 88,224 L 104,224" fill="none" stroke="black"/>
<path d="M 152,224 L 168,224" fill="none" stroke="black"/>
<path d="M 216,224 L 232,224" fill="none" stroke="black"/>
<path d="M 312,224 L 328,224" fill="none" stroke="black"/>
<path d="M 376,224 L 392,224" fill="none" stroke="black"/>
<path d="M 504,224 L 520,224" fill="none" stroke="black"/>
<path d="M 88,240 L 104,240" fill="none" stroke="black"/>
<path d="M 152,240 L 168,240" fill="none" stroke="black"/>
<path d="M 216,240 L 232,240" fill="none" stroke="black"/>
<path d="M 312,240 L 328,240" fill="none" stroke="black"/>
<path d="M 376,240 L 392,240" fill="none" stroke="black"/>
<path d="M 440,240 L 456,240" fill="none" stroke="black"/>
<path d="M 8,256 L 56,256" fill="none" stroke="black"/>
<path d="M 72,256 L 120,256" fill="none" stroke="black"/>
<path d="M 136,256 L 184,256" fill="none" stroke="black"/>
<path d="M 200,256 L 248,256" fill="none" stroke="black"/>
<path d="M 296,256 L 344,256" fill="none" stroke="black"/>
<path d="M 360,256 L 408,256" fill="none" stroke="black"/>
<path d="M 424,256 L 472,256" fill="none" stroke="black"/>
<path d="M 488,256 L 536,256" fill="none" stroke="black"/>
<path d="M 288,48 L 308,88" fill="none" stroke="black"/>
<path d="M 236,88 L 256,48" fill="none" stroke="black"/>
<polygon class="arrowhead" points="316,88 304,82.4 304,93.6" fill="black" transform="rotate(63.43494882292201,308,88)"/>
<polygon class="arrowhead" points="288,208 276,202.4 276,213.6" fill="black" transform="rotate(0,280,208)"/>
<polygon class="arrowhead" points="280,104 268,98.4 268,109.6" fill="black" transform="rotate(90,272,104)"/>
<polygon class="arrowhead" points="244,88 232,82.4 232,93.6" fill="black" transform="rotate(116.56505117707799,236,88)"/>
<g class="text">
<text x="272" y="52">N.1</text>
<text x="224" y="116">N.2</text>
<text x="320" y="116">N.3</text>
<text x="272" y="132">N.4</text>
<text x="32" y="164">N.1</text>
<text x="96" y="164">N.2</text>
<text x="160" y="164">N.3</text>
<text x="224" y="164">N.4</text>
<text x="320" y="164">N.1</text>
<text x="384" y="164">N.2</text>
<text x="448" y="164">N.3</text>
<text x="512" y="164">N.4</text>
<text x="32" y="196">D.1</text>
<text x="320" y="196">D.1</text>
<text x="32" y="212">D.2</text>
<text x="384" y="212">D.2</text>
<text x="32" y="228">D.3</text>
<text x="448" y="228">D.3</text>
<text x="32" y="244">D.4</text>
<text x="512" y="244">D.4</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                               +---+
                               +N.1+
                              /+---+\
                             v   |   v
                         +---+   v   +---+
                         |N.2| +---+ |N.3|
                         +---+ |N.4| +---+
                               +---+
  N.1     N.2     N.3     N.4         N.1     N.2     N.3     N.4  
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
| D.1 | | --- | | --- | | --- |     | D.1 | | --- | | --- | | --- |
| D.2 | | --- | | --- | | --- | ==> | --- | | D.2 | | --- | | --- |
| D.3 | | --- | | --- | | --- |     | --- | | --- | | D.3 | | --- |
| D.4 | | --- | | --- | | --- |     | --- | | --- | | --- | | D.4 |
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
]]></artwork></artset></figure>

</section>
<section anchor="all-gather"><name>All-Gather</name>

<t>This collective communication method can be seen as a simultaneous broadcast done by every node in the collective. 
Indeed, in an All-gather operation, every node sends the data it has to every other nodes in the collective, so that in the end, every node has a copy of every piece of data held by the nodes in the collective before the operation.</t>

<figure title="All-gather method" anchor="figureA-LCC4"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="552" viewBox="0 0 552 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,224 L 8,304" fill="none" stroke="black"/>
<path d="M 56,224 L 56,304" fill="none" stroke="black"/>
<path d="M 72,224 L 72,304" fill="none" stroke="black"/>
<path d="M 120,224 L 120,304" fill="none" stroke="black"/>
<path d="M 136,224 L 136,304" fill="none" stroke="black"/>
<path d="M 184,224 L 184,304" fill="none" stroke="black"/>
<path d="M 200,96 L 200,128" fill="none" stroke="black"/>
<path d="M 200,224 L 200,304" fill="none" stroke="black"/>
<path d="M 232,96 L 232,128" fill="none" stroke="black"/>
<path d="M 248,224 L 248,304" fill="none" stroke="black"/>
<path d="M 256,32 L 256,64" fill="none" stroke="black"/>
<path d="M 256,160 L 256,192" fill="none" stroke="black"/>
<path d="M 272,96 L 272,128" fill="none" stroke="black"/>
<path d="M 288,32 L 288,64" fill="none" stroke="black"/>
<path d="M 288,160 L 288,192" fill="none" stroke="black"/>
<path d="M 296,224 L 296,304" fill="none" stroke="black"/>
<path d="M 312,96 L 312,128" fill="none" stroke="black"/>
<path d="M 344,96 L 344,128" fill="none" stroke="black"/>
<path d="M 344,224 L 344,304" fill="none" stroke="black"/>
<path d="M 360,224 L 360,304" fill="none" stroke="black"/>
<path d="M 408,224 L 408,304" fill="none" stroke="black"/>
<path d="M 424,224 L 424,304" fill="none" stroke="black"/>
<path d="M 472,224 L 472,304" fill="none" stroke="black"/>
<path d="M 488,224 L 488,304" fill="none" stroke="black"/>
<path d="M 536,224 L 536,304" fill="none" stroke="black"/>
<path d="M 256,32 L 288,32" fill="none" stroke="black"/>
<path d="M 256,64 L 288,64" fill="none" stroke="black"/>
<path d="M 200,96 L 232,96" fill="none" stroke="black"/>
<path d="M 312,96 L 344,96" fill="none" stroke="black"/>
<path d="M 248,112 L 264,112" fill="none" stroke="black"/>
<path d="M 280,112 L 296,112" fill="none" stroke="black"/>
<path d="M 200,128 L 232,128" fill="none" stroke="black"/>
<path d="M 312,128 L 344,128" fill="none" stroke="black"/>
<path d="M 256,160 L 288,160" fill="none" stroke="black"/>
<path d="M 256,192 L 288,192" fill="none" stroke="black"/>
<path d="M 8,224 L 56,224" fill="none" stroke="black"/>
<path d="M 72,224 L 120,224" fill="none" stroke="black"/>
<path d="M 136,224 L 184,224" fill="none" stroke="black"/>
<path d="M 200,224 L 248,224" fill="none" stroke="black"/>
<path d="M 296,224 L 344,224" fill="none" stroke="black"/>
<path d="M 360,224 L 408,224" fill="none" stroke="black"/>
<path d="M 424,224 L 472,224" fill="none" stroke="black"/>
<path d="M 488,224 L 536,224" fill="none" stroke="black"/>
<path d="M 88,240 L 104,240" fill="none" stroke="black"/>
<path d="M 152,240 L 168,240" fill="none" stroke="black"/>
<path d="M 216,240 L 232,240" fill="none" stroke="black"/>
<path d="M 24,256 L 40,256" fill="none" stroke="black"/>
<path d="M 152,256 L 168,256" fill="none" stroke="black"/>
<path d="M 216,256 L 232,256" fill="none" stroke="black"/>
<path d="M 264,254 L 280,254" fill="none" stroke="black"/><path d="M 264,258 L 280,258" fill="none" stroke="black"/>
<path d="M 24,272 L 40,272" fill="none" stroke="black"/>
<path d="M 88,272 L 104,272" fill="none" stroke="black"/>
<path d="M 216,272 L 232,272" fill="none" stroke="black"/>
<path d="M 24,288 L 40,288" fill="none" stroke="black"/>
<path d="M 88,288 L 104,288" fill="none" stroke="black"/>
<path d="M 152,288 L 168,288" fill="none" stroke="black"/>
<path d="M 8,304 L 56,304" fill="none" stroke="black"/>
<path d="M 72,304 L 120,304" fill="none" stroke="black"/>
<path d="M 136,304 L 184,304" fill="none" stroke="black"/>
<path d="M 200,304 L 248,304" fill="none" stroke="black"/>
<path d="M 296,304 L 344,304" fill="none" stroke="black"/>
<path d="M 360,304 L 408,304" fill="none" stroke="black"/>
<path d="M 424,304 L 472,304" fill="none" stroke="black"/>
<path d="M 488,304 L 536,304" fill="none" stroke="black"/>
<path d="M 220,136 L 240,176" fill="none" stroke="black"/>
<path d="M 304,48 L 324,88" fill="none" stroke="black"/>
<path d="M 220,88 L 240,48" fill="none" stroke="black"/>
<path d="M 304,176 L 324,136" fill="none" stroke="black"/>
<polygon class="arrowhead" points="332,136 320,130.4 320,141.6" fill="black" transform="rotate(296.565051177078,324,136)"/>
<polygon class="arrowhead" points="332,88 320,82.4 320,93.6" fill="black" transform="rotate(63.43494882292201,324,88)"/>
<polygon class="arrowhead" points="312,176 300,170.4 300,181.6" fill="black" transform="rotate(116.56505117707799,304,176)"/>
<polygon class="arrowhead" points="312,48 300,42.4 300,53.6" fill="black" transform="rotate(243.43494882292202,304,48)"/>
<polygon class="arrowhead" points="304,112 292,106.4 292,117.6" fill="black" transform="rotate(0,296,112)"/>
<polygon class="arrowhead" points="288,256 276,250.4 276,261.6" fill="black" transform="rotate(0,280,256)"/>
<polygon class="arrowhead" points="280,128 268,122.4 268,133.6" fill="black" transform="rotate(90,272,128)"/>
<polygon class="arrowhead" points="280,96 268,90.4 268,101.6" fill="black" transform="rotate(270,272,96)"/>
<polygon class="arrowhead" points="256,112 244,106.4 244,117.6" fill="black" transform="rotate(180,248,112)"/>
<polygon class="arrowhead" points="248,176 236,170.4 236,181.6" fill="black" transform="rotate(63.43494882292201,240,176)"/>
<polygon class="arrowhead" points="248,48 236,42.4 236,53.6" fill="black" transform="rotate(296.565051177078,240,48)"/>
<polygon class="arrowhead" points="228,136 216,130.4 216,141.6" fill="black" transform="rotate(243.43494882292202,220,136)"/>
<polygon class="arrowhead" points="228,88 216,82.4 216,93.6" fill="black" transform="rotate(116.56505117707799,220,88)"/>
<g class="text">
<text x="272" y="52">N.1</text>
<text x="216" y="116">N.2</text>
<text x="328" y="116">N.3</text>
<text x="272" y="180">N.4</text>
<text x="32" y="212">N.1</text>
<text x="96" y="212">N.2</text>
<text x="160" y="212">N.3</text>
<text x="224" y="212">N.4</text>
<text x="320" y="212">N.1</text>
<text x="384" y="212">N.2</text>
<text x="448" y="212">N.3</text>
<text x="512" y="212">N.4</text>
<text x="32" y="244">D.1</text>
<text x="320" y="244">D.1</text>
<text x="384" y="244">D.1</text>
<text x="448" y="244">D.1</text>
<text x="512" y="244">D.1</text>
<text x="96" y="260">D.2</text>
<text x="320" y="260">D.2</text>
<text x="384" y="260">D.2</text>
<text x="448" y="260">D.2</text>
<text x="512" y="260">D.2</text>
<text x="160" y="276">D.3</text>
<text x="320" y="276">D.3</text>
<text x="384" y="276">D.3</text>
<text x="448" y="276">D.3</text>
<text x="512" y="276">D.3</text>
<text x="224" y="292">D.4</text>
<text x="320" y="292">D.4</text>
<text x="384" y="292">D.4</text>
<text x="448" y="292">D.4</text>
<text x="512" y="292">D.4</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                               +---+
                             ^ |N.1| ^
                            /  +---+  \
                           v           v
                        +---+    ^    +---+
                        |N.2| <--|--> |N.3|
                        +---+    v    +---+
                           ^           ^
                            \  +---+  /
                             v |N.4| v
                               +---+
  N.1     N.2     N.3     N.4         N.1     N.2     N.3     N.4  
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
| D.1 | | --- | | --- | | --- |     | D.1 | | D.1 | | D.1 | | D.1 |
| --- | | D.2 | | --- | | --- | ==> | D.2 | | D.2 | | D.2 | | D.2 |
| --- | | --- | | D.3 | | --- |     | D.3 | | D.3 | | D.3 | | D.3 |
| --- | | --- | | --- | | D.4 |     | D.4 | | D.4 | | D.4 | | D.4 |
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
]]></artwork></artset></figure>

</section>
<section anchor="all-to-all"><name>All-to-All</name>

<t>This collective communication method can be seen as a simultaneous scatter operation done by every node in the collective. 
Indeed, in an All-to-All operation, every node splits the data it holds in equal size chunks, and sends one chunk to every other node in the collective. 
As a result, the data held by each node after the All-to-All operation is different, but every node holds roughly the same amount of data, even if the data volume was not balanced before the operation.</t>

<figure title="All-to-All method" anchor="figureA-LCC5"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="552" viewBox="0 0 552 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,224 L 8,304" fill="none" stroke="black"/>
<path d="M 56,224 L 56,304" fill="none" stroke="black"/>
<path d="M 72,224 L 72,304" fill="none" stroke="black"/>
<path d="M 120,224 L 120,304" fill="none" stroke="black"/>
<path d="M 136,224 L 136,304" fill="none" stroke="black"/>
<path d="M 184,224 L 184,304" fill="none" stroke="black"/>
<path d="M 200,96 L 200,128" fill="none" stroke="black"/>
<path d="M 200,224 L 200,304" fill="none" stroke="black"/>
<path d="M 232,96 L 232,128" fill="none" stroke="black"/>
<path d="M 248,224 L 248,304" fill="none" stroke="black"/>
<path d="M 256,32 L 256,64" fill="none" stroke="black"/>
<path d="M 256,160 L 256,192" fill="none" stroke="black"/>
<path d="M 272,96 L 272,128" fill="none" stroke="black"/>
<path d="M 288,32 L 288,64" fill="none" stroke="black"/>
<path d="M 288,160 L 288,192" fill="none" stroke="black"/>
<path d="M 296,224 L 296,304" fill="none" stroke="black"/>
<path d="M 312,96 L 312,128" fill="none" stroke="black"/>
<path d="M 344,96 L 344,128" fill="none" stroke="black"/>
<path d="M 344,224 L 344,304" fill="none" stroke="black"/>
<path d="M 360,224 L 360,304" fill="none" stroke="black"/>
<path d="M 408,224 L 408,304" fill="none" stroke="black"/>
<path d="M 424,224 L 424,304" fill="none" stroke="black"/>
<path d="M 472,224 L 472,304" fill="none" stroke="black"/>
<path d="M 488,224 L 488,304" fill="none" stroke="black"/>
<path d="M 536,224 L 536,304" fill="none" stroke="black"/>
<path d="M 256,32 L 288,32" fill="none" stroke="black"/>
<path d="M 256,64 L 288,64" fill="none" stroke="black"/>
<path d="M 200,96 L 232,96" fill="none" stroke="black"/>
<path d="M 312,96 L 344,96" fill="none" stroke="black"/>
<path d="M 248,112 L 264,112" fill="none" stroke="black"/>
<path d="M 280,112 L 296,112" fill="none" stroke="black"/>
<path d="M 200,128 L 232,128" fill="none" stroke="black"/>
<path d="M 312,128 L 344,128" fill="none" stroke="black"/>
<path d="M 256,160 L 288,160" fill="none" stroke="black"/>
<path d="M 256,192 L 288,192" fill="none" stroke="black"/>
<path d="M 8,224 L 56,224" fill="none" stroke="black"/>
<path d="M 72,224 L 120,224" fill="none" stroke="black"/>
<path d="M 136,224 L 184,224" fill="none" stroke="black"/>
<path d="M 200,224 L 248,224" fill="none" stroke="black"/>
<path d="M 296,224 L 344,224" fill="none" stroke="black"/>
<path d="M 360,224 L 408,224" fill="none" stroke="black"/>
<path d="M 424,224 L 472,224" fill="none" stroke="black"/>
<path d="M 488,224 L 536,224" fill="none" stroke="black"/>
<path d="M 264,254 L 280,254" fill="none" stroke="black"/><path d="M 264,258 L 280,258" fill="none" stroke="black"/>
<path d="M 8,304 L 56,304" fill="none" stroke="black"/>
<path d="M 72,304 L 120,304" fill="none" stroke="black"/>
<path d="M 136,304 L 184,304" fill="none" stroke="black"/>
<path d="M 200,304 L 248,304" fill="none" stroke="black"/>
<path d="M 296,304 L 344,304" fill="none" stroke="black"/>
<path d="M 360,304 L 408,304" fill="none" stroke="black"/>
<path d="M 424,304 L 472,304" fill="none" stroke="black"/>
<path d="M 488,304 L 536,304" fill="none" stroke="black"/>
<path d="M 220,136 L 240,176" fill="none" stroke="black"/>
<path d="M 304,48 L 324,88" fill="none" stroke="black"/>
<path d="M 220,88 L 240,48" fill="none" stroke="black"/>
<path d="M 304,176 L 324,136" fill="none" stroke="black"/>
<polygon class="arrowhead" points="332,136 320,130.4 320,141.6" fill="black" transform="rotate(296.565051177078,324,136)"/>
<polygon class="arrowhead" points="332,88 320,82.4 320,93.6" fill="black" transform="rotate(63.43494882292201,324,88)"/>
<polygon class="arrowhead" points="312,176 300,170.4 300,181.6" fill="black" transform="rotate(116.56505117707799,304,176)"/>
<polygon class="arrowhead" points="312,48 300,42.4 300,53.6" fill="black" transform="rotate(243.43494882292202,304,48)"/>
<polygon class="arrowhead" points="304,112 292,106.4 292,117.6" fill="black" transform="rotate(0,296,112)"/>
<polygon class="arrowhead" points="288,256 276,250.4 276,261.6" fill="black" transform="rotate(0,280,256)"/>
<polygon class="arrowhead" points="280,128 268,122.4 268,133.6" fill="black" transform="rotate(90,272,128)"/>
<polygon class="arrowhead" points="280,96 268,90.4 268,101.6" fill="black" transform="rotate(270,272,96)"/>
<polygon class="arrowhead" points="256,112 244,106.4 244,117.6" fill="black" transform="rotate(180,248,112)"/>
<polygon class="arrowhead" points="248,176 236,170.4 236,181.6" fill="black" transform="rotate(63.43494882292201,240,176)"/>
<polygon class="arrowhead" points="248,48 236,42.4 236,53.6" fill="black" transform="rotate(296.565051177078,240,48)"/>
<polygon class="arrowhead" points="228,136 216,130.4 216,141.6" fill="black" transform="rotate(243.43494882292202,220,136)"/>
<polygon class="arrowhead" points="228,88 216,82.4 216,93.6" fill="black" transform="rotate(116.56505117707799,220,88)"/>
<g class="text">
<text x="272" y="52">N.1</text>
<text x="216" y="116">N.2</text>
<text x="328" y="116">N.3</text>
<text x="272" y="180">N.4</text>
<text x="32" y="212">N.1</text>
<text x="96" y="212">N.2</text>
<text x="160" y="212">N.3</text>
<text x="224" y="212">N.4</text>
<text x="320" y="212">N.1</text>
<text x="384" y="212">N.2</text>
<text x="448" y="212">N.3</text>
<text x="512" y="212">N.4</text>
<text x="32" y="244">A.1</text>
<text x="96" y="244">B.1</text>
<text x="160" y="244">C.1</text>
<text x="224" y="244">D.1</text>
<text x="320" y="244">A.1</text>
<text x="384" y="244">A.2</text>
<text x="448" y="244">A.3</text>
<text x="512" y="244">A.4</text>
<text x="32" y="260">A.2</text>
<text x="96" y="260">B.2</text>
<text x="160" y="260">C.2</text>
<text x="224" y="260">D.2</text>
<text x="320" y="260">B.1</text>
<text x="384" y="260">B.2</text>
<text x="448" y="260">B.3</text>
<text x="512" y="260">B.4</text>
<text x="32" y="276">A.3</text>
<text x="96" y="276">B.3</text>
<text x="160" y="276">C.3</text>
<text x="224" y="276">D.3</text>
<text x="320" y="276">C.1</text>
<text x="384" y="276">C.2</text>
<text x="448" y="276">C.3</text>
<text x="512" y="276">C.4</text>
<text x="32" y="292">A.4</text>
<text x="96" y="292">B.4</text>
<text x="160" y="292">C.4</text>
<text x="224" y="292">D.4</text>
<text x="320" y="292">D.1</text>
<text x="384" y="292">D.2</text>
<text x="448" y="292">D.3</text>
<text x="512" y="292">D.4</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                               +---+
                             ^ |N.1| ^
                            /  +---+  \
                           v           v
                        +---+    ^    +---+
                        |N.2| <--|--> |N.3|
                        +---+    v    +---+
                           ^           ^
                            \  +---+  /
                             v |N.4| v
                               +---+
  N.1     N.2     N.3     N.4         N.1     N.2     N.3     N.4  
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
| A.1 | | B.1 | | C.1 | | D.1 |     | A.1 | | A.2 | | A.3 | | A.4 |
| A.2 | | B.2 | | C.2 | | D.2 | ==> | B.1 | | B.2 | | B.3 | | B.4 |
| A.3 | | B.3 | | C.3 | | D.3 |     | C.1 | | C.2 | | C.3 | | C.4 |
| A.4 | | B.4 | | C.4 | | D.4 |     | D.1 | | D.2 | | D.3 | | D.4 |
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
]]></artwork></artset></figure>

</section>
<section anchor="all-reduce"><name>All-Reduce</name>

<t>This collective communication method is very similar to the Reduce method. 
During an All-Reduce operation, the nodes involved in the collective send their data to an aggregator processing the received inputs <em>I.1</em> ... <em>I.4</em> using an operator <em>f</em> to obtain <em>Out</em>. 
To the difference of the Reduce operation, <em>Out</em> is sent back to every node in the collective. 
In the implementation of this method, the aggregator function can be done by one node in the collective, or every single node applies the operator <em>f</em> on the inputs received after an All-to-All operation.</t>

<figure title="All-Reduce method" anchor="figureA-LCC6"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="552" viewBox="0 0 552 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,208 L 8,240" fill="none" stroke="black"/>
<path d="M 56,208 L 56,240" fill="none" stroke="black"/>
<path d="M 72,208 L 72,240" fill="none" stroke="black"/>
<path d="M 120,208 L 120,240" fill="none" stroke="black"/>
<path d="M 136,208 L 136,240" fill="none" stroke="black"/>
<path d="M 168,128 L 168,176" fill="none" stroke="black"/>
<path d="M 184,32 L 184,64" fill="none" stroke="black"/>
<path d="M 184,208 L 184,240" fill="none" stroke="black"/>
<path d="M 192,72 L 192,120" fill="none" stroke="black"/>
<path d="M 200,208 L 200,240" fill="none" stroke="black"/>
<path d="M 208,72 L 208,120" fill="none" stroke="black"/>
<path d="M 216,32 L 216,64" fill="none" stroke="black"/>
<path d="M 232,32 L 232,64" fill="none" stroke="black"/>
<path d="M 240,72 L 240,120" fill="none" stroke="black"/>
<path d="M 248,208 L 248,240" fill="none" stroke="black"/>
<path d="M 256,72 L 256,120" fill="none" stroke="black"/>
<path d="M 264,32 L 264,64" fill="none" stroke="black"/>
<path d="M 280,32 L 280,64" fill="none" stroke="black"/>
<path d="M 288,72 L 288,120" fill="none" stroke="black"/>
<path d="M 296,208 L 296,240" fill="none" stroke="black"/>
<path d="M 304,72 L 304,120" fill="none" stroke="black"/>
<path d="M 312,32 L 312,64" fill="none" stroke="black"/>
<path d="M 328,32 L 328,64" fill="none" stroke="black"/>
<path d="M 336,72 L 336,120" fill="none" stroke="black"/>
<path d="M 344,208 L 344,240" fill="none" stroke="black"/>
<path d="M 352,72 L 352,120" fill="none" stroke="black"/>
<path d="M 360,32 L 360,64" fill="none" stroke="black"/>
<path d="M 360,208 L 360,240" fill="none" stroke="black"/>
<path d="M 376,128 L 376,176" fill="none" stroke="black"/>
<path d="M 408,208 L 408,240" fill="none" stroke="black"/>
<path d="M 424,208 L 424,240" fill="none" stroke="black"/>
<path d="M 472,208 L 472,240" fill="none" stroke="black"/>
<path d="M 488,208 L 488,240" fill="none" stroke="black"/>
<path d="M 536,208 L 536,240" fill="none" stroke="black"/>
<path d="M 184,32 L 216,32" fill="none" stroke="black"/>
<path d="M 232,32 L 264,32" fill="none" stroke="black"/>
<path d="M 280,32 L 312,32" fill="none" stroke="black"/>
<path d="M 328,32 L 360,32" fill="none" stroke="black"/>
<path d="M 184,64 L 216,64" fill="none" stroke="black"/>
<path d="M 232,64 L 264,64" fill="none" stroke="black"/>
<path d="M 280,64 L 312,64" fill="none" stroke="black"/>
<path d="M 328,64 L 360,64" fill="none" stroke="black"/>
<path d="M 168,128 L 376,128" fill="none" stroke="black"/>
<path d="M 168,176 L 376,176" fill="none" stroke="black"/>
<path d="M 8,208 L 56,208" fill="none" stroke="black"/>
<path d="M 72,208 L 120,208" fill="none" stroke="black"/>
<path d="M 136,208 L 184,208" fill="none" stroke="black"/>
<path d="M 200,208 L 248,208" fill="none" stroke="black"/>
<path d="M 296,208 L 344,208" fill="none" stroke="black"/>
<path d="M 360,208 L 408,208" fill="none" stroke="black"/>
<path d="M 424,208 L 472,208" fill="none" stroke="black"/>
<path d="M 488,208 L 536,208" fill="none" stroke="black"/>
<path d="M 264,222 L 280,222" fill="none" stroke="black"/><path d="M 264,226 L 280,226" fill="none" stroke="black"/>
<path d="M 8,240 L 56,240" fill="none" stroke="black"/>
<path d="M 72,240 L 120,240" fill="none" stroke="black"/>
<path d="M 136,240 L 184,240" fill="none" stroke="black"/>
<path d="M 200,240 L 248,240" fill="none" stroke="black"/>
<path d="M 296,240 L 344,240" fill="none" stroke="black"/>
<path d="M 360,240 L 408,240" fill="none" stroke="black"/>
<path d="M 424,240 L 472,240" fill="none" stroke="black"/>
<path d="M 488,240 L 536,240" fill="none" stroke="black"/>
<polygon class="arrowhead" points="360,72 348,66.4 348,77.6" fill="black" transform="rotate(270,352,72)"/>
<polygon class="arrowhead" points="344,120 332,114.4 332,125.6" fill="black" transform="rotate(90,336,120)"/>
<polygon class="arrowhead" points="312,72 300,66.4 300,77.6" fill="black" transform="rotate(270,304,72)"/>
<polygon class="arrowhead" points="296,120 284,114.4 284,125.6" fill="black" transform="rotate(90,288,120)"/>
<polygon class="arrowhead" points="288,224 276,218.4 276,229.6" fill="black" transform="rotate(0,280,224)"/>
<polygon class="arrowhead" points="264,72 252,66.4 252,77.6" fill="black" transform="rotate(270,256,72)"/>
<polygon class="arrowhead" points="248,120 236,114.4 236,125.6" fill="black" transform="rotate(90,240,120)"/>
<polygon class="arrowhead" points="216,72 204,66.4 204,77.6" fill="black" transform="rotate(270,208,72)"/>
<polygon class="arrowhead" points="200,120 188,114.4 188,125.6" fill="black" transform="rotate(90,192,120)"/>
<g class="text">
<text x="200" y="52">N.1</text>
<text x="248" y="52">N.2</text>
<text x="296" y="52">N.3</text>
<text x="344" y="52">N.4</text>
<text x="276" y="148">Aggregator</text>
<text x="268" y="164">f(I.1,I.2,I.3,I.4)=Out</text>
<text x="32" y="196">N.1</text>
<text x="96" y="196">N.2</text>
<text x="160" y="196">N.3</text>
<text x="224" y="196">N.4</text>
<text x="320" y="196">N.1</text>
<text x="384" y="196">N.2</text>
<text x="448" y="196">N.3</text>
<text x="512" y="196">N.4</text>
<text x="32" y="228">I.1</text>
<text x="96" y="228">I.2</text>
<text x="160" y="228">I.3</text>
<text x="224" y="228">I.4</text>
<text x="320" y="228">Out</text>
<text x="384" y="228">Out</text>
<text x="448" y="228">Out</text>
<text x="512" y="228">Out</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                      +---+ +---+ +---+ +---+
                      |N.1| |N.2| |N.3| |N.4|
                      +---+ +---+ +---+ +---+  
                       | ^   | ^   | ^   | ^
                       | |   | |   | |   | | 
                       v |   v |   v |   v |   
                    +-------------------------+
                    |        Aggregator       |
                    | f(I.1,I.2,I.3,I.4)=Out  |
                    +-------------------------+
  N.1     N.2     N.3     N.4         N.1     N.2     N.3     N.4  
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
| I.1 | | I.2 | | I.3 | | I.4 | ==> | Out | | Out | | Out | | Out |
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
]]></artwork></artset></figure>

</section>
<section anchor="reduce-scatter"><name>Reduce-Scatter</name>

<t>This collective communication method is a combination of the All-Reduce method with the Scatter method. 
During a Reduce-Scatter operation, the nodes involved in the collective send their data to an aggregator processing the received inputs <em>I.1</em> ... <em>I.4</em> using an operator <em>f</em> to obtain <em>Out</em>. 
To the difference of the All-Reduce operation, <em>Out</em> is split into equal size chunks <em>O.1</em> ... <em>O.4</em>, and each chunk is sent to a different node in the collective.</t>

<figure title="Reduce-Scatter method" anchor="figureA-LCC7"><artset><artwork  type="svg" align="left" name="syntax"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="552" viewBox="0 0 552 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,208 L 8,240" fill="none" stroke="black"/>
<path d="M 56,208 L 56,240" fill="none" stroke="black"/>
<path d="M 72,208 L 72,240" fill="none" stroke="black"/>
<path d="M 120,128 L 120,176" fill="none" stroke="black"/>
<path d="M 120,208 L 120,240" fill="none" stroke="black"/>
<path d="M 136,208 L 136,240" fill="none" stroke="black"/>
<path d="M 184,32 L 184,64" fill="none" stroke="black"/>
<path d="M 184,208 L 184,240" fill="none" stroke="black"/>
<path d="M 192,72 L 192,120" fill="none" stroke="black"/>
<path d="M 200,208 L 200,240" fill="none" stroke="black"/>
<path d="M 208,72 L 208,120" fill="none" stroke="black"/>
<path d="M 216,32 L 216,64" fill="none" stroke="black"/>
<path d="M 232,32 L 232,64" fill="none" stroke="black"/>
<path d="M 240,72 L 240,120" fill="none" stroke="black"/>
<path d="M 248,208 L 248,240" fill="none" stroke="black"/>
<path d="M 256,72 L 256,120" fill="none" stroke="black"/>
<path d="M 264,32 L 264,64" fill="none" stroke="black"/>
<path d="M 280,32 L 280,64" fill="none" stroke="black"/>
<path d="M 288,72 L 288,120" fill="none" stroke="black"/>
<path d="M 296,208 L 296,240" fill="none" stroke="black"/>
<path d="M 304,72 L 304,120" fill="none" stroke="black"/>
<path d="M 312,32 L 312,64" fill="none" stroke="black"/>
<path d="M 328,32 L 328,64" fill="none" stroke="black"/>
<path d="M 336,72 L 336,120" fill="none" stroke="black"/>
<path d="M 344,208 L 344,240" fill="none" stroke="black"/>
<path d="M 352,72 L 352,120" fill="none" stroke="black"/>
<path d="M 360,32 L 360,64" fill="none" stroke="black"/>
<path d="M 360,208 L 360,240" fill="none" stroke="black"/>
<path d="M 408,208 L 408,240" fill="none" stroke="black"/>
<path d="M 424,208 L 424,240" fill="none" stroke="black"/>
<path d="M 440,128 L 440,176" fill="none" stroke="black"/>
<path d="M 472,208 L 472,240" fill="none" stroke="black"/>
<path d="M 488,208 L 488,240" fill="none" stroke="black"/>
<path d="M 536,208 L 536,240" fill="none" stroke="black"/>
<path d="M 184,32 L 216,32" fill="none" stroke="black"/>
<path d="M 232,32 L 264,32" fill="none" stroke="black"/>
<path d="M 280,32 L 312,32" fill="none" stroke="black"/>
<path d="M 328,32 L 360,32" fill="none" stroke="black"/>
<path d="M 184,64 L 216,64" fill="none" stroke="black"/>
<path d="M 232,64 L 264,64" fill="none" stroke="black"/>
<path d="M 280,64 L 312,64" fill="none" stroke="black"/>
<path d="M 328,64 L 360,64" fill="none" stroke="black"/>
<path d="M 120,128 L 440,128" fill="none" stroke="black"/>
<path d="M 272,158 L 288,158" fill="none" stroke="black"/><path d="M 272,162 L 288,162" fill="none" stroke="black"/>
<path d="M 120,176 L 440,176" fill="none" stroke="black"/>
<path d="M 8,208 L 56,208" fill="none" stroke="black"/>
<path d="M 72,208 L 120,208" fill="none" stroke="black"/>
<path d="M 136,208 L 184,208" fill="none" stroke="black"/>
<path d="M 200,208 L 248,208" fill="none" stroke="black"/>
<path d="M 296,208 L 344,208" fill="none" stroke="black"/>
<path d="M 360,208 L 408,208" fill="none" stroke="black"/>
<path d="M 424,208 L 472,208" fill="none" stroke="black"/>
<path d="M 488,208 L 536,208" fill="none" stroke="black"/>
<path d="M 264,222 L 280,222" fill="none" stroke="black"/><path d="M 264,226 L 280,226" fill="none" stroke="black"/>
<path d="M 8,240 L 56,240" fill="none" stroke="black"/>
<path d="M 72,240 L 120,240" fill="none" stroke="black"/>
<path d="M 136,240 L 184,240" fill="none" stroke="black"/>
<path d="M 200,240 L 248,240" fill="none" stroke="black"/>
<path d="M 296,240 L 344,240" fill="none" stroke="black"/>
<path d="M 360,240 L 408,240" fill="none" stroke="black"/>
<path d="M 424,240 L 472,240" fill="none" stroke="black"/>
<path d="M 488,240 L 536,240" fill="none" stroke="black"/>
<polygon class="arrowhead" points="360,72 348,66.4 348,77.6" fill="black" transform="rotate(270,352,72)"/>
<polygon class="arrowhead" points="344,120 332,114.4 332,125.6" fill="black" transform="rotate(90,336,120)"/>
<polygon class="arrowhead" points="312,72 300,66.4 300,77.6" fill="black" transform="rotate(270,304,72)"/>
<polygon class="arrowhead" points="296,120 284,114.4 284,125.6" fill="black" transform="rotate(90,288,120)"/>
<polygon class="arrowhead" points="288,224 276,218.4 276,229.6" fill="black" transform="rotate(0,280,224)"/>
<polygon class="arrowhead" points="264,72 252,66.4 252,77.6" fill="black" transform="rotate(270,256,72)"/>
<polygon class="arrowhead" points="248,120 236,114.4 236,125.6" fill="black" transform="rotate(90,240,120)"/>
<polygon class="arrowhead" points="216,72 204,66.4 204,77.6" fill="black" transform="rotate(270,208,72)"/>
<polygon class="arrowhead" points="200,120 188,114.4 188,125.6" fill="black" transform="rotate(90,192,120)"/>
<g class="text">
<text x="200" y="52">N.1</text>
<text x="248" y="52">N.2</text>
<text x="296" y="52">N.3</text>
<text x="344" y="52">N.4</text>
<text x="276" y="148">Aggregator</text>
<text x="200" y="164">f(I.1,I.2,I.3,I.4</text>
<text x="356" y="164">O.1,O.2,O.3,O.4)</text>
<text x="32" y="196">N.1</text>
<text x="96" y="196">N.2</text>
<text x="160" y="196">N.3</text>
<text x="224" y="196">N.4</text>
<text x="320" y="196">N.1</text>
<text x="384" y="196">N.2</text>
<text x="448" y="196">N.3</text>
<text x="512" y="196">N.4</text>
<text x="32" y="228">I.1</text>
<text x="96" y="228">I.2</text>
<text x="160" y="228">I.3</text>
<text x="224" y="228">I.4</text>
<text x="320" y="228">O.1</text>
<text x="384" y="228">O.2</text>
<text x="448" y="228">O.3</text>
<text x="512" y="228">O.4</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="left" name="syntax"><![CDATA[
                      +---+ +---+ +---+ +---+
                      |N.1| |N.2| |N.3| |N.4|
                      +---+ +---+ +---+ +---+  
                       | ^   | ^   | ^   | ^
                       | |   | |   | |   | | 
                       v |   v |   v |   v |   
              +---------------------------------------+
              |              Aggregator               |
              | f(I.1,I.2,I.3,I.4)=(O.1,O.2,O.3,O.4)  |
              +---------------------------------------+
  N.1     N.2     N.3     N.4         N.1     N.2     N.3     N.4  
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
| I.1 | | I.2 | | I.3 | | I.4 | ==> | O.1 | | O.2 | | O.3 | | O.4 |
+-----+ +-----+ +-----+ +-----+     +-----+ +-----+ +-----+ +-----+ 
]]></artwork></artset></figure>

</section>
</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA+19aXPcRpbgd0XoPyDsDyKpquIhygdnPLs0Zbs5q2tF9Xgm
wuEJVBWKRKsKqAFQpNim5s/s/9nftO/OlziK1Lh7o2d32G2xiAISmS9fvvsY
j8ePH83KeV5cniSbZjH+5vGj65Pk2eNHjx81ebPMTpIv/pAW8yXckORFk1Xj
F2f7P8wvs+T0fFxly7TJ5kmRNTdl9SFpqnSxyGcnyduqnC6zVVI38P0qK5ov
Hj9Kp9Mqg7G/OD3XG+HqDG64LKvbE7h3jm+dl7MiXcF753BPM07zsdw8Pjh4
/Ahfc1mVm/VJ8jN8xFn9hH8m+MzjR3VTZenqJDn/4f2Pjx99yG7h/vnJ40fJ
WCY/T5t0luFHughTyYtFVmXFLNML8Lq8gIHp7x+zeVbRGl9macWXHz/K19UJ
3Lepm6ODg28PjmDWcM9J8tuL0/c/fMJpAMj+NV2WBVy8zerHj9Y5ziJpypn+
nmfr5uokOcI/67KCiS9q+q6+XdlnAMYqXa9xd/DPWblCYNYnSVHiPNJNc1VW
8NU4wa/zAr45nSQ/Vlldp8Ws3FQNXmd4nhZNmRdZ59uygq3/wya9yfLkfTa7
KspleZlnNdwId2XJxeR0cjH54wTv1T3k22m2MPGsOUkOvxkl/3OT5sl8k7yF
9zT44R/hHTTvvIEN/r7cwMhFNv4+Xy7dBOBD0SAG8Av50hxm/OTbo8ODgyd4
IVul+fIkSXkNk4Vbw3+/oslMADgACIPDy0lynhYFbEEAwctNfpn7y/+Z1r7E
yU9ynvzAol9MkpflJiz4RXqdz/XS4GJfbACa2XJeVovkp9X0D9tX+w4egc8p
PJIcPQ9LfLUp8tlVtKifsmqVFrduVd8cfPvtkV/Vn6+yybLcDK/nfVXCmwq3
phwojbv6N7msOUxy0vAko7U9flSU8HSTX2cnREqKhfs7Sd7m6wyIbfY2rdLl
Ej7WQM5evDmfHB5MDg+Pn+8/e3Z8+OzgcPLs2fNvvzr+Cp95nxVAQfqeOP7m
+fOD/bT65/x6cvjVwbPJwfHxV1/jMy+AEA6+4+tvD79+NoF/vznEe1+VP7hb
D929Xx3tF9msnBx++y3MaHIIz3QfOOqfztewiIOvnj/7Bp/4flPVDSy7rntv
PjrGmw+eHdHwp+fvhUa/V4YTQeirr54dH3wz4d/0xPn4xaSCszDO1+vVeFbn
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
hCIddDBeB/cr23p2rYZUXNFDTEVakbGnA0TCDdQ4k4jrObmhXl02ynN3KEB3
V8I82GHQPmEjVwZBKUqUbhNV/gjp+sFKIT4Q8q5p5C3X7yF652q4tPI3QJ+k
EnHv4/bCmgrH7SuxBA1imzpbAgPLGy2bE1f5osLpz77XuZKH6tkRpsIJwqjd
MqGqqUCsvnmOiYaIGhQWYwExVo6I850O5a61ROz130eQ+/r4EBMhZaX9N0pa
Yvud5Prc/gbJT0GMx7xKeNEK7U2uRVYmdbDFsR+ySKSUQcusecUueS40wxuW
Y2tHe2Ne946h5Ime1+ZbzNIXnHnlQqsvy9Kq9JufLG4SSC7TVlPB/qM6bNpk
As32O09aeuPBHxQ1JOCW3oFc7eI6WxqQQhwOo/lOtswAJEWzm0ijCQuOp44t
TbmmUnWKfnHEPM7/ArmLSo/owm4BlM2zkjhth/O+HIKQaqHpENitlsXRAN7B
x7HTTU7XfTbFO+abkk3xU8pkuifnNfQcx8Q5DGdKKSNcKC8mYwVxeR4wjzJr
QdAGHAMUse10CdpEu1xRNt3h2g6BjTbFScgpoRiMbvwF3IMqUddxKnc+qUM0
kGUYrTIsnpmlH2IbvBl9OSGG6viYkwW4CUwT8IVrQbYKMNYNdxvUd+F0fqBc
0cXQbBCEGxudNZiSq69TuYBynkpl/e5M+7wFgv+jQNTJI+TiXDau4BuHEngB
g6ktVUHJmzh1Ol9JrttS3Cjq+TcFTFelGbgSapcb/ChTSQCsm0h9rADXOv1p
PwFLPG2oPhTJnSK++SPW6+nhtWtlYeJnuE4sTb6kJvOuYt0q535JPp9fQ0+8
DrKiOmA0ACugV6j1qleKStNIDQBlcKzBPX70Co7fZWjt0ScauDQjYIiSd9LX
UScmJ7kVf8cK1CjhUS8y6XWBtVkp2oOh7UP/pHPYkJONS7JScj7R4FD1+ep2
WuVzc/q0BOjaOZfYs9iXCabNdLRcyqdk5+HJu7s9Phj2RAJa5URZkUhwGZlQ
rrWxChqYJS94Z0eQaGnDciLebdlUUq9IStKe9qCtFB9CfcslEYXmPLIXLkAQ
2cKtxmhI5QppiiIeXlYXpJRAkHsjFrglSDXuUBsxVl8rIwvdNKYAgJt8jhli
CAkSl6d2CuuHIEooiMxgFqBjq0e+NUQrWezVjQ+euo2igIgjBw7NffKIILcI
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
/y7D9f8B6KBtWQoxAQA=

-->

</rfc>

