Skip to content

(Single-card) Device perf regressions #4945

(Single-card) Device perf regressions

(Single-card) Device perf regressions #4945

name: "(Single-card) Device perf regressions"
on:
workflow_dispatch:
schedule:
- cron: "0 2,7,10,14,17,20,23 * * *"
workflow_call:
jobs:
build-artifact-profiler:
uses: ./.github/workflows/build-artifact.yaml
with:
tracy: true
build-wheel: true
secrets: inherit
device-perf:
needs: build-artifact-profiler
secrets: inherit
uses: ./.github/workflows/perf-device-models-impl.yaml
with:
docker-image: ${{ needs.build-artifact-profiler.outputs.ci-build-docker-image }}
build-artifact-name: ${{ needs.build-artifact-profiler.outputs.build-artifact-name }}
wheel-artifact-name: ${{ needs.build-artifact-profiler.outputs.wheel-artifact-name }}