[all-commits] [llvm/llvm-project] 7e83a1: [mlir][sparse] add verification of absent value in...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Oct 25 13:56:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e83a1af5dc764943d77917f30bf4dbdb7277c35
      https://github.com/llvm/llvm-project/commit/7e83a1af5dc764943d77917f30bf4dbdb7277c35
  Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
    M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
    M mlir/test/Dialect/SparseTensor/invalid.mlir

  Log Message:
  -----------
  [mlir][sparse] add verification of absent value in sparse_tensor.unary (#70248)

This value should always be a plain contant or something invariant
computed outside the surrounding linalg operation, since there is no
co-iteration defined on anything done in this branch.

Fixes:
https://github.com/llvm/llvm-project/issues/69395




More information about the All-commits mailing list