Skip to content

Commit

Permalink
more unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalex committed Nov 7, 2024
1 parent 83063e9 commit d26ef82
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ configure

dependencies/chipyard

examples/*.c
examples/*.d
examples/*.h

.vscode
2 changes: 1 addition & 1 deletion examples/avx2_matmul/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ main.c: avx2_matmul.c
.PHONY: clean
clean:
$(RM) avx2_matmul avx2_matmul.* *.o exo_demo
$(RM) -r __pycache__/
$(RM) -r __pycache__/
2 changes: 1 addition & 1 deletion examples/avx2_matmul/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ int main() {
msec / 1000, msec % 1000);

return (0);
}
}
1 change: 0 additions & 1 deletion src/exo/API.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from exo.rewrite.LoopIR_scheduling import SchedulingError

from .API_types import ProcedureBase, ExoType

from .core import LoopIR as LoopIR
from .backend.LoopIR_compiler import run_compile, compile_to_strings
from .core.configs import Config
Expand Down

0 comments on commit d26ef82

Please sign in to comment.