[all-commits] [llvm/llvm-project] e1270b: [Matrix] Add TileInfo abstraction for tiled matrix...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jul 20 10:49:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e1270b16c94f8c849134b1745c646475d39b46dc
https://github.com/llvm/llvm-project/commit/e1270b16c94f8c849134b1745c646475d39b46dc
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
A llvm/include/llvm/Transforms/Utils/MatrixUtils.h
M llvm/lib/Transforms/Utils/CMakeLists.txt
A llvm/lib/Transforms/Utils/MatrixUtils.cpp
Log Message:
-----------
[Matrix] Add TileInfo abstraction for tiled matrix code-gen.
This patch adds a TileInfo abstraction and utilities to
create a 3-level loop nest for tiling.
Reviewers: anemet
Reviewed By: anemet
Differential Revision: https://reviews.llvm.org/D77550
More information about the All-commits
mailing list