[all-commits] [llvm/llvm-project] b270fb: [mlir][gpu] Relax MMA load/store to allow vector m...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Nov 1 08:38:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b270fbe0353275d3e5bc7453d4453daf17d9e053
https://github.com/llvm/llvm-project/commit/b270fbe0353275d3e5bc7453d4453daf17d9e053
Author: Lei Zhang <antiagainst at google.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/GPU/ops.mlir
Log Message:
-----------
[mlir][gpu] Relax MMA load/store to allow vector memref
This is useful for converting to SPIR-V, where we'd like to have
memref of vector element types.
Reviewed By: ThomasRaoux, bondhugula
Differential Revision: https://reviews.llvm.org/D137143
More information about the All-commits
mailing list