Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit cfea357

Browse files
author
Edd Wilder-James
authored
Create SIG MLIR charter
* Create CHARTER.md Charter for SIG MLIR * Add Pankaj GitHub handle
1 parent 16a6db2 commit cfea357

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

sigs/mlir/CHARTER.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Proposed name: SIG MLIR
2+
3+
## Objective
4+
5+
The purpose of this group is to enable collaboration and open discussions about:
6+
7+
1. High Performance Compilers and Optimization techniques that can be applied to TensorFlow graphs.
8+
2. Code generation
9+
10+
Our overarching goal is to create common intermediate representation (IR) that reduces the cost to bring up new hardware, and improve usability for existing TensorFlow users.
11+
12+
## Membership
13+
14+
Anyone involved in or interested in high performance compilers and their applications to TensorFlow graphs are welcome to join the group. To participate, request an invitation to join the mailing list. Archives of the mailing list will be publicly accessible.
15+
16+
## Resources
17+
18+
* Mailing list: [[email protected]](https://groups.google.com/a/tensorflow.org/forum/#!forum/mlir)
19+
* GitHub repo: [tensorflow/mlir](https://github.com/tensorflow/mlir)
20+
21+
## Collaboration
22+
23+
We plan to start by focusing on the Graph Compiler. As such, we’ll have a 45 min meeting every week. In the near future, we also plan on adding another 45 min slot focussed on Code Generation. Everyone on the mailing list will be invited. We will publish a document for interested members to add topics. The main goals of these meetings will include, but not restricted to:
24+
25+
1. Design discussions and reviews of upcoming changes.
26+
2. Roadmap discussions.
27+
3. Discussions around platform support.
28+
4. Important issues & bugs.
29+
30+
## Contacts
31+
32+
* Project lead: Tatiana Shpeisman [@tatianashp](https://github.com/tatianashp) - speisman at google
33+
* Project manager: Pankaj Kanwar [@pkanwar23](https://github.com/pkanwar23) - pkanwar at google
34+
* For administrative questions, contact Edd Wilder-James
35+
[@ewilderj](https://github.com/ewilderj) - ewj at google
36+
37+
## Code of Conduct
38+
39+
As with all forums and spaces related to TensorFlow, SIG MLIR is subject to
40+
the [TensorFlow Code of
41+
Conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)