You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use posit as a kind of data type in deep learning, so I want to ask some questions.
(1) How many es-bits does the posit have? For example, is posit8 posit<8, 0>, posit<8, 1> or other types?
(2) How to enable or disable the FMA and Quire operation for posit?
(3) Does it support GPU acceleration?
The text was updated successfully, but these errors were encountered:
Currently it's based on the softposit and provides only the standard posit8, posit16, and posit32 which correspond to posit<8,0>, posit<16,1> and posit<32,2>.
Currently numpy-posit has not incorporated the FMA and Quire.
Currently it's based on the softposit and provides only the standard posit8, posit16, and posit32 which correspond to posit<8,0>, posit<16,1> and posit<32,2>.
Currently numpy-posit has not incorporated the FMA and Quire.
It doesn't support GPU acceleration.
Hi Sir , Iam getting error saying module numpy has no attribute posit32
I want to use posit as a kind of data type in deep learning, so I want to ask some questions.
(1) How many es-bits does the posit have? For example, is posit8 posit<8, 0>, posit<8, 1> or other types?
(2) How to enable or disable the FMA and Quire operation for posit?
(3) Does it support GPU acceleration?
The text was updated successfully, but these errors were encountered: