From 69852c465f3f3f6d7c0f0becd327408ce6e9ecaa Mon Sep 17 00:00:00 2001 From: Zihua Wu <13583761+lucifer1004@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:57:22 -0700 Subject: [PATCH] doc: update README Signed-off-by: Zihua Wu <13583761+lucifer1004@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dab1f05..07bf7f1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Despite its lightweight design, DeepGEMM's performance matches or exceeds expert - [x] MoE scheduler with TMA multicast compatibility - [x] Fix TMA multicast compatibility for indivisible shapes - [ ] Skip useless computation on M -- [ ] NVRTC as a faster compiler +- [x] NVRTC as a faster compiler - [ ] Sanitizer for testing - [ ] Weight gradient kernels for dense models - [ ] Weight gradient kernels for MoE models