Add sgl-kernel CI test for Blackwell (B200) (#13301)

This commit is contained in:
alisonshao
2025-11-20 19:02:42 -08:00
committed by GitHub
parent db2d362d04
commit 64480ec712
3 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import pytest
import torch
# This ensures the torch defaults don't get left in modified states between
# This fixture ensures the torch defaults don't get left in modified states between
# tests (e.g., when a test fails before restoring the original value), which
# can cause subsequent tests to fail.
@pytest.fixture(autouse=True)