Skip to content

Commit af9eda9

Browse files
Aharrypotterclaude
andcommitted
docs(ling3): document the retained test targets
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent 9c0f6e9 commit af9eda9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

examples/ling3/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,15 @@ generation limit:
5656
The expected completion marker is
5757
`LING3_RUN_OK prompt_tokens=49 generated_tokens=64`. This is a generation
5858
correctness demo, not a perplexity, model-quality, or performance benchmark.
59+
60+
## Retained tests
61+
62+
The Ling-specific coverage follows the repository test layout (`ctest` labels
63+
in parentheses):
64+
65+
| Layer | Target | Notes |
66+
| --- | --- | --- |
67+
| KDA kernel | `Mllm-Test-CPUKernel --gtest_filter='KimiDeltaAttentionKernelTest.*'` (`cpu-kernel`) | scalar-reference oracle, bitwise prefill/decode and serial/parallel checks |
68+
| Public `nn::KimiDeltaAttention` | `Mllm-Test-Nn-KimiDeltaAttention` (`KimiDeltaAttentionFocused`) | eager reference, in-place state, chunked equivalence, trace + serialization |
69+
| Causal convolution | upstream `Mllm-Test-Nn-CausalDepthwiseConv1D` and the `CausalDepthwiseConv*KernelTest` suites | Ling registers the upstream operation with the current-first order |
70+
| Model | `Mllm-Test-Ling3-Config`, `Mllm-Test-Ling3-RoPE`, `Mllm-Test-Ling3-Tokenizer` (`ling3`) | set `MLLM_LING3_EXAMPLE_DIR` on a device; the tokenizer test skips unless `LING3_OFFICIAL_TOKENIZER` points at the official `tokenizer.json` |

0 commit comments

Comments
 (0)