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

Callum Fare via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 09:38:39 PST 2025


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

I've changed this to `ol_*_queue_impl_t`

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


More information about the llvm-commits mailing list