@@ -951,14 +951,10 @@ struct GenericDeviceTy : public DeviceAllocatorTy {
951
951
Error launchKernel (void *EntryPtr, void **ArgPtrs, ptrdiff_t *ArgOffsets,
952
952
KernelArgsTy &KernelArgs, __tgt_async_info *AsyncInfo);
953
953
954
- // / Initialize a __tgt_async_info structure. Related to interop features.
954
+ // / Initialize a __tgt_async_info structure.
955
955
Error initAsyncInfo (__tgt_async_info **AsyncInfoPtr);
956
956
virtual Error initAsyncInfoImpl (AsyncInfoWrapperTy &AsyncInfoWrapper) = 0;
957
957
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
-
962
958
// / Enqueue a host call to AsyncInfo
963
959
Error enqueueHostCall (void (*Callback)(void *), void *UserData,
964
960
__tgt_async_info *AsyncInfo);
@@ -1490,10 +1486,6 @@ struct GenericPluginTy {
1490
1486
// / Creates an asynchronous queue for the given plugin.
1491
1487
int32_t init_async_info (int32_t DeviceId, __tgt_async_info **AsyncInfoPtr);
1492
1488
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
-
1497
1489
// / Sets the offset into the devices for use by OMPT.
1498
1490
int32_t set_device_identifier (int32_t UserId, int32_t DeviceId);
1499
1491
0 commit comments