From 2b7bf11bd25f6745b25d31ff0f29e672393d8466 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sat, 1 Nov 2025 12:22:45 -0700 Subject: [PATCH] [Hotfix] Remove extra comment in sgl-kernel README (#12500) --- sgl-kernel/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sgl-kernel/README.md b/sgl-kernel/README.md index f56436620..5084bdda8 100644 --- a/sgl-kernel/README.md +++ b/sgl-kernel/README.md @@ -105,5 +105,3 @@ m.impl("fwd", torch::kCUDA, make_pytorch_shim(&mha_fwd)); ## FAQ - Q: Segmentation fault with CUDA 12.6 - A: Update ptxas to 12.8, reference: [segment fault error](https://github.com/Dao-AILab/flash-attention/issues/1453) - -Trigger arm build test (Should be removed later)