[llvm] [libsycl] Implement fill & memset queue API (PR #217933)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 03:54:43 PDT 2026


================
@@ -0,0 +1,11 @@
+// REQUIRES: any-device
+// RUN: %clangxx -fsycl %s -o %t.out
+// RUN: %t.out
+
+#include "include/fill_memset_common.hpp"
----------------
Robertkq wrote:

header doesn't exist

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


More information about the llvm-commits mailing list