Fix returned local memory size

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-12-06 11:38:24 +00:00
committed by Compute-Runtime-Automation
parent 75012f4465
commit 0346a5679f
12 changed files with 45 additions and 21 deletions

View File

@@ -25,7 +25,6 @@ class SubDevice : public Device {
bool isSubDevice() const override { return true; }
protected:
uint64_t getGlobalMemorySize(uint32_t deviceBitfield) const override;
bool genericSubDevicesAllowed() override { return false; };
RootDevice &rootDevice;