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/__init__.py
src/exo/main.py
src/exo/backend/LoopIR_compiler.py
src/exo/backend/__init__.py
src/exo/backend/mem_analysis.py
src/exo/backend/parallel_analysis.py
src/exo/backend/prec_analysis.py
src/exo/backend/win_analysis.py
src/exo/cmake/AddExoLibrary.cmake
src/exo/cmake/ExoConfig.cmake
src/exo/cmake/ExoConfigVersion.cmake
src/exo/core/LoopIR.py
src/exo/core/LoopIR_pprint.py
src/exo/core/__init__.py
src/exo/core/configs.py
src/exo/core/extern.py
src/exo/core/internal_cursors.py
src/exo/core/memory.py
src/exo/core/prelude.py
src/exo/core/proc_eqv.py
src/exo/frontend/__init__.py
src/exo/frontend/boundscheck.py
src/exo/frontend/parse_fragment.py
src/exo/frontend/pattern_match.py
src/exo/frontend/pyparser.py
src/exo/frontend/syntax.py
src/exo/frontend/typecheck.py
src/exo/libs/__init__.py
src/exo/libs/custom_malloc.c
src/exo/libs/custom_malloc.h
src/exo/libs/externs.py
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/rewrite/LoopIR_scheduling.py
src/exo/rewrite/LoopIR_unification.py
src/exo/rewrite/__init__.py
src/exo/rewrite/analysis_simplify.py
src/exo/rewrite/new_analysis_core.py
src/exo/rewrite/new_eff.py
src/exo/rewrite/range_analysis.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_bounds.py
tests/test_codegen.py
tests/test_config.py
tests/test_cursors.py
tests/test_error_reporting.py
tests/test_externs.py
tests/test_forwarding.py
tests/test_halide_ops.py
tests/test_im2col.py
tests/test_internal_cursors.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_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