Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

尝试添加单双目算子与核函数 #44

Open
wanghailu0717 opened this issue Oct 20, 2023 · 0 comments
Open

尝试添加单双目算子与核函数 #44

wanghailu0717 opened this issue Oct 20, 2023 · 0 comments
Assignees

Comments

@wanghailu0717
Copy link
Contributor

wanghailu0717 commented Oct 20, 2023

1.系统中已经存在了诸如ADD、SIGMOID 等单双目算子与核函数
2.请仿照现有的项目结构,添加系统中缺失的单双目算子与核函数,并添加相应的测试。
3.可以参考pytorch或者tf框架、以及onnx来进行添加。诸如如下:
floormod, floordiv, 等等其他双目算子
sin, cos, 等等其他单目算子
4.目前的形式较为简单,仅添加 float32类型即可。
5.可能需要参考的文档:
https://www.cambricon.com/docs/sdk_1.14.0/cntoolkit_3.6.1/programming_guide_1.6.0/index.html
https://www.cambricon.com/docs/sdk_1.14.0/cntoolkit_3.6.1/cambricon_bang_c_4.6.1/index.html
6.请从fix_graph 分支 checkout 出新分支进行开发。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants