LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/algorithms.md
docs/api_reference.md
docs/examples.md
docs/index.md
docs/lifecycle_and_gradients.md
docs/performance.md
docs/testing.md
docs/user_guide.md
examples/basic_bvh_knn.ipynb
examples/batched_displaced_query.ipynb
examples/fps_downsampling_geometry.ipynb
examples/mls_interpolation.ipynb
tests/test_batched_interpolate.py
tests/test_batched_knn.py
tests/test_batched_python_api.py
tests/test_benchmark_flowers_grid_sample.py
tests/test_benchmark_knn.py
tests/test_bvh_build.py
tests/test_bvh_class.py
tests/test_displaced_query.py
tests/test_fps.py
tests/test_implicit_tree.py
tests/test_knn.py
tests/test_mls_interpolate.py
tests/test_morton.py
tests/test_noncontiguous_public_api.py
tests/test_python_api.py
tests/test_ragged_knn.py
tests/test_ragged_python_api.py
tests/test_smoke.py
tests/test_stage7_gradient_boundaries.py
tests/test_training_step_proxy.py
torchbvh/__init__.py
torchbvh/_bvh_class.py
torchbvh/_constants.py
torchbvh/_fps.py
torchbvh/_handles.py
torchbvh/_mls.py
torchbvh/_multihead.py
torchbvh/_query.py
torchbvh/_reorder.py
torchbvh/_tree.py
torchbvh/_validation.py
torchbvh/ops.py
torchbvh.egg-info/PKG-INFO
torchbvh.egg-info/SOURCES.txt
torchbvh.egg-info/dependency_links.txt
torchbvh.egg-info/not-zip-safe
torchbvh.egg-info/requires.txt
torchbvh.egg-info/top_level.txt
torchbvh/csrc/bindings.cpp
torchbvh/csrc/bvh_build.cu
torchbvh/csrc/fps_sample.cu
torchbvh/csrc/knn_query.cu
torchbvh/csrc/mls_fused.cu
torchbvh/csrc/morton_sort.cu
torchbvh/csrc/smoke.cu
torchbvh/_prototypes/__init__.py
torchbvh/csrc/bindings.cpp
torchbvh/csrc/bvh_build.cu
torchbvh/csrc/fps_sample.cu
torchbvh/csrc/geometry.cuh
torchbvh/csrc/implicit_tree.cuh
torchbvh/csrc/knn_query.cu
torchbvh/csrc/mls_fused.cu
torchbvh/csrc/morton.cuh
torchbvh/csrc/morton_sort.cu
torchbvh/csrc/smoke.cu