CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTING.zh-CN.md
LICENSE
MANIFEST.in
NOTICE
README.md
README.zh-CN.md
SECURITY.md
pyproject.toml
python/flashrec/__init__.py
python/flashrec/__main__.py
python/flashrec/check_env.py
python/flashrec/cli.py
python/flashrec/config.py
python/flashrec/core.py
python/flashrec/hostpool.py
python/flashrec/logits.py
python/flashrec/profiler.py
python/flashrec/py.typed
python/flashrec/sid_layout.py
python/flashrec/tokenizer.py
python/flashrec/version.py
python/flashrec.egg-info/PKG-INFO
python/flashrec.egg-info/SOURCES.txt
python/flashrec.egg-info/dependency_links.txt
python/flashrec.egg-info/entry_points.txt
python/flashrec.egg-info/requires.txt
python/flashrec.egg-info/top_level.txt
python/flashrec/attention/__init__.py
python/flashrec/attention/flashinfer.py
python/flashrec/attention/kv_indices.py
python/flashrec/engine/__init__.py
python/flashrec/engine/engine.py
python/flashrec/engine/graph.py
python/flashrec/engine/staging.py
python/flashrec/kernel/__init__.py
python/flashrec/kernel/beam_trie.py
python/flashrec/kernel/qk_rope_kv.py
python/flashrec/kernel/rms_fp8.py
python/flashrec/kernel/sglops.py
python/flashrec/kernel/silu_fp8.py
python/flashrec/kernel/csrc/beam_trie.cuh
python/flashrec/kernel/include/ORIGIN.txt
python/flashrec/kernel/include/sgl_kernel/math.cuh
python/flashrec/kernel/include/sgl_kernel/source_location.h
python/flashrec/kernel/include/sgl_kernel/tensor.h
python/flashrec/kernel/include/sgl_kernel/type.cuh
python/flashrec/kernel/include/sgl_kernel/utils.cuh
python/flashrec/kernel/include/sgl_kernel/utils.h
python/flashrec/kernel/include/sgl_kernel/vec.cuh
python/flashrec/kernel/include/sgl_kernel/warp.cuh
python/flashrec/kvcache/__init__.py
python/flashrec/kvcache/pool.py
python/flashrec/kvcache/radix.py
python/flashrec/layers/__init__.py
python/flashrec/layers/linear.py
python/flashrec/layers/norm.py
python/flashrec/layers/rotary.py
python/flashrec/models/__init__.py
python/flashrec/models/qwen3.py
python/flashrec/models/weight.py
python/flashrec/scheduler/__init__.py
python/flashrec/scheduler/batching.py
python/flashrec/scheduler/kv_remap.py
python/flashrec/scheduler/loop.py
python/flashrec/scheduler/pipeline.py
python/flashrec/scheduler/prefill.py
python/flashrec/scheduler/scheduler.py
python/flashrec/scheduler/warmup.py
python/flashrec/search/__init__.py
python/flashrec/search/expand.py
python/flashrec/search/score.py
python/flashrec/search/select.py
python/flashrec/search/state.py
python/flashrec/search/trie.py
python/flashrec/server/__init__.py
python/flashrec/server/api.py
tests/test_beam_search_diff.py
tests/test_config.py
tests/test_convert_recif_catalog.py
tests/test_eval_beam_matrix.py
tests/test_expand.py
tests/test_graph_expand.py
tests/test_kv_pool.py
tests/test_kv_remap.py
tests/test_logits.py
tests/test_mlp.py
tests/test_packaging.py
tests/test_parity.py
tests/test_profiler.py
tests/test_qk_rope_kv.py
tests/test_radix.py
tests/test_rms_fp8.py
tests/test_scheduler_opts.py
tests/test_sid_layout.py
tests/test_silu_fp8.py
tests/test_temperature.py
tests/test_trie.py
tests/test_trie_csr.py