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

Refine Derived Cryptographic Ops #108

Open
Barry-ljf opened this issue Apr 13, 2022 · 1 comment
Open

Refine Derived Cryptographic Ops #108

Barry-ljf opened this issue Apr 13, 2022 · 1 comment

Comments

@Barry-ljf
Copy link
Contributor

Divison is an important fundamental part of the machine learning , and it will be used to help compute some activation function or other operation for training or predicting, so I improved the DIV operation using excellent iteration methods based on primitive Ops . During the process of coding thanks for Kelvin's and Vingstar's help.
2022-04-13 09-50-58 的屏幕截图
The picture shows that the fast_div is 2x faster with reciprocal div and is nearly 5-6x with Truediv

@Barry-ljf
Copy link
Contributor Author

Barry-ljf commented Apr 13, 2022

this work has PR in #109

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

1 participant