Do load and store to verify that we process each element of the iteration space once.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Integration/Dialect/Async/CPU/test-async-parallel-for-1d.mlir | ||
---|---|---|
80 | Please add the same comment as in the commit log here: // Do load and store to verify that we process each element of the iteration space once. I wouldn't add it everywhere we do this, but at least once per file should help a reader quickly understand why we're doing this. | |
mlir/test/Integration/Dialect/Async/CPU/test-async-parallel-for-2d.mlir | ||
74–76 | store %5 |
Please add the same comment as in the commit log here:
// Do load and store to verify that we process each element of the iteration space once.
I wouldn't add it everywhere we do this, but at least once per file should help a reader quickly understand why we're doing this.