[llvm-branch-commits] [llvm] [libsycl] add single_task (PR #188797)
Mariya Podchishchaeva via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 30 07:01:26 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)
----------------
Fznamznon wrote:
I wonder if device-copyability will end up being checked by CFE? Except probably for `buffer` underlying type
@tahonermann
https://github.com/llvm/llvm-project/pull/188797
More information about the llvm-branch-commits
mailing list