LICENSE
README.md
pyproject.toml
hanajit/__init__.py
hanajit/autopar.py
hanajit/cache.py
hanajit/codegen.py
hanajit/decorator.py
hanajit/doctor.py
hanajit/errors.py
hanajit/evolve.py
hanajit/inline.py
hanajit/parallel.py
hanajit/rewrite.py
hanajit/typeinfer.py
hanajit.egg-info/PKG-INFO
hanajit.egg-info/SOURCES.txt
hanajit.egg-info/dependency_links.txt
hanajit.egg-info/requires.txt
hanajit.egg-info/top_level.txt
hanajit/backends/__init__.py
hanajit/backends/cpu.py
hanajit/backends/detect.py
hanajit/backends/fastcall.py
hanajit/backends/fpga.py
hanajit/backends/gpu.py
hanajit/backends/metal.py
hanajit/backends/vectorcall.py
tests/test_amd_valid.py
tests/test_arrays_advanced.py
tests/test_autopar.py
tests/test_basic.py
tests/test_evolve_differential.py
tests/test_float32.py
tests/test_fusion.py
tests/test_gpu_arch.py
tests/test_hyper.py
tests/test_inline.py
tests/test_numerics.py
tests/test_numpy_scipy.py
tests/test_parallel.py
tests/test_ptx_valid.py
tests/test_reduce_reassoc.py
tests/test_rewrite.py
tests/test_type_contracts.py