search for: matrixirbuilder

Displaying 1 result from an estimated 1 matches for "matrixirbuilder".

2019 Oct 28
6
RFC: Matrix math support
...ing additional operations including clamping a vector or matrix, min/max of matrixes, inverting a matrix and computing matrix determinates. Some of those might require additional intrinsics, which we can discuss on a case by case basis. In terms of integration, we are planning on adding a separate MatrixIRBuilder utility (as suggested in [4] <http://lists.llvm.org/pipermail/llvm-dev/2018-December/128636.html>), which can be used by frontends to create various matrix operations. For point wise operations, they will lower to vector instructions directly. Potential Future Extensions During the previous...