jurem / DataFlowSimplex

Simplex algorithm for the Maxeler data-flow computer architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataFlowSimplex

Simplex algorithm for the Maxeler data-flow computer architecture. The data-flow engine is mainly responsible for the pivoting operation.

The implementation in the APP directory is streaming data from LMEM as vectors.

In the directory other, three other implementations can be found:

  • simplex-stream : streaming the data from the main memory, one element at a time.
  • simplex-stream-vec : streaming the data from the main memory as vectors.
  • simplex-lmem : streaming the data from LMEM, one element at a time.

LPLogo

About

Simplex algorithm for the Maxeler data-flow computer architecture

License:GNU General Public License v2.0


Languages

Language:C 71.5%Language:Makefile 27.7%Language:Shell 0.5%Language:C++ 0.4%