LICENSE
README.md
pyproject.toml
setup.py
corrdim/__init__.py
corrdim/cli.py
corrdim/dimension.py
corrdim/high_level.py
corrdim/low_level.py
corrdim/models.py
corrdim/types.py
corrdim/utils.py
corrdim.egg-info/PKG-INFO
corrdim.egg-info/SOURCES.txt
corrdim.egg-info/dependency_links.txt
corrdim.egg-info/entry_points.txt
corrdim.egg-info/requires.txt
corrdim.egg-info/top_level.txt
corrdim/corrint/__init__.py
corrdim/corrint/cuda.py
corrdim/corrint/cuda_extension.py
corrdim/corrint/pytorch.py
corrdim/corrint/triton.py
corrdim/corrint/ext/corrdim_cuda.cpp
corrdim/corrint/ext/corrdim_cuda_kernel.cu
tests/test_api_surface.py
tests/test_backend_consistency.py
tests/test_corrint_backend_more.py
tests/test_corrint_pytorch_backend.py
tests/test_corrint_triton_batch.py
tests/test_corrint_triton_batch_slices.py
tests/test_corrint_triton_progressive.py
tests/test_cuda_fallback_warning.py
tests/test_dimension_more.py
tests/test_high_level_more.py
tests/test_low_level_more.py
tests/test_utils_more.py