[llvm-branch-commits] [llvm] [libsycl] add single_task (PR #188797)

Kseniya Tikhomirova via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 30 08:56:11 PDT 2026


================
@@ -113,6 +113,10 @@ TODO for added SYCL classes
   * to implement submit & copy with accessors (low priority)
   * get_info & properties
   * ctors that accepts context (blocked by lack of liboffload support)
+  * nd_range kernel submissions
+  * cross-context events wait (host tasks are needed)
+  * implement check if lambda arguments are device copyable (requires clang support of corresponding builtins)
----------------
KseniyaTikhomirova wrote:

I really hope it to be pure CFE feature. I added note here about the missed functionality in RT comparing to intel/llvm to not forgot about it. Once we align on the way to implement this diagnostic in CFE it can be removed from RT todo list.

https://github.com/llvm/llvm-project/pull/188797


More information about the llvm-branch-commits mailing list