Skip to content

Update llvm benchmark scripts #1426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
repository: intel/llvm
# Note: The same ref is used in docs build (for dashboard generation)!
#
# 27.06.2025
# 11.07.2025
# branch: sycl
ref: 3b04aeb7d1d4ad5bbe64fb257f4ca6e5284ec5d0
ref: b68f49e0a03fb63de5a3e207f0f65247964d337b
path: sc
sparse-checkout: |
devops/scripts/benchmarks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: intel/llvm
# 27.06.2025
# 11.07.2025
# branch: sycl
ref: 3b04aeb7d1d4ad5bbe64fb257f4ca6e5284ec5d0
ref: b68f49e0a03fb63de5a3e207f0f65247964d337b
path: sc
sparse-checkout: |
devops/scripts/benchmarks
Expand Down
Loading