CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
tkv/__init__.py
tkv/_codebooks.py
tkv/_config_doc.py
tkv/_config_parsers.py
tkv/_config_resolvers.py
tkv/auto_calibrate.py
tkv/bit_allocator.py
tkv/calibrate_online.py
tkv/codec.py
tkv/config.py
tkv/core.py
tkv/calibration/__init__.py
tkv/calibration/_centroid_fit.py
tkv/calibration/_corpus.py
tkv/calibration/_model_layout.py
tkv/calibration/_ref_cache.py
tkv/calibration/_zaya_arch.py
tkv/calibration/ablate_codec.py
tkv/calibration/bit_allocation_solver.py
tkv/calibration/calibrate_centroids.py
tkv/calibration/draft_head_specs.py
tkv/calibration/drift_scale.py
tkv/calibration/drift_source.py
tkv/calibration/empirical_anchor.py
tkv/calibration/improvement_pct.py
tkv/calibration/preflight_corpus.py
tkv/calibration/prompt_basket.py
tkv/calibration/real_corpus.py
tkv/calibration/bit_allocation/__init__.py
tkv/calibration/bit_allocation/_activation_cache.py
tkv/calibration/bit_allocation/_budget.py
tkv/calibration/bit_allocation/_cli.py
tkv/calibration/bit_allocation/_const.py
tkv/calibration/bit_allocation/_drift_measure.py
tkv/calibration/bit_allocation/_drift_objectives.py
tkv/calibration/bit_allocation/_holdout_gate.py
tkv/calibration/bit_allocation/_measure_abs.py
tkv/calibration/bit_allocation/_moves.py
tkv/calibration/bit_allocation/_orchestrator.py
tkv/calibration/bit_allocation/_solve_one.py
tkv/debug/__init__.py
tkv/debug/oom_snapshot.py
tkv/integrations/__init__.py
tkv/integrations/sglang/__init__.py
tkv/integrations/sglang/_cg.py
tkv/integrations/sglang/_engine.py
tkv/integrations/sglang/_lifecycle.py
tkv/integrations/sglang/_metadata.py
tkv/integrations/sglang/_multistep.py
tkv/integrations/sglang/backend.py
tkv/integrations/sglang/pool.py
tkv/integrations/standard_attn/__init__.py
tkv/integrations/standard_attn/fa2_decode.py
tkv/integrations/standard_attn/fa4_cute_decode.py
tkv/integrations/standard_attn/flashinfer_decode.py
tkv/integrations/vllm/__init__.py
tkv/integrations/vllm/_engine.py
tkv/integrations/vllm/_impl_calibration.py
tkv/integrations/vllm/_impl_debug.py
tkv/integrations/vllm/_layout_bytes.py
tkv/integrations/vllm/_lifecycle.py
tkv/integrations/vllm/_offsets.py
tkv/integrations/vllm/_vendored_fa_metadata_builder.py
tkv/integrations/vllm/_vllm_compat.py
tkv/integrations/vllm/attention_impl.py
tkv/integrations/vllm/backend.py
tkv/integrations/vllm/backend_class.py
tkv/integrations/vllm/bit_allocation.py
tkv/integrations/vllm/decomp_standard_attn.py
tkv/integrations/vllm/metadata_builder.py
tkv/integrations/vllm/mla_impl.py
tkv/integrations/vllm/mla_spec.py
tkv/integrations/vllm/plugin.py
tkv/integrations/vllm/specs.py
tkv/kernels/__init__.py
tkv/kernels/_cuda_decode_mla_splitk.cu
tkv/kernels/_cuda_decode_splitk_reduce.cuh
tkv/kernels/_cuda_decode_unified_splitk.cu
tkv/kernels/_cuda_prefill_mla_gather.cu
tkv/kernels/_decode_common.py
tkv/kernels/_decode_core.cuh
tkv/kernels/_decode_loader_bypass.cuh
tkv/kernels/_decode_loader_tkv.cuh
tkv/kernels/_jit_common.py
tkv/kernels/bake_grid.py
tkv/kernels/codec_layout.py
tkv/kernels/cuda_compress_store.py
tkv/kernels/cuda_decode_mla.py
tkv/kernels/cuda_decode_splitk.py
tkv/kernels/cuda_decode_swa_splitk.py
tkv/kernels/cuda_prefill_mla_gather.py
tkv/kernels/cute_dsl_cache.py
tkv/kernels/page_metadata.py
tkv/kernels/precompile.py
tkv/kernels/triton_decompress.py
tkv/kernels/triton_kernels.py
tkv/kernels/cuda/__init__.py
tkv/kernels/cuda/include/tkv/tkv.cuh
tkv/kernels/cuda/include/tkv/tq_dequant.cuh
tkv/kernels/cuda/include/tkv/tq_inline.cuh
tkv/kernels/cuda/include/tkv/tq_norm.cuh
tkv/kernels/cuda/include/tkv/tq_page_metadata.cuh
tkv/kernels/cuda/include/tkv/tq_paged.cuh
tkv/kernels/cuda/include/tkv/tq_unpack.cuh
tkv/kernels/cuda/include/tkv/tq_wht.cuh
tkv/kernels/cuda/prefill/__init__.py
tkv/kernels/cuda/prefill/_split_d_flags.py
tkv/kernels/cuda/prefill/_tq4_test_codec.py
tkv/kernels/cuda/prefill/arbi_bypass.py
tkv/kernels/cuda/prefill/arbi_prefill.py
tkv/kernels/cuda/prefill/arbi_prefill_dispatch.py
tkv/kernels/cuda/prefill/fa4_bypass.py
tkv/kernels/cuda/prefill/fa4_bypass_load.py
tkv/kernels/cuda/prefill/fa4_tq.py
tkv/kernels/cuda/prefill/fa4_tq_base.py
tkv/kernels/cuda/prefill/fa4_tq_dispatch.py
tkv/kernels/cuda/prefill/fa4_tq_load.py
tkv/kernels/cuda/prefill/fa4_tq_reference.py
tkv/kernels/cuda/prefill/tests/test_fa4_cpasync_spike.py
tkv/kernels/cuda/prefill/tests/test_fa4_oddk_parity.py
tkv/kernels/cuda/prefill/tests/test_fa4_varlen_hellaswag.py
tkv/kernels/cuda/prefill/tests/test_fa4_varlen_parity.py
tkv/kernels/cuda/prefill/tests/test_varlen_metadata_cpu.py
tkv/kernels/cute/__init__.py
tkv/kernels/cute/fp8_cvt.py
tkv/kernels/cute/_fa/__init__.py
tkv/kernels/cute/_fa/ampere_helpers.py
tkv/kernels/cute/_fa/block_info.py
tkv/kernels/cute/_fa/block_sparsity.py
tkv/kernels/cute/_fa/cache_utils.py
tkv/kernels/cute/_fa/cute_dsl_utils.py
tkv/kernels/cute/_fa/fa_logging.py
tkv/kernels/cute/_fa/fast_math.py
tkv/kernels/cute/_fa/flash_fwd.py
tkv/kernels/cute/_fa/flash_fwd_sm120.py
tkv/kernels/cute/_fa/loader_protocol.py
tkv/kernels/cute/_fa/mask.py
tkv/kernels/cute/_fa/named_barrier.py
tkv/kernels/cute/_fa/pack_gqa.py
tkv/kernels/cute/_fa/paged_kv.py
tkv/kernels/cute/_fa/seqlen_info.py
tkv/kernels/cute/_fa/softmax.py
tkv/kernels/cute/_fa/testing.py
tkv/kernels/cute/_fa/tile_scheduler.py
tkv/kernels/cute/_fa/utils.py
tkv/kernels/loaders/__init__.py
tkv/kernels/loaders/bypass.py
tkv/kernels/loaders/loader.py
tkv/kernels/loaders/tkv.py
tkv/runtime/__init__.py
tkv/runtime/_attend_config.py
tkv/runtime/_attend_protocol.py
tkv/runtime/_attend_rotation.py
tkv/runtime/_autotune_cache.py
tkv/runtime/_autotune_sweep.py
tkv/runtime/_autotune_warm.py
tkv/runtime/_fa.py
tkv/runtime/_row_subview.py
tkv/runtime/_spill_gate.py
tkv/runtime/attention.py
tkv/runtime/autotune.py
tkv/runtime/bench_attestation.py
tkv/runtime/bypass_bf16.py
tkv/runtime/cache_views.py
tkv/runtime/calibration.py
tkv/runtime/cg_state.py
tkv/runtime/compress_store.py
tkv/runtime/core_factory.py
tkv/runtime/core_features.py
tkv/runtime/decompress.py
tkv/runtime/layout.py
tkv/runtime/metadata.py
tkv/runtime/page_metadata.py
tkv/runtime/rotation.py
tkv/runtime/attend/__init__.py
tkv/runtime/attend/_decomp_planning.py
tkv/runtime/attend/bypass.py
tkv/runtime/attend/decomp_standard.py
tkv/runtime/attend/fa4.py
tkv/runtime/attend/fa4_paged_loader.py
tkv/runtime/attend/flash_attn.py
tkv/runtime/attend/mtp.py
tkv/runtime/attend/native_tq.py
tkv/runtime/mla/__init__.py
tkv/runtime/mla/ops.py
tkv/runtime/mla/prefill_ref.py
tkv/runtime/mla/spec.py
turbo_attn.egg-info/PKG-INFO
turbo_attn.egg-info/SOURCES.txt
turbo_attn.egg-info/dependency_links.txt
turbo_attn.egg-info/entry_points.txt
turbo_attn.egg-info/requires.txt
turbo_attn.egg-info/top_level.txt