mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
feature: Add logic to disable bindless addressing via AIL
Add mockable Device functions to get ReleaseHelper and AILConfiguration. Resolves: NEO-12699 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9a44ac6779
commit
ebc19b4a70
@@ -1139,6 +1139,10 @@ ReleaseHelper *Device::getReleaseHelper() const {
|
||||
return getRootDeviceEnvironment().getReleaseHelper();
|
||||
}
|
||||
|
||||
AILConfiguration *Device::getAilConfigurationHelper() const {
|
||||
return getRootDeviceEnvironment().getAILConfigurationHelper();
|
||||
}
|
||||
|
||||
void Device::stopDirectSubmissionAndWaitForCompletion() {
|
||||
for (auto &engine : allEngines) {
|
||||
auto csr = engine.commandStreamReceiver;
|
||||
|
||||
Reference in New Issue
Block a user