CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
assets/icons/apple-touch-icon.png
assets/icons/favicon-16.png
assets/icons/favicon-32.png
assets/icons/favicon.ico
assets/icons/icon-512.png
assets/icons/logo.png
cottus/__init__.py
cottus/model.py
cottus.egg-info/PKG-INFO
cottus.egg-info/SOURCES.txt
cottus.egg-info/dependency_links.txt
cottus.egg-info/not-zip-safe
cottus.egg-info/requires.txt
cottus.egg-info/top_level.txt
cottus/csrc/CMakeLists.txt
cottus/csrc/block_allocator.cpp
cottus/csrc/block_allocator.h
cottus/csrc/compute_primitives_cpu.cpp
cottus/csrc/compute_primitives_cpu.h
cottus/csrc/compute_primitives_cuda.cu
cottus/csrc/compute_primitives_cuda.h
cottus/csrc/engine.cpp
cottus/csrc/engine.h
cottus/csrc/generic_transformer.cpp
cottus/csrc/generic_transformer.h
cottus/csrc/page_table.cpp
cottus/csrc/page_table.h
cottus/csrc/paged_attention_cpu.cpp
cottus/csrc/paged_attention_cpu.h
cottus/csrc/paged_attention_cuda.cu
cottus/csrc/paged_attention_cuda.h
cottus/csrc/pybind_wrapper.cpp
tests/CMakeLists.txt
tests/test_block_allocator.cpp
tests/test_block_allocator_hardening.cpp
tests/test_compute_primitives_parity.cpp
tests/test_engine_hardening.cpp
tests/test_engine_memory.cpp
tests/test_generic_transformer.cpp
tests/test_greedy_decode.cpp
tests/test_hf_hooks.py
tests/test_hf_parity.py
tests/test_kv_layout_hardening.cpp
tests/test_model_hardening.cpp
tests/test_page_table.cpp
tests/test_page_table_hardening.cpp
tests/test_paged_attention_cpu.cpp
tests/test_paged_attention_parity.cpp
tests/test_rope_and_multitoken.cpp
tests/test_single_layer_forward.cpp
tests/test_weight_layout.py