Star
307
Fork
384
代码
介绍
代码
Issues
22
Pull Requests
89
流水线
Actions
讨论
Wiki
项目成员
111
分析
项目设置
Star
307
Fork
384
master
hccl
/
examples
下载当前目录
cann-robot
[Fix] example问题修复
13957ad4
创建于
1 天前
历史提交
文件
最后提交记录
最后更新时间
01_point_to_point
[Examples] 完善样例环境要求,补充集群拓扑
1 个月前
02_collectives
[Examples] 完善样例环境要求,补充集群拓扑
1 个月前
03_ai_framework
[Examples] 完善样例环境要求,补充集群拓扑
1 个月前
04_custom_ops_p2p
delete log
2 天前
05_custom_ops_allgather
[Fix] example问题修复
1 天前
README.md
[Docs] Update README.md
4 个月前
build.sh
fix(): CleanCode
3 个月前
README.md
HCCL 代码示例
本目录提供了不同场景下使用 HCCL 接口实现集合通信功能的示例代码。
点对点通信
HcclSend/HcclRecv(基础收发功能)
HcclBatchSendRecv(实现 Ring 环状通信)
集合通信
AllReduce
Broadcast
AllGather
ReduceScatter
Reduce
AlltoAll
AlltoAllV
AlltoAllVC
Scatter
AI 框架
PyTorch
Tensorflow
自定义点对点通信算子
自定义 Send/Recv 算子(基于 AICPU 通信引擎)