Skip to content

Commit dc8dc50

Browse files
build: dependencies update
Signed-off-by: ocldev <ocldev@intel.com>
1 parent 2ea3686 commit dc8dc50

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
*
88
*/
99

10-
dependenciesRevision='a51cdcc160ce0f4e1f8399bf2f78a6f369e603e8-3770'
10+
dependenciesRevision='1fd75bf11cef462c1185715298e286b1c42a1576-3777'

manifests/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ components:
88
branch: master
99
dest_dir: aub_stream
1010
repository: https://github.com/intel/aubstream
11-
revision: 42c40c077202da634b65ed7978f1c571d45a7dcd
11+
revision: d624c1092d5fd8d2fedd43be7cf3d600777ca10a
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: 3770-5826
44+
revision: 3777-5834
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-3770
88+
converter: M-3777
8989
include:
9090
- infra.yml
9191
version: '1'

third_party/aub_stream/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git_revision: 42c40c077202da634b65ed7978f1c571d45a7dcd
1+
git_revision: d624c1092d5fd8d2fedd43be7cf3d600777ca10a

third_party/aub_stream/aubstream/hint_values.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ struct DataTypeHintValues {
7676
TracePpgttLevel3 = 67,
7777
TracePpgttLevel4 = 68,
7878
TracePpgttLevel5 = 69,
79+
TraceIndirectRingContextRcs = 70,
80+
TraceIndirectRingContextBcs = 71,
81+
TraceIndirectRingContextVcs = 72,
82+
TraceIndirectRingContextVecs = 73,
83+
TraceIndirectRingContextCcs = 74,
7984
};
8085
};
8186
} // namespace aub_stream

third_party/aub_stream/aubstream/product_family.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022-2024 Intel Corporation
2+
* Copyright (C) 2022-2025 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -23,6 +23,7 @@ enum class ProductFamily : uint32_t {
2323
Bmg = 17u,
2424
Lnl = 18u,
2525
Ptl = 21u,
26+
Cri = 22u,
2627
MaxProduct,
2728
};
2829
} // namespace aub_stream

0 commit comments

Comments
 (0)