feat: Add HLO workload executor and initial registry configuration to… #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: BAP Onboarding | |
| on: | |
| push: | |
| branches: | |
| - bap-onboarding | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| # Cancel any previous runs on the same branch when a new commit is pushed. | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| cancel-in-progress: true | |
| jobs: | |
| run_benchmarks: | |
| name: Run Tokamax benchmarks | |
| uses: google-ml-infra/actions/.github/workflows/run-benchmarks.yaml@41d4df7f511683b977b4fa80cece1a06fabc061d | |
| with: | |
| registry_file: "xla/tools/benchmarks/bap/benchmark_registry.pbtxt" | |
| workflow_type: "SCHEDULED" | |
| ml_actions_ref: "41d4df7f511683b977b4fa80cece1a06fabc061d" |