Skip to content
Merged
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
11 changes: 4 additions & 7 deletions .github/workflows/tritonbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,6 @@ jobs:
fi
echo "DEVICE_TYPE=$DEVICE_TYPE" >> $GITHUB_ENV

- name: Install dependencies
shell: bash
working-directory: triton-benchmarks/tritonbench
run: |
set -eux
pip install --group ci

- name: Install TritonBench and Build Triton
working-directory: triton-benchmarks/tritonbench
env:
Expand All @@ -203,6 +196,10 @@ jobs:
bash ./.ci/tritonbench/setup-env.sh --cuda \
--custom-triton ${GITHUB_WORKSPACE}/triton-benchmarks/triton

. "${SETUP_SCRIPT}"
. "${UV_VENV_DIR}/${CONDA_ENV}/bin/activate"
$HOME/.local/bin/uv pip install --group ci

- name: Run TritonBench
working-directory: triton-benchmarks/tritonbench
run: |
Expand Down
Loading