Rationale:
Now that vector<?xindex> is allowed, the restriction on vectorization
of index types in the sparse compiler can be removed. Also needs
generalization of scatter/gather index types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Vector/VectorOps.td | ||
---|---|---|
1687 | Right I missed that one! At some point, we may also want to adapt the gather_op_index and the scatter_op_index tests in vector-to-llvm.mlir to check if all goes well (meaning if the index type is properly converted to an i64 during the lowering). |
Right I missed that one! At some point, we may also want to adapt the gather_op_index and the scatter_op_index tests in vector-to-llvm.mlir to check if all goes well (meaning if the index type is properly converted to an i64 during the lowering).