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:
1455314553""""""""""
1455414554The argument to this intrinsic must be a vector of floating-point values.
1455514555
14556+
14557+ .. _i_matrixintrinsics:
14558+
1455614559Matrix Intrinsics
1455714560-----------------
1455814561
Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ Non-comprehensive list of changes in this release
106106 still under heavy development and disabled by default, to enable an early run
107107 pass ``-mllvm -attributor-disable=false `` to an invocation of clang.
108108
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.
109115
110116
111117Changes to the LLVM IR
You can’t perform that action at this time.
0 commit comments