Cambricon / mlu-ops

Efficient operation implementation based on the Cambricon Machine Learning Unit (MLU) .
MIT License
103 stars 102 forks source link

【新算子】- logspace 算子开发 #1010

Open PetrelYy opened 6 months ago

PetrelYy commented 6 months ago

开发计划可参考以下节点:

  1. 方案撰写,xx.xx~xx.xx
  2. 开发自测,xx.xx~xx.xx
  3. 提出 PR/MR,xx.xx~xx.xx
  4. review( 3个赞),xx.xx~xx.xx
  5. maintainer 合入
leg190 commented 5 months ago

方案撰写,4.1-4.10,已完成 开发自测,4.10-5.10,除了 使用ncu的gpu时间测试 外,均已完成 提出PR/MR,5.10 review,5.10-5.20 maintainer,5.20

leg190 commented 5 months ago

4.28 提交了logspace的文档 4.28 提交了logspace.mlu、logspace.cpp、logspace.h

leg190 commented 5 months ago

5.11 后续计划 根据反馈修改开发文档、使用ncu框架测试gpu时间

PetrelYy commented 5 months ago

PR 一起贴下吧

leg190 commented 5 months ago

5.15 根据反馈修改了文档,并增加了一些防呆检查,这是doc的PR:https://github.com/Cambricon/mlu-ops/pull/1016

leg190 commented 5 months ago

5.15 完善了代码提交,补充了测试代码和mlu_op.h,这是code和PR:https://github.com/Cambricon/mlu-ops/pull/1015

leg190 commented 5 months ago

5.23 根据review修改了代码:https://github.com/Cambricon/mlu-ops/pull/1015 5.23 在根据反馈修改doc的基础上,修改了doc中的性能描述部分:https://github.com/Cambricon/mlu-ops/pull/1016