diff options
Diffstat (limited to 'offload/plugins-nextgen/host/src/rtl.cpp')
-rw-r--r-- | offload/plugins-nextgen/host/src/rtl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/offload/plugins-nextgen/host/src/rtl.cpp b/offload/plugins-nextgen/host/src/rtl.cpp index 0845032..eb4ecac 100644 --- a/offload/plugins-nextgen/host/src/rtl.cpp +++ b/offload/plugins-nextgen/host/src/rtl.cpp @@ -344,12 +344,6 @@ struct GenELF64DeviceTy : public GenericDeviceTy { "initAsyncInfoImpl not supported"); } - /// This plugin does not support interoperability - Error initDeviceInfoImpl(__tgt_device_info *DeviceInfo) override { - return Plugin::error(ErrorCode::UNSUPPORTED, - "initDeviceInfoImpl not supported"); - } - Error enqueueHostCallImpl(void (*Callback)(void *), void *UserData, AsyncInfoWrapperTy &AsyncInfo) override { Callback(UserData); |