[llvm] [Offload][NFC] Add offload subfolder and README (PR #77154)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 14:51:03 PST 2024


https://github.com/jdoerfert created https://github.com/llvm/llvm-project/pull/77154

The readme only states the goal and has links to further information, e.g., our meetings.

>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] [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)



More information about the llvm-commits mailing list