[all-commits] [llvm/llvm-project] 65ee8f: [mlir][sparse] fold explicit value during sparsifi...

Aart Bik via All-commits all-commits at lists.llvm.org
Mon Apr 29 18:06:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65ee8f10b2017349b7742843fbe4accb172736e9
      https://github.com/llvm/llvm-project/commit/65ee8f10b2017349b7742843fbe4accb172736e9
  Author: Aart Bik <ajcbik at google.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorType.h
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Utils/CodegenUtils.h
    A mlir/test/Dialect/SparseTensor/sparse_matmul_one.mlir

  Log Message:
  -----------
  [mlir][sparse] fold explicit value during sparsification (#90530)

This ensures the explicit value is generated (and not a load into the
values array). Note that actually not storing values array at all is
still TBD, this is just the very first step.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list