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

use float16 instead of float32 #11

Open
stillmatic opened this issue May 25, 2023 · 0 comments
Open

use float16 instead of float32 #11

stillmatic opened this issue May 25, 2023 · 0 comments

Comments

@stillmatic
Copy link
Owner

The float16 package (https://pkg.go.dev/github.com/x448/float16) provides 16bit math. Currently we use 32 bit operations via the math32 library. Let's try 16 and see what kind of speed we can do?

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

No branches or pull requests

1 participant