docs: VMI/PTODSL feature-gap reproducers (scalar GM, vbrc, 1PT, UE8M0, Persistent) - #568
Closed
learning-chip wants to merge 1 commit into
Closed
Conversation
…, UE8M0, Persistent
Author
|
Moved to hw-native-sys#997 |
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.
Summary
Adds minimal VMI/PTODSL feature-gap reproducers under
docs/feature-gaps/vmi/for five PTOAS capabilities needed by high-throughput quantization and residual-mix vector kernels. Each gap directory is a documentation fixture (not a lit test) with the same structure:README.md— algorithm need, current failure, desired PTOAS behaviorbuggy_vmi.pto— compiling-today workaround IRdesired_vmi.pto— idiomatic VMI using the missing featuretarget_mi.pto— desired VPTO /pto.mishape after loweringGaps
01_scalar_gm_dcache_bypass) — per-block scales need cheap scalar GM writes without bulk MTE.vbrc(02_compact_inv_vbrc) — fan reciprocal scales without padding to a full chunk beforedist_mode=brc.03_direct_scalar_reduce_store) — store one f32 reduce result without 8-slot padding / enable1PT_B32.04_packed_ue8m0_sf) — pack_factor=2 UE8M0 scale factors instead of unpackedui8.block_k(05_persistent_stages_block_k) — multi-buffer Persistent stages andblock_k > 512for long-K tiles.Test plan
README.mdfor accuracy vs currentfeature-vmiloweringdesired_vmi.pto/buggy_vmi.ptothrough ptoas to confirm documented failure modes