集団通信を効率化するための低レベルな通信レイヤ。 ./src |-- coll_patterns ----- 集団通信パターンの実装(例: リング、ツリーベースの通信など) |-- coll_score -------- 集団通信のスコアリング(性能評価)を行うロジック |-- components | |-- base | |-- cl ------------ 集団通信(Collectives Layer)の実装(例: basic, hier, doca_urom) | | |-- basic | | |-- doca_urom - NVIDIA DOCA(Data Center on a…