Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Float16 / bfloat16 #62

Open
baryluk opened this issue Dec 28, 2018 · 1 comment
Open

Float16 / bfloat16 #62

baryluk opened this issue Dec 28, 2018 · 1 comment

Comments

@baryluk
Copy link

baryluk commented Dec 28, 2018

Float16 or bfloat16 support for loads and stores is missing. I do not expect SIMD extensions to actually do operations on them in native format in hardware (but it would be nice to expose that and emulate transparently), but at least loading and storing (loads that widens into 32-bit floats) should be supported. Maybe not in the initial version, but these are very useful in machine learning and video/photo editing applications.

@arunetm
Copy link
Collaborator

arunetm commented Jan 7, 2019

Loads and stores are provided as v128 vector sizes by this proposal. Agree that there could be a need for float16 operations in future for these application categories. These needs to be introduced in both scalar and simd in future..

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

No branches or pull requests

3 participants