mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Remove not needed virtual keyword
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a02c4dd5ce
commit
b37d46dd3d
@@ -73,8 +73,8 @@ struct ContextFixture : DeviceFixture {
|
||||
};
|
||||
|
||||
struct MultipleDevicesWithCustomHwInfo {
|
||||
virtual void SetUp();
|
||||
virtual void TearDown() {}
|
||||
void SetUp();
|
||||
void TearDown() {}
|
||||
NEO::HardwareInfo hwInfo;
|
||||
const uint32_t numSubslicesPerSlice = 4;
|
||||
const uint32_t numEuPerSubslice = 8;
|
||||
|
||||
Reference in New Issue
Block a user