From f9fc50acd63192d2e3d02a080a88aff57204cd89 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sun, 11 Jan 2026 18:18:29 +0800 Subject: [PATCH] [Tiny] Rename test_sparse_flash_attn.py to fix CI (#16895) --- .../{test_sparse_flash_attn.py => test_flash_attn_sparse.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sgl-kernel/tests/{test_sparse_flash_attn.py => test_flash_attn_sparse.py} (100%) diff --git a/sgl-kernel/tests/test_sparse_flash_attn.py b/sgl-kernel/tests/test_flash_attn_sparse.py similarity index 100% rename from sgl-kernel/tests/test_sparse_flash_attn.py rename to sgl-kernel/tests/test_flash_attn_sparse.py