[llvm] [Offload] Implement the remaining initial Offload API (PR #122106)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 08:24:55 PST 2025


================
@@ -34,6 +34,69 @@ struct ol_platform_handle_t_ {
   std::vector<ol_device_handle_t_> Devices;
 };
 
+struct ol_queue_handle_t_ {
----------------
jdoerfert wrote:

I don't love the '_' suffix idea. It's like there is something missing.

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


More information about the llvm-commits mailing list