sync flashinfer and update sgl-kernel tests (#3081)

This commit is contained in:
Yineng Zhang
2025-01-23 21:13:55 +08:00
committed by GitHub
parent 07a22cbba3
commit 0da0989ad4
6 changed files with 13 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ clean:
@rm -rf build dist *.egg-info
test:
@find tests -name "test_*.py" | xargs -n 1 python3 && pytest tests/test_norm.py && pytest tests/test_activation.py
@find tests -name "test_*.py" | xargs -n 1 python3
format:
@find src tests -name '*.cc' -o -name '*.cu' -o -name '*.cuh' -o -name '*.h' -o -name '*.hpp' | xargs clang-format -i && find src tests -name '*.py' | xargs isort && find src tests -name '*.py' | xargs black