mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
test: Restore dbgSettings on WhiteboxAil destruction
Related-To: HSD-16028004193, NEO-15740 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3f5bdc2cf6
commit
b501d0fa8f
@@ -8,6 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "shared/source/ail/ail_configuration.h"
|
||||
#include "shared/test/common/helpers/debug_manager_state_restore.h"
|
||||
|
||||
namespace NEO {
|
||||
class MockAILConfiguration : public AILConfiguration {
|
||||
@@ -95,6 +96,8 @@ class AILWhitebox : public AILConfigurationHw<productFamily> {
|
||||
using AILConfiguration::isKernelHashCorrect;
|
||||
using AILConfiguration::processName;
|
||||
using AILConfiguration::sourcesContain;
|
||||
|
||||
DebugManagerStateRestore dbgRestore;
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user