mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Fix returned local memory size
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
75012f4465
commit
0346a5679f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user