.clang-format
.gitignore
README.md
prek.toml
pyproject.toml
setup.py
uv.lock
.github/workflows/release.yml
benchmark/README.md
benchmark/pyproject.toml
benchmark/setup.py
benchmark/src/dtw_benchmark/__init__.py
benchmark/src/dtw_benchmark/__main__.py
benchmark/src/dtw_benchmark/dtw_cython.pyi
benchmark/src/dtw_benchmark/dtw_cython.pyx
benchmark/src/dtw_benchmark/implementations.py
benchmark/src/dtw_benchmark/py.typed
src/torchdtw/__init__.py
src/torchdtw/py.typed
src/torchdtw.egg-info/PKG-INFO
src/torchdtw.egg-info/SOURCES.txt
src/torchdtw.egg-info/dependency_links.txt
src/torchdtw.egg-info/requires.txt
src/torchdtw.egg-info/top_level.txt
src/torchdtw/csrc/dtw.cpp
src/torchdtw/csrc/cuda/dtw.cu
tests/__init__.py
tests/conftest.py
tests/test_dtw.py
tests/test_opcheck.py