diff options
Diffstat (limited to 'offload/plugins-nextgen/host/src/rtl.cpp')
-rw-r--r-- | offload/plugins-nextgen/host/src/rtl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offload/plugins-nextgen/host/src/rtl.cpp b/offload/plugins-nextgen/host/src/rtl.cpp index 9abc350..ed52135 100644 --- a/offload/plugins-nextgen/host/src/rtl.cpp +++ b/offload/plugins-nextgen/host/src/rtl.cpp @@ -297,7 +297,8 @@ struct GenELF64DeviceTy : public GenericDeviceTy { /// All functions are already synchronous. No need to do anything on this /// synchronization function. - Error synchronizeImpl(__tgt_async_info &AsyncInfo) override { + Error synchronizeImpl(__tgt_async_info &AsyncInfo, + bool ReleaseQueue) override { return Plugin::success(); } |