Skip to content

Commit a75ae82

Browse files
authored
README: Move Project Communication section higher
People might want to lurk on discord, and not even check out the code yet.
1 parent 18e8806 commit a75ae82

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ We have few paths to lower down to the Torch MLIR Dialect.
3030
This path provides the upcoming LTC path of capture. It is based of an unstable devel branch but is the closest way for you to adapt any existing torch_xla derivatives.
3131
- “ACAP” - Deprecated torch_xla based capture Mentioned here for completeness.
3232

33+
## Project Communication
34+
35+
- `#torch-mlir` channel on the LLVM [Discord](https://discord.gg/xS7Z362) - this is the most active communication channel
36+
- Github issues [here](https://github.com/llvm/torch-mlir/issues)
37+
- [`torch-mlir` section](https://llvm.discourse.group/c/projects-that-want-to-become-official-llvm-projects/torch-mlir/41) of LLVM Discourse
3338

3439
## Check out the code
3540

@@ -173,12 +178,6 @@ file in the workspace folder with the correct PYTHONPATH set. This allows
173178
tools like VSCode to work by default for debugging. This file can also be
174179
manually `source`'d in a shell.
175180

176-
## Project Communication
177-
178-
- `#torch-mlir` channel on the LLVM [Discord](https://discord.gg/xS7Z362)
179-
- Issues [here](https://github.com/llvm/torch-mlir/issues)
180-
- [`torch-mlir` section](https://llvm.discourse.group/c/projects-that-want-to-become-official-llvm-projects/torch-mlir/41) of LLVM Discourse
181-
182181
## Build Python Packages
183182

184183
We have preliminary support for building Python packages. This can be done

0 commit comments

Comments
 (0)