We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02c4dd commit b37d46dCopy full SHA for b37d46d
level_zero/core/test/unit_tests/fixtures/device_fixture.h
@@ -73,8 +73,8 @@ struct ContextFixture : DeviceFixture {
73
};
74
75
struct MultipleDevicesWithCustomHwInfo {
76
- virtual void SetUp();
77
- virtual void TearDown() {}
+ void SetUp();
+ void TearDown() {}
78
NEO::HardwareInfo hwInfo;
79
const uint32_t numSubslicesPerSlice = 4;
80
const uint32_t numEuPerSubslice = 8;
0 commit comments