[all-commits] [llvm/llvm-project] 718af8: [mlir][vector] Extend mask calculation for vector....

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Mon Sep 11 03:35:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 718af8837639b6a47ae9bf911f668437f0ce0e3c
      https://github.com/llvm/llvm-project/commit/718af8837639b6a47ae9bf911f668437f0ce0e3c
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    M mlir/test/Dialect/Vector/ops.mlir

  Log Message:
  -----------
  [mlir][vector] Extend mask calculation for vector.contract (#65733)

Make sure that when calculating the expected mask for `vector.contract`,
scalable sizes are correctly taken into account.

Depends on: #65724




More information about the All-commits mailing list