mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Engine instanced SubDevices [2/n]
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b881e5f0fe
commit
4b300e80cb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user