[Libre-soc-dev] DCT/FFT augmentations

Luke Kenneth Casson Leighton lkcl at lkcl.net
Thu Jul 1 21:52:21 BST 2021


ngggh stress!

defining which dimensions shall be skipped, which paused, in order to
do a schedule for matrix multiply, is melting my brain.

for i
   for j
      for k
        result jk  X ik  Y ij

something like that, and i have to define "modes" for each of result, X, and Y.

remember that it is imperative that the sequential issue of FMACs
*not* sit on the same result, otherwise the execution engine will be
jammed with Read/Write hazards.

l.



More information about the Libre-soc-dev mailing list