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

Support fp16 and bf16 precision #329

Open
zhuohoudeputao opened this issue Jul 22, 2023 · 2 comments
Open

Support fp16 and bf16 precision #329

zhuohoudeputao opened this issue Jul 22, 2023 · 2 comments

Comments

@zhuohoudeputao
Copy link

Since increasingly deep learning or ai related computation relies on FFT and calculates half precision, is there any plan to support fp16 and bf16 precision for fftw?

@stevengj
Copy link
Contributor

stevengj commented Jul 22, 2023

It should be straightforward to add, in principle. The scalar case would be trivial to add, while SIMD support will take a bit more work.

@zhuohoudeputao
Copy link
Author

libbench should also support testing for half precision, too.

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