Conversation
Updated contributing guidelines to streamline contribution process and clarify expectations.
Added a section for tech talks with a link to a YouTube video.
Added acknowledgements for the Native Sparse Attention fprop kernels implementation.
* # cuDNN Frontend v1.24.0 Release Notes cuDNN Frontend v1.24.0 is the recommended version for [cuDNN 9.22.0](https://docs.nvidia.com/deeplearning/cudnn/backend/latest/release-notes.html#cudnn-9-22-0) and later releases. ## General Improvements 🚀 🚀 ### Updates to Graph API - Rotary Position Embedding (RoPE) is now available as an NVRTC-compiled open-source kernel, usable both standalone and as a preprocessing stage for the SDPA engine. See the [sample](test/python/test_oss_rope.py) for usage. RoPE fusion with SDPA requires cuDNN 9.24.0. - SDPA backward now supports hidden dimension `d=256`. Requires cuDNN 9.23.0 or later. ## Open-Source Kernels 🚀 🚀 - Introduced a DSA module featuring the following DSA/CSA kernels for DsV4: - **Indexer Forward**: CuTe-DSL score kernel (Q @ Kᵗ, ReLU, head reduce, ratio causal mask). Non-fused; pair with **Indexer Top-K** for the top-K stage. - **Indexer Top-K**: SM100 CuTe-DSL radix top-K kernel with per-row ``seq_lens``. - **Sparse Attention Backward**: DSA backward (FlashMLA-shape, SM90/SM100). - **Sparse Indexer / Attention Score Recompute**: Sparse (top-K) recomputation of indexer and attention scores for training loss. - **Dense Indexer / Attention Score Recompute**: Dense (full-KV) analogues of the above. - **Indexer Backward**: Three-stage pipeline (score-grad, three GEMMs, dtype cast) for sparse top-K score tensors. - **Dense Indexer Backward**: Full-KV counterpart of Indexer Backward. - Grouped GEMM GLU forward kernel with fused Hadamard transform. ## Skills - Added a new Claude skill for converting cuteDSL kernels into experimental cuDNN APIs. ## Enhancements - Noisy logging messages are now emitted only once per process. - Convolution problems are now rejected when total filter size exceeds `INT32_MAX`. - Support for ragged input order has been added for grouped GEMM weight gradients. ## Bug Fixes - Fixed an issue in the reshape operator when called with 1D tensors. - Fixed missing `square_alpha` scaling in dgeglu and dswiglu. - Fixed a race condition in lazy variant-pack-template preparation observed in some single-threaded scenarios. ## New Samples - Added new samples for [memory-bound fusions](samples/cpp/membound/boolean_fusion.cpp). ## Acknowledgements The Native Sparse Attention forward-prop kernels, supporting head dim = 128 and optimized for the Blackwell architecture, were implemented in CuteDSL. These kernels were a collaborative effort, jointly developed by: Jie Feng, Akash Mehra, Vincent Zhang, Dominik Ernst, Xinbo Zhao, Aditya Vavre, Vedaanta Agarwalla, Mingyang Wang, Anerudhan Gopal, Paul Springer, Yang Xu, and Nima Tajbakhsh. * DSA README with acknowledgements Added acknowledgements section and improved formatting.
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.
No description provided.