docs(q4_0): changelog + quantized-kernels page for first-class Q4_0#652
Merged
Conversation
- CHANGELOG [Unreleased]: Added entry for the first-class Q4_0 format (heap type, SPI + scalar/Panama/native kernels, quantizer) and a Fixed entry for the MemSegment split-layout reconciliation. - quantized-simd-kernels.adoc: correct the Q4_0 section to the canonical split nibble layout (was describing the old interleaved layout), note the SPI/scalar/Panama/native promotion + Q4_0Quantizer, and mark the per-format coverage matrix Q4_0 row as having an SPI sibling. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
📖 Documentation Preview The documentation has been built successfully for this PR. Generated Files:
Artifacts:
This comment will be updated automatically when the PR is updated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase A/B docs. Branches off develop (the kernel PRs #648–#650 are merged; quantizer is #651).
What
[Unreleased]—Addedentry for first-class Q4_0 (heapQ4_0TensorData,Q4_0MatmulKernelSPI with scalar/Panama/native,Q4_0Quantizer);Fixedentry for the MemSegment split-layout reconciliation.quantized-simd-kernels.adoc— the Q4_0 section described the old interleaved layout (now corrected to the canonical ggml split layout), notes the SPI promotion + quantizer, and the per-format coverage matrix now marks Q4_0 as having an SPI sibling.No code / API / test changes. (Q4_0 adds no new
TensorOpsoperator, so the generated operator docs are unaffected.)Targeting 0.27.0.
🤖 Generated with Claude Code