diff options
Diffstat (limited to 'offload/plugins-nextgen/amdgpu/src')
-rw-r--r-- | offload/plugins-nextgen/amdgpu/src/rtl.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/offload/plugins-nextgen/amdgpu/src/rtl.cpp b/offload/plugins-nextgen/amdgpu/src/rtl.cpp index 8d2f975..a7723b8 100644 --- a/offload/plugins-nextgen/amdgpu/src/rtl.cpp +++ b/offload/plugins-nextgen/amdgpu/src/rtl.cpp @@ -2696,22 +2696,12 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy { Size / PatternSize); } - /// Initialize the async info for interoperability purposes. + /// Initialize the async info Error initAsyncInfoImpl(AsyncInfoWrapperTy &AsyncInfoWrapper) override { // TODO: Implement this function. return Plugin::success(); } - /// Initialize the device info for interoperability purposes. - Error initDeviceInfoImpl(__tgt_device_info *DeviceInfo) override { - DeviceInfo->Context = nullptr; - - if (!DeviceInfo->Device) - DeviceInfo->Device = reinterpret_cast<void *>(Agent.handle); - - return Plugin::success(); - } - interop_spec_t selectInteropPreference(int32_t InteropType, int32_t NumPrefers, interop_spec_t *Prefers) override { |