Add all remaining operator guides and complete README docs hub#4
Merged
Conversation
New operator guides covering GEMM variants (A8W8, A16W16, A4W4, batched, DeepGEMM, Triton FFN, tuning system) and Quantization strategies (QuantType, per-tensor/token/block, fused ops, FP8/MXFP4/INT4, SmoothQuant). README now features a Documentation section linking all five operator guides and the operator table links each op to its relevant guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New operator guides: - Normalization: RMSNorm, LayerNorm, GroupNorm with all fused variants (add, SmoothQuant, dynamic quant), distributed fusion, backend dispatch - RoPE: SBHD/THD/2D/3D formats, NeoX & GPT-J styles, 8 scaling methods, autograd classes, fused QK norm + RoPE + cache + quant - KV-Cache: Paged/flash/ASM/MLA layouts, quantized cache (FP8/INT8/FP4), fused RoPE + cache write, block swap/copy management - Elementwise & Activations: SiLU/GELU/sigmoid/tanh, SwiGLU gating, fused activation + quantize (FP8/MXFP4), binary arithmetic README now links all 9 operator guides and every operator in the table has a link to its relevant guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merge duplicate rows (MHA+PA, RMSNorm+LayerNorm, Elementwise+Sigmoid) so each operator row maps to exactly one guide. Promote Communication into the operator table and eliminate the separate Documentation section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move operator table above the guide description note, separate test instruction into its own line with generic example, and promote Additional Resources to a proper section header. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Document GPU_ARCHS, PREBUILD_KERNELS levels (0-3), and MAX_JOBS. Reorganize Installation into subsections: Development Mode (JIT), Precompiled Kernels, and Triton Communication Support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Explain what it is (multi-GPU reduce-scatter/all-gather via Iris), mark as optional, and link to the full guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
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
New Documentation (this PR)
GEMM Variants & Tuning Guide
Quantization & Precision Guide
Normalization Guide
RoPE (Rotary Position Embedding) Guide
KV-Cache Management Guide
Elementwise & Activation Guide
README Updates
Test plan
🤖 Generated with Claude Code