已合并
docs: 补充生态算子精度标准引用 #4572
唐超创建于 5月7日
docs: 补充生态算子精度标准引用 #4572
已合并
共 1 个文件变更+1-0
| @@ -51,6 +51,7 @@ PR上库要求: | |||
| 51 | 51 | ||
| 52 | - 代码交付件:需提供算子Kernel实现、算子测试文件,开发过程参考[fast_kernel_launch_example](examples/fast_kernel_launch_example/README.md)。 | 52 | - 代码交付件:需提供算子Kernel实现、算子测试文件,开发过程参考[fast_kernel_launch_example](examples/fast_kernel_launch_example/README.md)。 |
| 53 | - 文档交付件:算子README文档为必选,其余文档可视情况提供。文档写作模板和规范参考[文档贡献指南](docs/CONTRIBUTING_DOCS.md)。 | 53 | - 文档交付件:算子README文档为必选,其余文档可视情况提供。文档写作模板和规范参考[文档贡献指南](docs/CONTRIBUTING_DOCS.md)。 |
| 54 | +- 精度要求:新贡献算子需满足精度标准,具体请参见[生态算子开源精度标准](https://gitcode.com/cann/opbase/blob/master/docs/zh/ops_precision_standard/experimental_standard.md)。 | ||
| 54 | - 合规检查: | 55 | - 合规检查: |
| 55 | - 代码是否符合《[C++ 编程规范](https://gitcode.com/cann/community/blob/master/contributor/coding-standards/C++%20Coding%20standards.md)》 | 56 | - 代码是否符合《[C++ 编程规范](https://gitcode.com/cann/community/blob/master/contributor/coding-standards/C++%20Coding%20standards.md)》 |
| 56 | - 代码是否编译通过 | 57 | - 代码是否编译通过 |