Skip to content

Commit 85b110e

Browse files
authored
[mlir][vector] Add documentation note on adding new ops (#144308)
This adds a note requesting that additions of new ops to the Vector dialect go through an RFC process. The goal is to clarify expectations for contributors. Note: this documents an existing (though previously unwritten) convention. See, e.g.: * https://discourse.llvm.org/t/rfc-adding-vector-to-elements-op-to-the-vector-dialect * https://discourse.llvm.org/t/rfc-improving-gather-codegen-for-vector-dialect
1 parent 437945b commit 85b110e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/docs/Dialects/Vector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 'vector' Dialect
22

3+
**Please post an RFC on the [forum](https://llvm.discourse.group/c/mlir/31)
4+
before adding any operation in this dialect.**
5+
36
[TOC]
47

58
MLIR supports multi-dimensional `vector` types and custom operations on those

0 commit comments

Comments
 (0)