Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pr-test-xpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
/miniforge3/envs/py3.10/bin/python3 -m pip install tabulate && \
cd /root/sglang/sgl-kernel-xpu/benchmark && \
python3 bench_flash_attn.py 2>&1 | tee flash.log && \
python3 bench_flash_mla_decode.py.py 2>&1 | tee mla.log && \
python3 bench_moe_topk_softmax.py 2>&1 | tee moe.log && \
python3 bench_fused_moe.py 2>&1 | tee fused_moe.log && \
python3 bench_moe_sum_reduce.py 2>&1 | tee moe_sum_reduce.log \
Expand Down
132 changes: 0 additions & 132 deletions benchmark/bench_cutlass_mla.py

This file was deleted.

Loading
Loading