build: dependencies update

Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:
ocldev
2025-09-19 05:11:12 +02:00
committed by Compute-Runtime-Automation
parent 2db8fc266a
commit cc8db4caf6
4 changed files with 8 additions and 6 deletions

2
Jenkinsfile vendored
View File

@@ -7,4 +7,4 @@
*
*/
dependenciesRevision='9a6052d4fc03b0dbc1b8c0a64422021e28ad511c-3623'
dependenciesRevision='14bc3336b206983bd6b1d18a5d0eeadd6e9d2a06-3630'

View File

@@ -8,7 +8,7 @@ components:
branch: master
dest_dir: aub_stream
repository: https://github.com/intel/aubstream
revision: 18bf891e86b5e32e2bbf443e43aa31b18557a93b
revision: 357cc9baf05ebcb56498331fa134c7cfb5430732
type: git
gmmlib:
asset_name: gmmlib
@@ -41,7 +41,7 @@ components:
dest_dir: kernels_bin
type: git
branch: kernels_bin
revision: 3623-5370
revision: 3630-5372
level_zero:
asset_name: level_zero
dest_dir: level_zero
@@ -85,7 +85,7 @@ components:
dest_dir: wsl
revision: 56430997dac34ca0e9e18c177636234cac26ad54
type: git
converter: M-3623
converter: M-3630
include:
- infra.yml
version: '1'

View File

@@ -1 +1 @@
git_revision: 18bf891e86b5e32e2bbf443e43aa31b18557a93b
git_revision: 357cc9baf05ebcb56498331fa134c7cfb5430732

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2024 Intel Corporation
* Copyright (C) 2022-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -30,6 +30,8 @@ struct HardwareContext {
virtual void writeMMIO(uint32_t offset, uint32_t value) = 0;
virtual void pollForFenceCompletion() = 0;
virtual void release(){};
virtual uint32_t getCurrentFence() { return 0; };
virtual uint32_t getExpectedFence() { return 0; };
};
} // namespace aub_stream