LICENSE
README.md
pyproject.toml
locomp/__init__.py
locomp/_builtin_kernels.py
locomp/api.py
locomp/autograd.py
locomp/autotune.py
locomp/cache.py
locomp/frontend.py
locomp/gpu_autograd.py
locomp/graph.py
locomp/ir.py
locomp/optimizer.py
locomp/profiler.py
locomp.egg-info/PKG-INFO
locomp.egg-info/SOURCES.txt
locomp.egg-info/dependency_links.txt
locomp.egg-info/requires.txt
locomp.egg-info/top_level.txt
locomp/_native/__init__.py
locomp/_native/fast_dispatch.m
locomp/backends/__init__.py
locomp/backends/cuda_codegen.py
locomp/backends/cuda_runtime.py
locomp/backends/metal_codegen.py
locomp/backends/metal_runtime.py
locomp/backends/riscv_codegen.py
locomp/backends/rocm_codegen.py
locomp/backends/rocm_runtime.py
tests/test_2d_grid.py
tests/test_autograd.py
tests/test_autotune.py
tests/test_control_flow.py
tests/test_cuda_codegen.py
tests/test_cuda_runtime.py
tests/test_float16.py
tests/test_frontend.py
tests/test_gpu_autograd.py
tests/test_hardening.py
tests/test_ir.py
tests/test_metal_codegen.py
tests/test_optimizer.py
tests/test_reductions.py
tests/test_riscv_codegen.py
tests/test_riscv_execution.py