Skip to content

Commit

Permalink
ci: remove autotune dependency from build:benchmark
Browse files Browse the repository at this point in the history
The workaround needed to make this work is has major disadvantages,
and our current workflow does not make use of this dependency anyway
(Currently the generated configs are checked into the repository, so
the CI would run the benchmarks on them on the next push to the
merge-request).

When we improve automation around autotuning this could be implemented
with conditional jobs, but lets just drop the dependency for now.
  • Loading branch information
Gergely Meszaros authored and Naraenda committed Oct 18, 2023
1 parent 2fa35ae commit ad93f78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ build:package:

build:benchmark:
stage: build
needs:
- job: "autotune:generate-config"
optional: true
needs: []
tags:
- rocm-build
extends:
Expand Down

0 comments on commit ad93f78

Please sign in to comment.