Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
---|---|---|
783–784 | Can we push this into a util? |
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp | ||
---|---|---|
1047 | 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 | I assume that ArrayAttr carrys the f16 will be typed, so that the complexOp will be set to the right element type. |
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