mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Add Device::getParentDevice function
Change-Id: I7b75bca67dceb74624c8dd8fd8c1542437fd9393 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
@@ -20,6 +20,7 @@ class RootDevice : public Device {
|
||||
uint32_t getNumAvailableDevices() const override;
|
||||
uint32_t getRootDeviceIndex() const override;
|
||||
Device *getDeviceById(uint32_t deviceId) const override;
|
||||
Device *getParentDevice() const override;
|
||||
|
||||
uint32_t getNumSubDevices() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user