mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Add missing override in L0 bindless aub test fixture
- clean warning in build Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c455c0f9c6
commit
51218ef353
@@ -22,12 +22,12 @@ namespace ult {
|
||||
|
||||
struct L0BindlessAub : Test<AUBFixtureL0> {
|
||||
|
||||
void SetUp() {
|
||||
void SetUp() override {
|
||||
DebugManager.flags.UseBindlessMode.set(1);
|
||||
DebugManager.flags.UseExternalAllocatorForSshAndDsh.set(1);
|
||||
AUBFixtureL0::SetUp();
|
||||
}
|
||||
void TearDown() {
|
||||
void TearDown() override {
|
||||
|
||||
module->destroy();
|
||||
AUBFixtureL0::TearDown();
|
||||
|
||||
Reference in New Issue
Block a user