Issue 79304
Summary [Offload] Develop a new API for the "plugins"
Labels
Assignees
Reporter jdoerfert
    The plugins roughly abstract over the vendor dependent libraries and provide a common interface. This is then used by OpenMP and other languages to provide language specific features.

The plugins are valuable as a generic runtime for offloading, but they are currently not exported and the API is ill-defined. We should rewrite the plugin interface and export it. 

Example of a potential API is at https://gist.github.com/jhuber6/7873e2e74df91039ea549481b7c53cba.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to