diff --git a/.github/ISSUE_TEMPLATE/compile.md b/.github/ISSUE_TEMPLATE/compile.md new file mode 100644 index 0000000..2600230 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/compile.md @@ -0,0 +1,20 @@ +--- +name: 算子等价替换 +about:以等价替换的方式,优化执行效率,新增其他能力支持 +title: '[deepx(compile)] ' +labels: compile, +assignees: '' +--- + +## 你的思路 + +## 影响组件 + +## 其他叙述 + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/excuter.md b/.github/ISSUE_TEMPLATE/excuter.md new file mode 100644 index 0000000..a331083 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/excuter.md @@ -0,0 +1,22 @@ +--- +name: 执行引擎 +about:按照给定计算图,负责存储、计算、网络传输的执行 +title: '[excuter] ' +labels: excuter, +assignees: '' +--- + +## 支持的硬件、操作系统 + +## 你的思路 + +## 其他叙述 + + + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/operator.md b/.github/ISSUE_TEMPLATE/operator.md index 3445460..227c30f 100644 --- a/.github/ISSUE_TEMPLATE/operator.md +++ b/.github/ISSUE_TEMPLATE/operator.md @@ -1,5 +1,5 @@ --- -name: 算子新增 +name: 算子新增、修改、删除 about: 用于提交新的算子实现请求 title: '[算子] ' labels: enhancement, operator diff --git a/.github/ISSUE_TEMPLATE/py_deepx.md b/.github/ISSUE_TEMPLATE/py_deepx.md new file mode 100644 index 0000000..60ac5fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/py_deepx.md @@ -0,0 +1,20 @@ +--- +name: deepx的python主库 +about: 优化deepx(python)的前端api +title: '[deepx(python)] ' +labels: python, +assignees: '' +--- + +## 你的思路 + +## 影响组件 + +## 其他叙述 + + \ No newline at end of file