[all-commits] [llvm/llvm-project] 34c485: [mlir][spirv] Add MatrixTimesMatrix operation

HazemAbdelhafez via All-commits all-commits at lists.llvm.org
Tue Jul 7 18:38:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 34c485201507de2602b70b0df368dbc6c0b0fecb
      https://github.com/llvm/llvm-project/commit/34c485201507de2602b70b0df368dbc6c0b0fecb
  Author: HazemAbdelhafez <23439402+HazemAbdelhafez at users.noreply.github.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVMatrixOps.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/Serializer.cpp
    M mlir/test/Dialect/SPIRV/Serialization/matrix.mlir
    M mlir/test/Dialect/SPIRV/matrix-ops.mlir

  Log Message:
  -----------
  [mlir][spirv] Add MatrixTimesMatrix operation

Add MatrixTimesMatrix operation to SPIRV Dialect and add NoSideEffect trait
to Matrix ops.

Reviewed By: antiagainst

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




More information about the All-commits mailing list