================
@@ -717,6 +717,13 @@ wrapDeviceImages(ArrayRef<std::unique_ptr<MemoryBuffer>>
Buffers,
M, BuffersToWrap.front(), offloading::getOffloadEntryArray(M)))
return std::move(Err);
break;
+ case OFK_SYCL: {
+ offloading::SYCLWrappingOptions WrappingOptions;
----------------
YuriPlyakhin wrote:
It seems `WrappingOptions` is not used currently. If there is a plan to use it
in the following patches, might be good to add some comment about it.
https://github.com/llvm/llvm-project/pull/147508
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits