LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
csrc/bindings.cpp
csrc/ops.cpp
csrc/refine.cpp
csrc/registration.cpp
csrc/cuda/display_corruption.cu
csrc/cuda/display_stats.cu
csrc/cuda/linear_assignment.cu
csrc/cuda/masked_diffusion.cu
csrc/cuda/materialize_snapshot.cu
csrc/cuda/prefix_allocation.cu
csrc/cuda/rollout_state.cu
csrc/cuda/thought_corruption.cu
csrc/include/cid_engine/ops.hpp
src/cid_engine/__init__.py
src/cid_engine/activation_offload.py
src/cid_engine/benchmark.py
src/cid_engine/checkpointing.py
src/cid_engine/diagnostics.py
src/cid_engine/frozen_shard.py
src/cid_engine/gradient_reduce.py
src/cid_engine/gradient_stash.py
src/cid_engine/reference.py
src/cid_engine.egg-info/PKG-INFO
src/cid_engine.egg-info/SOURCES.txt
src/cid_engine.egg-info/dependency_links.txt
src/cid_engine.egg-info/entry_points.txt
src/cid_engine.egg-info/requires.txt
src/cid_engine.egg-info/top_level.txt
tests/test_activation_offload.py
tests/test_checkpointing.py
tests/test_compile.py
tests/test_cuda.py
tests/test_diagnostics.py
tests/test_engine.py
tests/test_frozen_shard.py
tests/test_fuzz.py
tests/test_gradient_reduce.py
tests/test_precision.py