mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
committed by
Compute-Runtime-Automation
parent
5ab592994c
commit
ff09fdf07a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,5 +7,5 @@
|
||||
*
|
||||
*/
|
||||
|
||||
dependenciesRevision='1f35b97aadb02cff5fa8c0b0d5591f365f2e3b85-2059'
|
||||
dependenciesRevision='f800490cb427a28f4d9d2f3fa8e23f439d62ad99-2060'
|
||||
kernelVersion='dev-4757'
|
||||
|
||||
@@ -3,7 +3,7 @@ components:
|
||||
branch: master
|
||||
dest_dir: aub_stream
|
||||
repository: https://github.com/intel/aubstream
|
||||
revision: 7f952d6c4e11efaf517784b5aa96620943d769a9
|
||||
revision: c713f6743d14f59e7e1385695b4b035eb4c515aa
|
||||
type: git
|
||||
gmmlib:
|
||||
asset_name: gmmlib
|
||||
@@ -41,7 +41,7 @@ components:
|
||||
dest_dir: kernels_bin
|
||||
type: git
|
||||
branch: kernels_bin
|
||||
revision: 2059-681
|
||||
revision: 2060-682
|
||||
kmdaf:
|
||||
branch: kmdaf
|
||||
dest_dir: kmdaf
|
||||
@@ -83,11 +83,11 @@ components:
|
||||
dest_dir: wdk
|
||||
type: git
|
||||
branch: wdk
|
||||
revision: c57e8a80dc2294b49aeb1192cb00231d13a295c4-2058
|
||||
revision: f800490cb427a28f4d9d2f3fa8e23f439d62ad99-2060
|
||||
wsl:
|
||||
branch: wsl
|
||||
dest_dir: wsl
|
||||
revision: 56430997dac34ca0e9e18c177636234cac26ad54
|
||||
type: git
|
||||
converter: M-2059
|
||||
converter: M-2060
|
||||
version: '1'
|
||||
|
||||
3
third_party/aub_stream/aubstream/aubstream.h
vendored
3
third_party/aub_stream/aubstream/aubstream.h
vendored
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Intel Corporation
|
||||
* Copyright (C) 2022-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -60,6 +60,7 @@ constexpr uint32_t aubFile = 0;
|
||||
constexpr uint32_t tbx = 1;
|
||||
constexpr uint32_t aubFileAndTbx = 2;
|
||||
constexpr uint32_t tbxShm = 3;
|
||||
constexpr uint32_t tbxShm3 = 4;
|
||||
} // namespace mode
|
||||
|
||||
namespace clearColorType {
|
||||
|
||||
Reference in New Issue
Block a user