Engine instanced SubDevices [2/n]

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-04-26 15:19:31 +00:00
committed by Compute-Runtime-Automation
parent b881e5f0fe
commit 4b300e80cb
3 changed files with 57 additions and 3 deletions

View File

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