[Mlir-commits] [mlir] [mlir][sparse] implementating stageSparseOpPass as an interface (PR #69022)
Aart Bik
llvmlistbot at llvm.org
Tue Oct 17 10:41:00 PDT 2023
================
@@ -1231,6 +1231,15 @@ td_library(
deps = [":OpBaseTdFiles"],
)
+td_library(
----------------
aartbik wrote:
why is this so far away from Sparse?
I think I would prefer to just put this into the "SparseTensorTdFiles" rule, and depend on that (even though that pulls in more TD files, but that is what is generally done)
https://github.com/llvm/llvm-project/pull/69022
More information about the Mlir-commits
mailing list