Skip to content

Commit 3ee2609

Browse files
authored
Merge branch 'main' into num_compute_units
2 parents b08beab + 062199a commit 3ee2609

File tree

72 files changed

+1214
-794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1214
-794
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
238238
- name: Upload HTML report
239239
if: ${{ always() && inputs.upload_report }}
240-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
240+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241241
with:
242242
path: ur-repo/benchmark_results.html
243243
key: benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}

.github/workflows/build-hw-reusable.yml

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,21 @@ env:
4040

4141
jobs:
4242
adapter-build-hw:
43-
name: Build & Test HW
43+
name: Build & CTS
4444
if: github.repository == 'oneapi-src/unified-runtime' # run only on upstream; forks won't have the HW
4545
strategy:
4646
matrix:
47-
adapter: [{
48-
name: "${{inputs.adapter_name}}",
49-
other_name: "${{inputs.other_adapter_name}}",
50-
platform: "${{inputs.platform}}",
51-
static_Loader: "${{inputs.static_loader}}",
52-
static_adapter: "${{inputs.static_loader}}"
53-
}]
54-
build_type: [Debug, Release]
55-
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}]
56-
# TODO: The latest L0 loader segfaults when built with clang.
57-
exclude:
58-
- adapter: {name: L0, platform: ""}
59-
compiler: {c: clang, cxx: clang++}
60-
# Exclude these configurations to avoid overloading the runners.
61-
- adapter: {static_Loader: ON}
62-
build_type: Release
63-
- adapter: {static_Loader: ON}
64-
compiler: {c: clang, cxx: clang++}
65-
- adapter: {static_adapter: ON}
66-
build_type: Release
67-
- adapter: {static_adapter: ON}
68-
compiler: {c: clang, cxx: clang++}
47+
adapter: [
48+
{
49+
name: "${{inputs.adapter_name}}",
50+
other_name: "${{inputs.other_adapter_name}}",
51+
platform: "${{inputs.platform}}",
52+
static_Loader: "${{inputs.static_loader}}",
53+
static_adapter: "${{inputs.static_loader}}"
54+
}
55+
]
56+
build_type: [Release]
57+
compiler: [{c: gcc, cxx: g++}]
6958

7059
runs-on: ${{inputs.runner_name}}
7160

.github/workflows/cmake.yml

Lines changed: 0 additions & 335 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Download benchmark HTML
5454
id: download-bench-html
55-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
55+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5656
with:
5757
path: ur-repo/benchmark_results.html
5858
key: benchmark-results-

0 commit comments

Comments
 (0)