[all-commits] [llvm/llvm-project] 53b3be: [mlir][spirv] Fix coop matrix load (#65712)

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Fri Sep 8 10:29:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53b3be7ecb8fbd5c5a190fd972191cd94efab571
      https://github.com/llvm/llvm-project/commit/53b3be7ecb8fbd5c5a190fd972191cd94efab571
  Author: Jakub Kuderski <jakub at nod-labs.com>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCooperativeMatrixOps.td
    M mlir/lib/Dialect/SPIRV/IR/CooperativeMatrixOps.cpp
    M mlir/test/Dialect/SPIRV/IR/cooperative-matrix-ops.mlir
    M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp

  Log Message:
  -----------
  [mlir][spirv] Fix coop matrix load (#65712)

- Fix order of operands/attributes
- Allow for stride to be any integer type
- Use ODS for parsing/printing
- Update examples and tests
- Fix a typo in SPIR-V tblgen code




More information about the All-commits mailing list