exo-lang / exo

Exocompilation for productive programming of hardware accelerators
https://exo-lang.dev
MIT License
307 stars 28 forks source link

Loop IR Interpreter #741

Open andrewdalex opened 3 weeks ago

andrewdalex commented 3 weeks ago

This PR is still a work in progress and is for an interpreter for Loop IR. LoopIR_Interpreter.py contains the relevant code and test_interp.py checks our output against the compiled programs output.

Work done by @meganfrisella and myself.