文件最后提交记录最后更新时间
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
feat: unify update of fused-attention kernel Co-authored-by: candyhong<1102229410@qq.com> # message auto-generated for no-merge-commit merge: !652 merge update-fa-doc into master feat: unify update of fused-attention kernel Created-by: candyhong Commit-by: candyhong Merged-by: ascend-robot Description: ### 相关的Issue 无 ### 原因(目的、解决的问题等) docs/sources/getting-started/tutorials/04-fused-attention.md 中的 _attn_fwd kernel 与 ascend/examples/tutorials/04-fused-attention.py 存在不一致,docs下的实现为早期版本的 kernel,需进行更新。 ### 描述(做了什么,变更了什么) 统一 _attn_fwd kernel 的实现和注释,解决了版本不一致的问题。 ### 测试用例(新增、改动、可能影响的功能) 更新后的 kernel 已通过测试,确保功能正常。 ![image.png](https://raw.gitcode.com/user-images/assets/7623225/7d1740c0-376c-4e88-b3a7-76c9a800ee92/image.png 'image.png') See merge request: Ascend/triton-ascend!6527 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
fix(Copyright): add copyright headers and LICENSE to all files to meet open source compliance requirements. Co-authored-by: wangzhanpeng5<wangzhanpeng5@huawei.com> 7 个月前
feat(910_95): add device checker for triton_patch Co-authored-by: zhang-chunli01<zhangchunli19@huawei.com> # message auto-generated for no-merge-commit merge: !716 merge 1111-add-device-check-in-triton-patch into master feat(910_95): add device checker for triton_patch Created-by: zhang-chunli01 Commit-by: zhang-chunli01 Merged-by: ascend-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## checklist <!-- [x] 表示选中 --> - [ ] 是否通过本地IDE对代码进行静态检查 - [ ] 是否通过本地IDE对代码进行格式化处理 - [ ] 是否进行空指针校验 - [ ] 是否进行返回值校验 - [ ] 是否正确释放new/malloc申请的内存 - [ ] 是否充分考虑接口的异常场景 - [ ] 是否正确记录错误日志 See merge request: Ascend/triton-ascend!7166 个月前