From 89a72682638877bc73d285f7f60909b6d2c3a6dc Mon Sep 17 00:00:00 2001 From: Jim Burtoft <39492751+jimburtoft@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:22:49 -0500 Subject: [PATCH] Update collective-communication.rst with Trn2 note --- general/arch/neuron-features/collective-communication.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/general/arch/neuron-features/collective-communication.rst b/general/arch/neuron-features/collective-communication.rst index 694149c5..c60e54c2 100644 --- a/general/arch/neuron-features/collective-communication.rst +++ b/general/arch/neuron-features/collective-communication.rst @@ -29,7 +29,8 @@ Neuron also provides the following peer to peer operators: Support for additional Collective Communication operators might be added in future releases. Neuron devices are connected via NeuronLinks within -a single instance and EFA links between instances. All NeuronLinks +a single instance and EFA links between instances (for Trn2, an UltraCluser +would be considered a single instance). All NeuronLinks transfer the data directly between Neuron device and between Neuron devices and EFA devices bypassing the host to achieve high bandwidth and low latency.