[all-commits] [llvm/llvm-project] f7f4dd: [mlir][spirv] Define `spirv.*DotAccSat` integer do...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Tue Dec 6 17:24:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7f4dd6743eac16b26c9bc711ba51ed9e20ed16b
      https://github.com/llvm/llvm-project/commit/f7f4dd6743eac16b26c9bc711ba51ed9e20ed16b
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVIntegerDotProductOps.td
    M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
    M mlir/test/Dialect/SPIRV/IR/availability.mlir
    M mlir/test/Dialect/SPIRV/IR/integer-dot-product-ops.mlir
    M mlir/test/Dialect/SPIRV/IR/target-env.mlir
    M mlir/test/lib/Dialect/SPIRV/TestAvailability.cpp

  Log Message:
  -----------
  [mlir][spirv] Define `spirv.*DotAccSat` integer dot product ops

This covers `SDotAccSat`, `SUDotAccSat`, and `UDotAccSat`.

Reviewed By: antiagainst

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




More information about the All-commits mailing list