[TableGen] Split DAGISelMatcherOpt FactorNodes into 2 functions. NFC (#125330)
[llvm-project.git] / offload / liboffload / README.md
blob95c9bf54d7badd8fd76e5e0a8375608bc167f8a3
1 # Offload New API
3 This directory contains the implementation of the experimental work-in-progress
4 new API for Offload. It builds on top of the existing plugin implementations but
5 provides a single level of abstraction suitable for runtimes for languages other
6 than OpenMP to be built on top of.
8 See the [API definition readme](API/README.md) for implementation details.