diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2024-11-17 07:32:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-17 07:32:29 -0800 |
commit | 2edfa50e7fb8f34736b8d9d216ac908d08b2b0f8 (patch) | |
tree | 015e8fca91efd4de2f273ce2d21315fb897422eb | |
parent | 7c010bfdc540890e33c5db2424e0cfb9df08d410 (diff) | |
download | llvm-2edfa50e7fb8f34736b8d9d216ac908d08b2b0f8.zip llvm-2edfa50e7fb8f34736b8d9d216ac908d08b2b0f8.tar.gz llvm-2edfa50e7fb8f34736b8d9d216ac908d08b2b0f8.tar.bz2 |
[Offload][NFC] Update README.md
-rw-r--r-- | offload/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/offload/README.md b/offload/README.md index 6956c1a..74814de 100644 --- a/offload/README.md +++ b/offload/README.md @@ -6,9 +6,10 @@ not match the architecture of their "host". In the long run, all kinds of targets are in scope of this effort, including but not limited to: CPUs, GPUs, FPGAs, AI/ML accelerators, distributed resources, etc. -The project is just starting and the design is still not ironed out. More -content will show up here and on our webpage soon. In the meantime people are -encouraged to participate in our meetings (see below) and check our +For OpenMP offload users, the project is ready and fully usable. +The final API design is still under development. More content will show up here +and on our webpage soon. In the meantime, people are encouraged to participate +in our meetings (see below) and check our [development board](https://github.com/orgs/llvm/projects/24/) as well as the discussions on [Discourse](https://discourse.llvm.org/tag/offload). |