[all-commits] [llvm/llvm-project] ad3a07: Fix linalg.dot over boolean tensors.

Johannes Reifferscheid via All-commits all-commits at lists.llvm.org
Tue Jul 12 00:09:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad3a078745d973066cd9ea7b2199c5c666b4cd2a
      https://github.com/llvm/llvm-project/commit/ad3a078745d973066cd9ea7b2199c5c666b4cd2a
  Author: Johannes Reifferscheid <jreiffers at google.com>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/test/Dialect/Linalg/loops.mlir

  Log Message:
  -----------
  Fix linalg.dot over boolean tensors.

dot is currently miscompiled for booleans (uses add instead of or).

Reviewed By: bkramer

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




More information about the All-commits mailing list