Skip to content

add option to select build_image when manually running benchmarks#21051

Open
lslusarczyk wants to merge 1 commit intointel:syclfrom
lslusarczyk:select-docker-for-benchmarks
Open

add option to select build_image when manually running benchmarks#21051
lslusarczyk wants to merge 1 commit intointel:syclfrom
lslusarczyk:select-docker-for-benchmarks

Conversation

@lslusarczyk
Copy link
Copy Markdown
Contributor

To be able to manually run benchmarks on modified compute-runtime.

@lslusarczyk lslusarczyk requested a review from a team as a code owner January 14, 2026 15:00
Copy link
Copy Markdown
Contributor

@lukaszstolarczuk lukaszstolarczuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's hold on with this PR, I'll verify if this works as we'd expect

default: 'false'
build_image:
type: string
description: |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say it should just be description: Docker image used for building and benchmarking

description: |
Docker image used for building SYCL UR benchmarks
required: false
default: ''
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default could be already: "ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest" so we could skip the {{ || }} syntax below

pls note it's _nightly, not _build as you have now

- 'false'
- 'true'
default: 'false'
build_image:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rename to docker_image as it's used for both - building and benchmarking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants