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
For the computing units mentioned in your paper, they mainly include pulsating arrays and vector units. Pulsating arrays are used to handle matrix multiplication operations, but how are vector units related to vector width when performing specific operations such as element add, softmax, etc. For example, when vector_width=8, how do I obtain cycles when performing elementadded or softmax operations on a matrix with a shape of (256, 512)
The text was updated successfully, but these errors were encountered:
For the computing units mentioned in your paper, they mainly include pulsating arrays and vector units. Pulsating arrays are used to handle matrix multiplication operations, but how are vector units related to vector width when performing specific operations such as element add, softmax, etc. For example, when vector_width=8, how do I obtain cycles when performing elementadded or softmax operations on a matrix with a shape of (256, 512)
The text was updated successfully, but these errors were encountered: