mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Unify Device methods
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
60772197a4
commit
75e8dc499e
@@ -27,8 +27,6 @@ class SubDevice : public Device {
|
||||
protected:
|
||||
uint64_t getGlobalMemorySize(uint32_t deviceBitfield) const override;
|
||||
bool genericSubDevicesAllowed() override { return false; };
|
||||
bool createEngines() override;
|
||||
bool createEnginesForEngineInstancedDevice();
|
||||
|
||||
RootDevice &rootDevice;
|
||||
const uint32_t subDeviceIndex;
|
||||
|
||||
Reference in New Issue
Block a user