Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop IR Interpreter #741

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft

Loop IR Interpreter #741

wants to merge 38 commits into from

Conversation

andrewdalex
Copy link

@andrewdalex andrewdalex commented Nov 6, 2024

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.

rtzam and others added 29 commits August 23, 2024 13:56
This CL adds the Neon equivalent
of the x86-AVX example. It changes
the Makefile to build the neon
example. It also modifies
the provided main.c file
to work for either the
generated neon or avx code
…nterpreter, interpreter is buggy on the example
…d expressions in LoopIR. strides are todo in the interpreter, so stride tests do not pass
…add global context to handle LoopIR.WriteConfig/ReadConfig, add parallel/precision/window/memory analyses to beginning of interp pass, write config and par tests
This CL adds the Neon equivalent
of the x86-AVX example. It changes
the Makefile to build the neon
example. It also modifies
the provided main.c file
to work for either the
generated neon or avx code
…nterpreter, interpreter is buggy on the example
…d expressions in LoopIR. strides are todo in the interpreter, so stride tests do not pass
…add global context to handle LoopIR.WriteConfig/ReadConfig, add parallel/precision/window/memory analyses to beginning of interp pass, write config and par tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants