[all-commits] [llvm/llvm-project] 4a3501: [mlir][SparseTensor] Add missing dependent dialect...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Apr 17 00:20:57 PDT 2024


  Branch: refs/heads/users/matthias-springer/sparse_pass_dependency
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a35018bcb9303b016342fa262b5ec0d992ad131
      https://github.com/llvm/llvm-project/commit/4a35018bcb9303b016342fa262b5ec0d992ad131
  Author: Matthias Springer <springerm at google.com>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
    M mlir/lib/Dialect/SparseTensor/Transforms/SparsificationAndBufferizationPass.cpp
    M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block3d.mlir

  Log Message:
  -----------
  [mlir][SparseTensor] Add missing dependent dialect to pass

This commit fixes the following error when stopping the sparse compiler pipeline after bufferization (e.g., with `test-analysis-only`):

```
LLVM ERROR: Building op `vector.print` but it isn't known in this MLIRContext: the dialect may not be loaded or this operation hasn't been added by the dialect. See also https://mlir.llvm.org/getting_started/Faq/#registered-loaded-dependent-whats-up-with-dialects-management
```



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