Skip to content

Commit

Permalink
Switch to LF AI & Data mailing lists (iree-org#18401)
Browse files Browse the repository at this point in the history
Replaces references to iree-discuss with iree-technical-discussion and
introduces iree-announce.
  • Loading branch information
marbre authored Sep 4, 2024
1 parent 9cacbd6 commit 45132f5
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ contact_links:
url: https://github.com/iree-org/iree/issues/new
about: If you know what you're doing (especially collaborators)
- name: 📧 Send an email to our mailing list
url: https://groups.google.com/forum/#!forum/iree-discuss
about: For announcements and asynchronous discussion
url: https://lists.lfaidata.foundation/g/iree-technical-discussion
about: For asynchronous discussion
- name: 🗣 Start a discussion on GitHub
url: https://github.com/iree-org/iree/discussions
about: An alternative platform for asynchronous discussion
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ To get started with contributing, please take a look at the
bugs, and other work tracking
* [IREE Discord server](https://discord.gg/wEWh6Z9nMU): Daily development
discussions with the core team and collaborators
* [iree-discuss email list](https://groups.google.com/forum/#!forum/iree-discuss):
Announcements, general and low-priority discussion
* [iree-technical-discussion email list](https://lists.lfaidata.foundation/g/iree-technical-discussion):
General and low-priority discussion

## Community guidelines

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ https://iree.dev/developers/general/github-actions/.
bugs, and other work tracking
* [IREE Discord server](https://discord.gg/wEWh6Z9nMU): Daily development
discussions with the core team and collaborators
* [iree-discuss email list](https://groups.google.com/forum/#!forum/iree-discuss):
* (New) [iree-announce email list](https://lists.lfaidata.foundation/g/iree-announce):
Announcements
* (New) [iree-technical-discussion email list](https://lists.lfaidata.foundation/g/iree-technical-discussion):
General and low-priority discussion
* (Legacy) [iree-discuss email list](https://groups.google.com/forum/#!forum/iree-discuss):
Announcements, general and low-priority discussion

#### Related Project Channels
Expand Down
2 changes: 1 addition & 1 deletion compiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def find_git_submodule_revision(submodule_path):
name=f"{custom_package_prefix}iree-compiler{custom_package_suffix}{PACKAGE_SUFFIX}",
version=f"{PACKAGE_VERSION}",
author="IREE Authors",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
description="IREE Compiler API",
long_description="",
license="Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/website/docs/developers/design-docs/design-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ become much clearer when seeing where we want to go with the infrastructure we
are building (as opposed to where we currently are with our MVP slice). This
document is not meant to encompass the entire design of any individual feature
and if there's interest please say hi on the
[iree-discuss](https://groups.google.com/forum/#!forum/iree-discuss) mailing
list.
[iree-technical-discussion](https://lists.lfaidata.foundation/g/iree-technical-discussion)
mailing list.

[TOC]

Expand Down
6 changes: 5 additions & 1 deletion docs/website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,11 @@ using various languages.
* :fontawesome-brands-discord:
[IREE Discord server](https://discord.gg/wEWh6Z9nMU): Daily development
discussions with the core team and collaborators
* :fontawesome-solid-users: [iree-discuss email list](https://groups.google.com/forum/#!forum/iree-discuss):
* :fontawesome-solid-bullhorn: (New) [iree-announce email list](https://lists.lfaidata.foundation/g/iree-announce):
Announcements
* :fontawesome-solid-envelope: (New) [iree-technical-discussion email list](https://lists.lfaidata.foundation/g/iree-technical-discussion):
General and low-priority discussion
* :fontawesome-solid-envelope: (Legacy) [iree-discuss email list](https://groups.google.com/forum/#!forum/iree-discuss):
Announcements, general and low-priority discussion

## Roadmap
Expand Down
9 changes: 6 additions & 3 deletions docs/website/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,12 @@ extra:
- icon: fontawesome/brands/discord
link: https://discord.gg/wEWh6Z9nMU
name: IREE Discord Server
- icon: fontawesome/solid/users
link: https://groups.google.com/forum/#!forum/iree-discuss
name: IREE Discuss Google Group
- icon: fontawesome/solid/bullhorn
link: https://lists.lfaidata.foundation/g/iree-announce
name: IREE Announcement Mailing List
- icon: fontawesome/solid/envelope
link: https://lists.lfaidata.foundation/g/iree-technical-discussion
name: IREE Technical Discussion Mailing List

status:
new: Recently updated
Expand Down
2 changes: 1 addition & 1 deletion integrations/pjrt/python_packages/iree_cpu_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def build_default_configuration(self):
name=f"iree-pjrt-plugin-cpu{iree_pjrt_setup.PACKAGE_SUFFIX}",
version=f"{iree_pjrt_setup.PACKAGE_VERSION}",
author="The IREE Team",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
license="Apache-2.0",
description="IREE PJRT Plugin for CPUs (generic)",
long_description=README,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def build_default_configuration(self):
name=f"iree-pjrt-plugin-cuda{iree_pjrt_setup.PACKAGE_SUFFIX}",
version=f"{iree_pjrt_setup.PACKAGE_VERSION}",
author="The IREE Team",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
license="Apache-2.0",
description="IREE PJRT Plugin for CUDA (generic)",
long_description=README,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def build_default_configuration(self):
name=f"iree-pjrt-plugin-rocm{iree_pjrt_setup.PACKAGE_SUFFIX}",
version=f"{iree_pjrt_setup.PACKAGE_VERSION}",
author="The IREE Team",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
license="Apache-2.0",
description="IREE PJRT Plugin for ROCM (generic)",
long_description=README,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def build_default_configuration(self):
name=f"iree-pjrt-plugin-vulkan{iree_pjrt_setup.PACKAGE_SUFFIX}",
version=f"{iree_pjrt_setup.PACKAGE_VERSION}",
author="The IREE Team",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
license="Apache-2.0",
description="IREE PJRT Plugin for Vulkan (generic)",
long_description=README,
Expand Down
2 changes: 1 addition & 1 deletion integrations/tensorflow/python_projects/iree_tf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def load_version_info():
name=f"iree-tools-tf{PACKAGE_SUFFIX}",
version=f"{PACKAGE_VERSION}",
author="The IREE Team",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
license="Apache-2.0",
description="IREE TensorFlow Compiler Tools",
long_description=README,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def load_version_info():
name=f"iree-tools-tflite{PACKAGE_SUFFIX}",
version=f"{PACKAGE_VERSION}",
author="The IREE Team",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
license="Apache-2.0",
description="IREE TFLite Compiler Tools",
long_description=README,
Expand Down
2 changes: 1 addition & 1 deletion runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def populate_built_package(abs_dir):
name=f"{custom_package_prefix}iree-runtime{custom_package_suffix}{PACKAGE_SUFFIX}",
version=f"{PACKAGE_VERSION}",
author="IREE Authors",
author_email="iree-[email protected]",
author_email="iree-[email protected]",
description="IREE Python Runtime Components",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 45132f5

Please sign in to comment.