Run sparse_tanh with vectorization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp | ||
---|---|---|
82 | we had this at L75, was that the wrong place, or do we really need it twice? |
mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp | ||
---|---|---|
82 | I can't move line75 to after line76, ConvertVectorToLLVM left some ops unconverted when I did that. |
mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp | ||
---|---|---|
82 | Can we document that. Even a pm.addPass(createConvertVectorToLLVMPass(options.lowerVectorToLLVMOptions())); // repeat or so would flag that we at least thought about having the same pass twice |
we had this at L75, was that the wrong place, or do we really need it twice?