LICENSE
README.md
pyproject.toml
setup.py
sources/torchmatch/__init__.py
sources/torchmatch/_cpu.py
sources/torchmatch/_cuda.py
sources/torchmatch/_loader.py
sources/torchmatch/py.typed
sources/torchmatch.egg-info/PKG-INFO
sources/torchmatch.egg-info/SOURCES.txt
sources/torchmatch.egg-info/dependency_links.txt
sources/torchmatch.egg-info/requires.txt
sources/torchmatch.egg-info/top_level.txt
sources/torchmatch/cpu/jv_compact_avx2.h
sources/torchmatch/cpu/jv_compact_core.h
sources/torchmatch/cpu/jv_dense_avx2.h
sources/torchmatch/cpu/jv_dense_core.cpp
sources/torchmatch/cpu/jv_dense_core.h
sources/torchmatch/cpu/jv_dense_flat.h
sources/torchmatch/cpu/jv_scalar.cpp
sources/torchmatch/cpu/jv_scalar.h
sources/torchmatch/cpu/ops.cpp
sources/torchmatch/cuda/control.cuh
sources/torchmatch/cuda/dispatch.cu
sources/torchmatch/cuda/jv_tiled.cuh
sources/torchmatch/cuda/munkres_classical.cu
sources/torchmatch/cuda/munkres_hybrid.cu
sources/torchmatch/cuda/munkres_tree.cu
sources/torchmatch/cuda/ops.cpp
sources/torchmatch/cuda/workspace.cuh
tests/test_lap_jv_batch.py
tests/test_lap_jv_float32.py
tests/test_lap_jv_scalar.py
tests/test_lap_jv_single.py
tests/test_lap_opcheck.py