[llvm] [Offload][NFC] Add offload subfolder and README (PR #77154)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 09:09:34 PST 2024
https://github.com/jdoerfert updated https://github.com/llvm/llvm-project/pull/77154
>From 5d0ff70908910a93a4de0f82282afe888866ecd5 Mon Sep 17 00:00:00 2001
From: Johannes Doerfert <johannes at jdoerfert.de>
Date: Fri, 5 Jan 2024 14:44:31 -0800
Subject: [PATCH 1/2] [Offload][NFC] Add offload subfolder and README
The readme only states the goal and has links to further information,
e.g., our meetings.
---
offload/README.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 offload/README.md
diff --git a/offload/README.md b/offload/README.md
new file mode 100644
index 00000000000000..c45344f96b0157
--- /dev/null
+++ b/offload/README.md
@@ -0,0 +1,19 @@
+# The LLVM/Offload Subproject
+
+The Offload subproject aims at providing tooling, runtimes, and APIs that allow
+users to execute code on accelerators or other "co-processors" that may or may
+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
+[development board](https://github.com/orgs/llvm/projects/24/) as well as the
+discussions on [discord](https://discourse.llvm.org/tag/offload).
+
+# Meetings
+
+Every second Friday, starting Jan 12, 2024, 9:00 - 10:00am PST.
+[invite.ics](https://docs.google.com/document/d/1PAeEshxHCv22JDBCPA9GXGggLp0t7rsnD_jL04MBbzw/edit?usp=sharing)
+[Meeting Minutes and Agenda](https://docs.google.com/document/d/1PAeEshxHCv22JDBCPA9GXGggLp0t7rsnD_jL04MBbzw/edit?usp=sharing)
>From a7a8aaa7b97183fdab28691bc7f3f3433d7ebf1f Mon Sep 17 00:00:00 2001
From: Johannes Doerfert <johannesdoerfert at gmail.com>
Date: Fri, 12 Jan 2024 09:09:28 -0800
Subject: [PATCH 2/2] Update offload/README.md
Co-authored-by: Shilei Tian <i at tianshilei.me>
---
offload/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/offload/README.md b/offload/README.md
index c45344f96b0157..2a93366b8ae92f 100644
--- a/offload/README.md
+++ b/offload/README.md
@@ -10,7 +10,7 @@ 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
[development board](https://github.com/orgs/llvm/projects/24/) as well as the
-discussions on [discord](https://discourse.llvm.org/tag/offload).
+discussions on [Discourse](https://discourse.llvm.org/tag/offload).
# Meetings
More information about the llvm-commits
mailing list