Skip to content

Commit

Permalink
Human readable run names support for Triton benchmarks (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasd authored Oct 25, 2024
1 parent c05fe4f commit 5feeb96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/triton-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Triton benchmarks
run-name: ${{ inputs.run_name }}

on:
workflow_dispatch:
Expand All @@ -19,6 +20,10 @@ on:
- ELAPSED_TIME
- UPSTREAM_PYTORCH_PROFILER
default: PYTORCH_LEGACY_PROFILER_USING_IPEX
run_name:
description: Run name
type: string
default: "Triton benchmarks"
schedule:
- cron: "5 23 * * *"
pull_request:
Expand Down

0 comments on commit 5feeb96

Please sign in to comment.