Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/test/Dialect/Vector/vector-transfer-lowering.mlir | ||
|---|---|---|
| 10 | Are we modelling vector<f32> as vector<1xf32> for now? | |
| mlir/test/Dialect/Vector/vector-transfer-lowering.mlir | ||
|---|---|---|
| 10 | In the case of vector.transfer ops yes, for other ops it can be either vector<1xf32> or f32 depending on the op semantics. | |
Are we modelling vector<f32> as vector<1xf32> for now?