[all-commits] [llvm/llvm-project] 7ec8fd: [mlir][Vector] Make `vector.contract` work with sc...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Mon Sep 11 01:14:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ec8fd4cc749545fd74959082b5f93fdef802f6e
      https://github.com/llvm/llvm-project/commit/7ec8fd4cc749545fd74959082b5f93fdef802f6e
  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] Make `vector.contract` work with scalable vectors (#65724)

This is just a small fix that makes sure that `vector.contract` works
with scalable vectors.

Rather than duplicating all the roundtrip tests for vector.contract, I'm
treating scalable vectors as an edge case and just adding a couple to
verify that this works.




More information about the All-commits mailing list