Skip to content

Commit

Permalink
Merge branch 'add-tuning-build-to-pipeline' into 'develop_stream'
Browse files Browse the repository at this point in the history
Add config tuning build to pipeline

See merge request amd/libraries/rocPRIM!557
  • Loading branch information
Gergely Mészáros authored and Naraenda committed Oct 18, 2023
2 parents 3a35351 + 7075051 commit 9487932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ autotune:build:
extends:
- .cmake-minimum
- .gpus:rocm-gpus
- .rules:manual
- .rules:benchmark
variables:
BENCHMARK_TARGETS: benchmark_config_tuning
script:
Expand All @@ -280,6 +280,7 @@ autotune:build:
-S $CI_PROJECT_DIR
-G Ninja
-D CMAKE_CXX_COMPILER="$AMDCLANG"
-D CMAKE_CXX_FLAGS="-Wno-#pragma-messages"
-D CMAKE_BUILD_TYPE=Release
-D BUILD_TEST=OFF
-D BUILD_EXAMPLE=OFF
Expand Down

0 comments on commit 9487932

Please sign in to comment.