File tree Expand file tree Collapse file tree 5 files changed +60
-0
lines changed Expand file tree Collapse file tree 5 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ ``` @meta
2
+ CollapsedDocStrings = true
3
+ ```
4
+
5
+ # GPU Dialect
6
+
7
+ Refer to the [ official documentation] ( https://mlir.llvm.org/docs/Dialects/GPU/ ) for
8
+ more details.
9
+
10
+ ``` @autodocs
11
+ Modules = [Reactant.MLIR.Dialects.gpu]
12
+ ```
Original file line number Diff line number Diff line change
1
+ ``` @meta
2
+ CollapsedDocStrings = true
3
+ ```
4
+
5
+ # LLVM Dialect
6
+
7
+ Refer to the [ official documentation] ( https://mlir.llvm.org/docs/Dialects/LLVM/ ) for
8
+ more details.
9
+
10
+ ``` @autodocs
11
+ Modules = [Reactant.MLIR.Dialects.llvm]
12
+ ```
Original file line number Diff line number Diff line change
1
+ ``` @meta
2
+ CollapsedDocStrings = true
3
+ ```
4
+
5
+ # NVVM Dialect
6
+
7
+ Refer to the [ official documentation] ( https://mlir.llvm.org/docs/Dialects/NVVMDialect/ ) for
8
+ more details.
9
+
10
+ ``` @autodocs
11
+ Modules = [Reactant.MLIR.Dialects.nvvm]
12
+ ```
Original file line number Diff line number Diff line change
1
+ ``` @meta
2
+ CollapsedDocStrings = true
3
+ ```
4
+
5
+ # TPU Dialect
6
+
7
+ Refer to the [ official documentation] ( https://github.com/jax-ml/jax/blob/main/jaxlib/mosaic/dialect/tpu/tpu.td ) for
8
+ more details.
9
+
10
+ ``` @autodocs
11
+ Modules = [Reactant.MLIR.Dialects.tpu]
12
+ ```
Original file line number Diff line number Diff line change
1
+ ``` @meta
2
+ CollapsedDocStrings = true
3
+ ```
4
+
5
+ # Triton Dialect
6
+
7
+ Refer to the [ official documentation] ( https://triton-lang.org/main/dialects/TritonDialect.html ) for
8
+ more details.
9
+
10
+ ``` @autodocs
11
+ Modules = [Reactant.MLIR.Dialects.tt]
12
+ ```
You can’t perform that action at this time.
0 commit comments