File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14553,6 +14553,9 @@ Arguments:
14553
14553
""""""""""
14554
14554
The argument to this intrinsic must be a vector of floating-point values.
14555
14555
14556
+
14557
+ .. _i_matrixintrinsics:
14558
+
14556
14559
Matrix Intrinsics
14557
14560
-----------------
14558
14561
Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ Non-comprehensive list of changes in this release
106
106
still under heavy development and disabled by default, to enable an early run
107
107
pass ``-mllvm -attributor-disable=false `` to an invocation of clang.
108
108
109
+ * New matrix math intrinsics have been added to LLVM
110
+ (see :ref: `LLVM Language Reference Manual <i_matrixintrinsics >`), together
111
+ with the LowerMatrixIntrinsics pass. The pass lowers matrix intrinsics
112
+ to a set of efficient vector instructions. The lowering pass is off
113
+ by default and can be enabled by passing ``-mllvm -enable-matrix `` to an
114
+ invocation of clang.
109
115
110
116
111
117
Changes to the LLVM IR
You can’t perform that action at this time.
0 commit comments