Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
803–804 | Can we push this into a util? |
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp | ||
---|---|---|
1047 ↗ | (On Diff #476195) | Should we also be checking for f16/bf16? I ask because those two generally pattern together with complex when it comes to issues like this |
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp | ||
---|---|---|
1047 ↗ | (On Diff #476195) | I assume that ArrayAttr carrys the f16 will be typed, so that the complexOp will be set to the right element type. |
Can we push this into a util?