[llvm] [libsycl] Add liboffload kernel creation (PR #188794)
Sergey Semenov via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 06:43:37 PDT 2026
================
@@ -18,6 +18,20 @@
_LIBSYCL_BEGIN_NAMESPACE_SYCL
namespace detail {
+ProgramWrapper::ProgramWrapper(ol_device_handle_t Device,
----------------
sergey-semenov wrote:
These should be moved to a separate source file since they are declared in device_image_wrapper.hpp.
https://github.com/llvm/llvm-project/pull/188794
More information about the llvm-commits
mailing list