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