[all-commits] [llvm/llvm-project] 2a70db: [Matrix] Add IR MatrixBuilder.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Mar 4 03:19:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a70db245d6ea19e5614c7c22660de1a5dd8e898
https://github.com/llvm/llvm-project/commit/2a70db245d6ea19e5614c7c22660de1a5dd8e898
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
A llvm/include/llvm/IR/MatrixBuilder.h
Log Message:
-----------
[Matrix] Add IR MatrixBuilder.
This builder provides a convenient way for targets to lower various matrix
operations to LLVM IR, making use of matrix intrinsics where available.
Reviewers: anemet, Gerolf, hfinkel, andrew.w.kaylor, LuoYuanke
Reviewed By: anemet
Differential Revision: https://reviews.llvm.org/D72280
More information about the All-commits
mailing list