文件最后提交记录最后更新时间
20 天前
6 个月前
20 小时前
28 天前
6 个月前
1 个月前
1 个月前
README.md

使用方式:

  1. 在shmem/目录编译:
  • Ascend910B/C 平台:
bash scripts/build.sh -examples
  • Ascend950 平台:
bash scripts/build.sh -soc_type Ascend950 -examples
  1. 在shmem/examples/allgather目录执行demo:
# 完成PEs卡下的allgather同时验证精度,性能数据会输出在result.csv中。
# PEs : [2, 4, 8]
# TYPEs : [int, int32_t, float16_t, bfloat16_t]
bash run.sh -pes ${PEs} -type ${TYPEs}