From 5d0ff70908910a93a4de0f82282afe888866ecd5 Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Fri, 5 Jan 2024 14:44:31 -0800 Subject: [PATCH 1/4] [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 0000000000000..c45344f96b015 --- /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 Date: Fri, 12 Jan 2024 09:09:28 -0800 Subject: [PATCH 2/4] Update offload/README.md Co-authored-by: Shilei Tian --- offload/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offload/README.md b/offload/README.md index c45344f96b015..2a93366b8ae92 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 From d5775f90afc268d5f889f2fe78b72cafc0e2355c Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Fri, 12 Jan 2024 09:09:39 -0800 Subject: [PATCH 3/4] Update offload/README.md Co-authored-by: Shilei Tian --- offload/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offload/README.md b/offload/README.md index 2a93366b8ae92..aaa53dbf4d6a4 100644 --- a/offload/README.md +++ b/offload/README.md @@ -15,5 +15,5 @@ discussions on [Discourse](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) +[invite.ics](https://drive.google.com/file/d/10Gv-MuEQ-VztJBqpQBggJclv2vU5VF0V/view?usp=sharing) [Meeting Minutes and Agenda](https://docs.google.com/document/d/1PAeEshxHCv22JDBCPA9GXGggLp0t7rsnD_jL04MBbzw/edit?usp=sharing) From 9a0e1542d773769eea04da7073a26aca47974e81 Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Wed, 3 Apr 2024 09:43:31 -0700 Subject: [PATCH 4/4] Update README.md --- offload/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/offload/README.md b/offload/README.md index aaa53dbf4d6a4..6956c1af5f98e 100644 --- a/offload/README.md +++ b/offload/README.md @@ -14,6 +14,7 @@ discussions on [Discourse](https://discourse.llvm.org/tag/offload). # Meetings -Every second Friday, starting Jan 12, 2024, 9:00 - 10:00am PST. -[invite.ics](https://drive.google.com/file/d/10Gv-MuEQ-VztJBqpQBggJclv2vU5VF0V/view?usp=sharing) +Every second Wednesday, 7:00 - 8:00am PT, starting Jan 24, 2024. +Alternates with the OpenMP in LLVM meeting. +[invite.ics](https://drive.google.com/file/d/1AYwKdnM01aV9Gv9k435ArEAhn7PAer7z/view?usp=sharing) [Meeting Minutes and Agenda](https://docs.google.com/document/d/1PAeEshxHCv22JDBCPA9GXGggLp0t7rsnD_jL04MBbzw/edit?usp=sharing)