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

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Apr 16 03:38:58 PDT 2024


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

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

  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