Skip to content

Commit 86161f9

Browse files
committed
[CI] Add Windows BMG testing
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent e4d65e0 commit 86161f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/sycl-windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ permissions: read-all
7171
jobs:
7272
build:
7373
name: Build + LIT
74-
runs-on: [Windows, build]
74+
runs-on: [Windows, bmg]
7575
environment: WindowsCILock
7676
outputs:
7777
build_conclusion: ${{ steps.build.conclusion }}

.github/workflows/sycl-windows-precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
&& needs.build.outputs.build_conclusion == 'success'
5353
uses: ./.github/workflows/sycl-windows-run-tests.yml
5454
with:
55-
name: Intel GEN12 Graphics with Level Zero
56-
runner: '["Windows","gen12"]'
55+
name: Intel BMG Graphics with Level Zero
56+
runner: '["Windows","bmg"]'
5757
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}

sycl/include/sycl/sycl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
8+
99
#pragma once
1010

1111
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)