@@ -951,14 +951,10 @@ struct GenericDeviceTy : public DeviceAllocatorTy {
951951 Error launchKernel (void *EntryPtr, void **ArgPtrs, ptrdiff_t *ArgOffsets,
952952 KernelArgsTy &KernelArgs, __tgt_async_info *AsyncInfo);
953953
954- // / Initialize a __tgt_async_info structure. Related to interop features.
954+ // / Initialize a __tgt_async_info structure.
955955 Error initAsyncInfo (__tgt_async_info **AsyncInfoPtr);
956956 virtual Error initAsyncInfoImpl (AsyncInfoWrapperTy &AsyncInfoWrapper) = 0;
957957
958- // / Initialize a __tgt_device_info structure. Related to interop features.
959- Error initDeviceInfo (__tgt_device_info *DeviceInfo);
960- virtual Error initDeviceInfoImpl (__tgt_device_info *DeviceInfo) = 0;
961-
962958 // / Enqueue a host call to AsyncInfo
963959 Error enqueueHostCall (void (*Callback)(void *), void *UserData,
964960 __tgt_async_info *AsyncInfo);
@@ -1490,10 +1486,6 @@ struct GenericPluginTy {
14901486 // / Creates an asynchronous queue for the given plugin.
14911487 int32_t init_async_info (int32_t DeviceId, __tgt_async_info **AsyncInfoPtr);
14921488
1493- // / Creates device information to be used for diagnostics.
1494- int32_t init_device_info (int32_t DeviceId, __tgt_device_info *DeviceInfo,
1495- const char **ErrStr);
1496-
14971489 // / Sets the offset into the devices for use by OMPT.
14981490 int32_t set_device_identifier (int32_t UserId, int32_t DeviceId);
14991491
0 commit comments