mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Add specializedDevice pointer to Device
Related-To: NEO-3938 Change-Id: Ic3386580a22c41f34c67949ccb7f7c6957c8f60d Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
5c4abe1261
commit
5495a4b458
@@ -54,7 +54,6 @@ class Platform : public BaseObject<_cl_platform_id> {
|
||||
Device *getDevice(size_t deviceOrdinal);
|
||||
ClDevice **getClDevices();
|
||||
ClDevice *getClDevice(size_t deviceOrdinal);
|
||||
std::unordered_map<const Device *, ClDevice *> clDeviceMap;
|
||||
|
||||
const PlatformInfo &getPlatformInfo() const;
|
||||
AsyncEventsHandler *getAsyncEventsHandler();
|
||||
|
||||
Reference in New Issue
Block a user