文件最后提交记录最后更新时间
feat: add aclnn ops of add Co-authored-by: shiyuan680<yangcheng104@huawei.com> # message auto-generated for no-merge-commit merge: !37 merge ascendc into master feat: add aclnn ops of add Created-by: zhizaidicengshehua Commit-by: shiyuan680 Merged-by: ascend-robot Description: ## What this PR does / why we need it? add aclnn ops of add. issue: [#30](https://gitcode.com/Ascend/MindSpeed-Ops/issues/30) ## Does this PR introduce any user-facing change? Please describe whether the PR will result in any user-facing usage changes. If there is related documentation, please specify its path. ## How was this patch tested? because of its demo of aclnn, so not support atk tests ![image.png](https://raw.gitcode.com/user-images/assets/9612429/9533a5a4-b11b-401f-adf5-37c688868452/image.png 'image.png') See merge request: Ascend/MindSpeed-Ops!379 天前
add ci& add ut Co-authored-by: shiyuan680<917935075@qq.com> 1 个月前
feat: add chunk_gated_delta_rule_fwd_h operator Co-authored-by: LinShua<707894133@qq.com> # message auto-generated for no-merge-commit merge: !28 merge master_fwd_h into master feat: add chunk_gated_delta_rule_fwd_h operator Created-by: LinShua Commit-by: LinShua Merged-by: ascend-robot Description: ## What this PR does / why we need it? add chunk_gated_delta_rule_fwd_h operator [#related roadmap](https://gitcode.com/Ascend/MindSpeed-Ops/issues/1) ## Does this PR introduce any user-facing change? Reference Operator Markdown Description. ## How was this patch tested? UT and ATK ![image.png](https://raw.gitcode.com/user-images/assets/9612429/efc6d84c-5b47-46e5-8b4f-e47cffe169fe/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/9612429/0c0e8daa-1066-4034-9dfd-565b7e182c11/image.png 'image.png') See merge request: Ascend/MindSpeed-Ops!287 天前
add ci& add ut Co-authored-by: shiyuan680<917935075@qq.com> 1 个月前
README.md

Tests Usage

  1. Install mindspeed_ops

    pip install -e .
    
  2. Run the whole tests

cd {PATH_TO_MINDSPEED_OPS}
pytest tests/unit_tests