[all-commits] [llvm/llvm-project] 731b14: [mlir][spirv] Add GroupNonUniform arithmetic opera...

Denis Khalikov via All-commits all-commits at lists.llvm.org
Tue Jan 28 07:22:18 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 731b140a52b0d9b5af8702bb6d0ba3ca3c24c0dd
      https://github.com/llvm/llvm-project/commit/731b140a52b0d9b5af8702bb6d0ba3ca3c24c0dd
  Author: Denis Khalikov <khalikov.denis at huawei.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVNonUniformOps.td
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/test/Dialect/SPIRV/Serialization/non-uniform-ops.mlir
    M mlir/test/Dialect/SPIRV/non-uniform-ops.mlir

  Log Message:
  -----------
  [mlir][spirv] Add GroupNonUniform arithmetic operations.

Add GroupNonUniform arithmetic operations: FAdd, FMul, IMul.
Unify parser, printer, verifier for GroupNonUniform arithmetic
operations.

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




More information about the All-commits mailing list