添加实现算子列表 #1069
Loading…
Reference in New Issue
No description provided.
Delete Branch "Yeuvoir/GPUCodeForces:feature/operator-checklist-auto-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixes #10
本次实现了 README 首页的算子实现状态清单维护能力。
当前实现覆盖的场景:
S1 codes/中已经存在的 CUDA 实现目录,自动生成 README 中的算子状态清单。[x],并附带对应实现目录链接。scripts/operator_targets.txt作为待跟踪算子清单,后续新增待实现算子可以先写入该文件,README 会显示为未实现状态。python scripts/update_operator_checklist.py --sync-targets后,会重新扫描实现目录并更新 README。当前实现的边界:
后续可以继续扩展:
S1 codes/扫描升级为读取平台通过记录。[x],避免把未审核代码误判为已实现。Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.