mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
committed by
Compute-Runtime-Automation
parent
2ea3686d86
commit
dc8dc50e32
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,4 +7,4 @@
|
||||
*
|
||||
*/
|
||||
|
||||
dependenciesRevision='a51cdcc160ce0f4e1f8399bf2f78a6f369e603e8-3770'
|
||||
dependenciesRevision='1fd75bf11cef462c1185715298e286b1c42a1576-3777'
|
||||
|
||||
@@ -8,7 +8,7 @@ components:
|
||||
branch: master
|
||||
dest_dir: aub_stream
|
||||
repository: https://github.com/intel/aubstream
|
||||
revision: 42c40c077202da634b65ed7978f1c571d45a7dcd
|
||||
revision: d624c1092d5fd8d2fedd43be7cf3d600777ca10a
|
||||
type: git
|
||||
gmmlib:
|
||||
asset_name: gmmlib
|
||||
@@ -41,7 +41,7 @@ components:
|
||||
dest_dir: kernels_bin
|
||||
type: git
|
||||
branch: kernels_bin
|
||||
revision: 3770-5826
|
||||
revision: 3777-5834
|
||||
level_zero:
|
||||
asset_name: level_zero
|
||||
dest_dir: level_zero
|
||||
@@ -85,7 +85,7 @@ components:
|
||||
dest_dir: wsl
|
||||
revision: 56430997dac34ca0e9e18c177636234cac26ad54
|
||||
type: git
|
||||
converter: M-3770
|
||||
converter: M-3777
|
||||
include:
|
||||
- infra.yml
|
||||
version: '1'
|
||||
|
||||
2
third_party/aub_stream/.version
vendored
2
third_party/aub_stream/.version
vendored
@@ -1 +1 @@
|
||||
git_revision: 42c40c077202da634b65ed7978f1c571d45a7dcd
|
||||
git_revision: d624c1092d5fd8d2fedd43be7cf3d600777ca10a
|
||||
|
||||
@@ -76,6 +76,11 @@ struct DataTypeHintValues {
|
||||
TracePpgttLevel3 = 67,
|
||||
TracePpgttLevel4 = 68,
|
||||
TracePpgttLevel5 = 69,
|
||||
TraceIndirectRingContextRcs = 70,
|
||||
TraceIndirectRingContextBcs = 71,
|
||||
TraceIndirectRingContextVcs = 72,
|
||||
TraceIndirectRingContextVecs = 73,
|
||||
TraceIndirectRingContextCcs = 74,
|
||||
};
|
||||
};
|
||||
} // namespace aub_stream
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022-2024 Intel Corporation
|
||||
* Copyright (C) 2022-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -23,6 +23,7 @@ enum class ProductFamily : uint32_t {
|
||||
Bmg = 17u,
|
||||
Lnl = 18u,
|
||||
Ptl = 21u,
|
||||
Cri = 22u,
|
||||
MaxProduct,
|
||||
};
|
||||
} // namespace aub_stream
|
||||
|
||||
Reference in New Issue
Block a user