From fc16808cbd521023a48d1f6a0394c8a5933a7269 Mon Sep 17 00:00:00 2001 From: Igor Chorazewicz Date: Wed, 21 May 2025 21:14:50 +0000 Subject: [PATCH 1/3] barrier bench --- .github/workflows/benchmarks-reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks-reusable.yml b/.github/workflows/benchmarks-reusable.yml index 45622f3947..db0ddaab18 100644 --- a/.github/workflows/benchmarks-reusable.yml +++ b/.github/workflows/benchmarks-reusable.yml @@ -80,8 +80,8 @@ jobs: - name: Checkout benchmark scripts uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: - repository: intel/llvm - ref: sycl + repository: igchor/llvm + ref: f4bc8bab6e55d689388cb3812b92217b9785dc18 path: sc sparse-checkout: | devops/scripts/benchmarks From 34e871d5a890c752bfc54fccd1bb894a66d6361a Mon Sep 17 00:00:00 2001 From: Igor Chorazewicz Date: Wed, 21 May 2025 21:24:23 +0000 Subject: [PATCH 2/3] fix repo commit --- .github/workflows/benchmarks-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks-reusable.yml b/.github/workflows/benchmarks-reusable.yml index db0ddaab18..7f06797491 100644 --- a/.github/workflows/benchmarks-reusable.yml +++ b/.github/workflows/benchmarks-reusable.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: repository: igchor/llvm - ref: f4bc8bab6e55d689388cb3812b92217b9785dc18 + ref: 8af9795f1214de33c427cc01268f34f657e2ebfb path: sc sparse-checkout: | devops/scripts/benchmarks From f2e8adfad4cd6d6c72c47f1ce4992dfb30b2fe75 Mon Sep 17 00:00:00 2001 From: Igor Chorazewicz Date: Wed, 21 May 2025 21:34:46 +0000 Subject: [PATCH 3/3] update hash --- .github/workflows/benchmarks-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks-reusable.yml b/.github/workflows/benchmarks-reusable.yml index 7f06797491..03be6e6d12 100644 --- a/.github/workflows/benchmarks-reusable.yml +++ b/.github/workflows/benchmarks-reusable.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: repository: igchor/llvm - ref: 8af9795f1214de33c427cc01268f34f657e2ebfb + ref: 15308b16ada53663d83c92e52e708af9e06fd1db path: sc sparse-checkout: | devops/scripts/benchmarks