From 92f88ebd125946fde689a5ffb627f2bb976f98e6 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Mon, 18 Nov 2024 17:00:29 -0500 Subject: [PATCH] Patch hstu --- .ci/tritonbench/test-gpu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/tritonbench/test-gpu.sh b/.ci/tritonbench/test-gpu.sh index 91085022..e8d22859 100644 --- a/.ci/tritonbench/test-gpu.sh +++ b/.ci/tritonbench/test-gpu.sh @@ -11,4 +11,7 @@ fi # install deps pip install psutil tabulate +# FIXME: patch hstu +python install.py --hstu + python -m unittest test.test_gpu.main -v