Integer Matrix Multiply Benchmark

        Directory Contents

        This version of Matrix Multiply multiplies two tex2html_wrap_inline75 matrices in tex2html_wrap_inline77 time given tex2html_wrap_inline79 hardware multipliers. This runtime is achieved by implementing a vector-matrix multiplier, which stores an initial matrix away, and repeatedly returns its product with an input vector. The multiplication stage of the dot products is in parallel while the additions are scheduled in a binary-tree fashion, with tex2html_wrap_inline41 levels.