mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
committed by
Compute-Runtime-Automation
parent
2db8fc266a
commit
cc8db4caf6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,4 +7,4 @@
|
||||
*
|
||||
*/
|
||||
|
||||
dependenciesRevision='9a6052d4fc03b0dbc1b8c0a64422021e28ad511c-3623'
|
||||
dependenciesRevision='14bc3336b206983bd6b1d18a5d0eeadd6e9d2a06-3630'
|
||||
|
||||
@@ -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'
|
||||
|
||||
2
third_party/aub_stream/.version
vendored
2
third_party/aub_stream/.version
vendored
@@ -1 +1 @@
|
||||
git_revision: 18bf891e86b5e32e2bbf443e43aa31b18557a93b
|
||||
git_revision: 357cc9baf05ebcb56498331fa134c7cfb5430732
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user