Integration test that illustrates the gather operation with a
real-world operation expressed in mostly the Vector dialect.
Uses jagged diagonal storage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/integration_test/Dialect/Vector/CPU/test-sparse-dot-matvec.mlir | ||
|---|---|---|
| 1–4 | Nit: for my information, why aren't we having all on one line? Looks more readable that way since we are anyway breaking at arbitrary places. | |
| 28 | Rephrase the last part and terminate sentence. | |
| 233–257 | Should these all be CHECK-NEXT's? | |
Comment Actions
addressed comments
| mlir/integration_test/Dialect/Vector/CPU/test-sparse-dot-matvec.mlir | ||
|---|---|---|
| 1–4 | I guess I have been doing this out of 80 col habit. In my vi editor, this version reads a bit easier than the wrap-around version | |
Nit: for my information, why aren't we having all on one line? Looks more readable that way since we are anyway breaking at arbitrary places.