[all-commits] [llvm/llvm-project] 3c278e: [mlir][spirv] Fix spirv.MatrixTimesScalar for coop...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon Dec 5 14:13:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c278e5e274b3aaa173eae71ccd861c8729b37c0
https://github.com/llvm/llvm-project/commit/3c278e5e274b3aaa173eae71ccd861c8729b37c0
Author: Lei Zhang <antiagainst at google.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMatrixOps.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/matrix-ops.mlir
M mlir/test/Target/SPIRV/matrix.mlir
Log Message:
-----------
[mlir][spirv] Fix spirv.MatrixTimesScalar for cooperative matrix
spirv.MatrixTimesScalar is allowed to use cooperative matrix.
Reviewed By: kuhar
Differential Revision: https://reviews.llvm.org/D139279
More information about the All-commits
mailing list