[all-commits] [llvm/llvm-project] b359bb: [mlir][spirv] First step to support spirv cooperat...

Thomas via All-commits all-commits at lists.llvm.org
Tue May 19 19:30:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b359bbaa8b41a84ae54369e3017ce1a5c7afe1a1
      https://github.com/llvm/llvm-project/commit/b359bbaa8b41a84ae54369e3017ce1a5c7afe1a1
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2020-05-19 (Tue, 19 May 2020)

  Changed paths:
    A mlir/include/mlir/Dialect/SPIRV/ParserUtils.h
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
    A mlir/include/mlir/Dialect/SPIRV/SPIRVCooperativeMatrixOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVTypes.h
    M mlir/lib/Dialect/SPIRV/SPIRVDialect.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVTypes.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Deserializer.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
    A mlir/test/Dialect/SPIRV/Serialization/cooperative-matrix.mlir
    A mlir/test/Dialect/SPIRV/cooperative-matrix.mlir
    M mlir/test/Dialect/SPIRV/types.mlir

  Log Message:
  -----------
  [mlir][spirv] First step to support spirv cooperative matrix extension.

Add a new type to SPIRV dialect for cooperative matrix and add new op for
cooperative matrix load. This is missing most instructions to support
cooperative matrix extension but this is a stop-gap patch to avoid creating big
review.

Differential Revision: https://reviews.llvm.org/D80043




More information about the All-commits mailing list