LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/exo/API.py
src/exo/API_cursors.py
src/exo/API_scheduling.py
src/exo/API_types.py
src/exo/LoopIR.py
src/exo/LoopIR_compiler.py
src/exo/LoopIR_dataflow.py
src/exo/LoopIR_effects.py
src/exo/LoopIR_interpreter.py
src/exo/LoopIR_pprint.py
src/exo/LoopIR_scheduling.py
src/exo/LoopIR_unification.py
src/exo/__init__.py
src/exo/analysis_simplify.py
src/exo/builtins.py
src/exo/configs.py
src/exo/effectcheck.py
src/exo/internal_cursors.py
src/exo/main.py
src/exo/mem_analysis.py
src/exo/memory.py
src/exo/new_analysis_core.py
src/exo/new_eff.py
src/exo/parallel_analysis.py
src/exo/parse_fragment.py
src/exo/pattern_match.py
src/exo/prec_analysis.py
src/exo/prelude.py
src/exo/proc_eqv.py
src/exo/pyparser.py
src/exo/query_asts.py
src/exo/range_analysis.py
src/exo/reflection.py
src/exo/syntax.py
src/exo/typecheck.py
src/exo/win_analysis.py
src/exo/cmake/AddExoLibrary.cmake
src/exo/cmake/ExoConfig.cmake
src/exo/cmake/ExoConfigVersion.cmake
src/exo/libs/__init__.py
src/exo/libs/custom_malloc.c
src/exo/libs/custom_malloc.h
src/exo/libs/gemm_acc_malloc.c
src/exo/libs/gemm_acc_malloc.h
src/exo/libs/gemm_malloc.c
src/exo/libs/gemm_malloc.h
src/exo/libs/memories.py
src/exo/platforms/__init__.py
src/exo/platforms/gemmini.py
src/exo/platforms/neon.py
src/exo/platforms/rvv.py
src/exo/platforms/x86.py
src/exo/stdlib/__init__.py
src/exo/stdlib/analysis.py
src/exo/stdlib/halide_scheduling_ops.py
src/exo/stdlib/higher_order.py
src/exo/stdlib/inspection.py
src/exo/stdlib/range_analysis.py
src/exo/stdlib/rc_wrappers.py
src/exo/stdlib/scheduling.py
src/exo/stdlib/stdlib.py
src/exo_lang.egg-info/PKG-INFO
src/exo_lang.egg-info/SOURCES.txt
src/exo_lang.egg-info/dependency_links.txt
src/exo_lang.egg-info/entry_points.txt
src/exo_lang.egg-info/requires.txt
src/exo_lang.egg-info/top_level.txt
tests/test_apps.py
tests/test_codegen.py
tests/test_config.py
tests/test_cursors.py
tests/test_effects.py
tests/test_error_reporting.py
tests/test_forwarding.py
tests/test_halide_ops.py
tests/test_im2col.py
tests/test_internal_cursors.py
tests/test_interpreter.py
tests/test_neon.py
tests/test_new_eff.py
tests/test_parallel.py
tests/test_precision.py
tests/test_range_analysis.py
tests/test_reflection.py
tests/test_rvv.py
tests/test_schedules.py
tests/test_typecheck.py
tests/test_uast.py
tests/test_window.py
tests/test_winograd.py
tests/test_x86.py