[clang] [llvm] [SYCL] Add offload wrapping for SYCL kind. (PR #147508)
Maksim Sabianin via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 06:24:28 PDT 2025
================
@@ -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;
----------------
maksimsab wrote:
Yes, there are plans to use compile options once the support is ready in the Driver.
https://github.com/llvm/llvm-project/pull/147508
More information about the llvm-commits
mailing list