File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 77 *
88 */
99
10- dependenciesRevision= ' 38181c0e54c2a43df5f6f6dc9a065029efdad682-3760 '
10+ dependenciesRevision= ' 925c1f7eb7772131dd0bfe85147632218cea30f1-3761 '
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ components:
88 branch : master
99 dest_dir : aub_stream
1010 repository : https://github.com/intel/aubstream
11- revision : feb0352b344553c2a29d4c2f68eb982a43215567
11+ revision : 092feec3700214ccc4c2687c686617cbfe1efe6b
1212 type : git
1313 gmmlib :
1414 asset_name : gmmlib
@@ -41,7 +41,7 @@ components:
4141 dest_dir : kernels_bin
4242 type : git
4343 branch : kernels_bin
44- revision : 3760-5756
44+ revision : 3761-5761
4545 level_zero :
4646 asset_name : level_zero
4747 dest_dir : level_zero
@@ -85,7 +85,7 @@ components:
8585 dest_dir : wsl
8686 revision : 56430997dac34ca0e9e18c177636234cac26ad54
8787 type : git
88- converter : M-3760
88+ converter : M-3761
8989include :
9090- infra.yml
9191version : ' 1'
Original file line number Diff line number Diff line change 1- git_revision: feb0352b344553c2a29d4c2f68eb982a43215567
1+ git_revision: 092feec3700214ccc4c2687c686617cbfe1efe6b
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2022-2024 Intel Corporation
2+ * Copyright (C) 2022-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
@@ -96,6 +96,7 @@ namespace hardwareContextFlags {
9696constexpr uint32_t contextGroup = 1 << 15 ;
9797constexpr uint32_t highPriority = 1 << 14 ;
9898constexpr uint32_t lowPriority = 1 << 13 ;
99+ constexpr uint32_t runAlone = 1 << 0 ;
99100} // namespace hardwareContextFlags
100101
101102namespace hardwareContextId {
You can’t perform that action at this time.
0 commit comments