[llvm] [Offload] Full AMD support for olMemFill (PR #154958)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 25 05:28:44 PDT 2025


================
@@ -89,6 +89,40 @@ template <typename Fn> inline void threadify(Fn body) {
   }
 }
 
+/// Enqueues a task to the queue that can be manually resolved.
+// It will block until `trigger` is called.
+struct ManuallyTriggeredTask {
----------------
jhuber6 wrote:

Not entirely sure why we need this but I'll leave it be

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


More information about the llvm-commits mailing list