etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

Enable hardware fp16 on ARM #86

Closed marty1885 closed 4 years ago

marty1885 commented 4 years ago

Related to #23 #44. Aarch64 processors support FP16 to FP32 conversions natively. This could greatly enhance the performance of FP16 on ARM devices.

marty1885 commented 4 years ago

Implemented in https://github.com/marty1885/half_precision/commit/8b91e26e16951aad221c8c5ac706f86367524ced and #87