Details
Diff Detail
Event Timeline
Thanks!
While making spelling and wording changes, please make sure the original meaning of the text is maintainted.
mlir/docs/Dialects/GPU.md | ||
---|---|---|
26 ↗ | (On Diff #257226) | I don't think the fix here is correct. You could rephrase it as "are considered to _be_ live" (or keep as is, which is equivalent), but not as "to live". |
mlir/docs/Dialects/LLVM.md | ||
398 | We did intend to use "unique" as a verb, and do so repeatedly in multiple places. We use "to unique" to refer to the process of making something unique. You'll notice that "will be unique by the module" does not sound correct grammatically, similarly to "will be fix by the module" for example. | |
mlir/docs/Dialects/SPIR-V.md | ||
175 | This sounds correct, but no longer conveys the same meaning. The original meaning is that attributes are _made_ unique by the MLIR context. | |
242 | Same as above | |
1012 | There is only one type index type, so changing it to plural here is not correct. | |
mlir/docs/Dialects/Vector.md | ||
47 | I'd rather make it "the NVVM" dialect :) |
mlir/docs/Dialects/GPU.md | ||
---|---|---|
26 ↗ | (On Diff #257226) | Thank you for your comment. |
mlir/docs/Dialects/LLVM.md | ||
398 | Thank you for your clarification. I understand the intention I thought that "unique" is an adjective. | |
mlir/docs/Dialects/Vector.md | ||
47 | I tried to keep the original usage. But, I totally agree with you. |
mlir/docs/Dialects/SPIR-V.md | ||
---|---|---|
1012 | I agree. In that case, do we update standard vector types and Standard memref types based on the comment? |
We did intend to use "unique" as a verb, and do so repeatedly in multiple places. We use "to unique" to refer to the process of making something unique. You'll notice that "will be unique by the module" does not sound correct grammatically, similarly to "will be fix by the module" for example.