Improve doc based on post commit review from https://reviews.llvm.org/D123703
Add more details on the op semantic, explicitly mention what part are parallel
and what parts are serial
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
@nicolasvasilache, this patch addresses the comments you had in https://reviews.llvm.org/D123703. It is not clear to me if you think we should rename the op and operands to replace warp and lane terms to make it less GPU specific. Let me know what you think.
I didn't change verifyDistributedType because it would require computing the implicit distribution that would require verifying that the types are compatible. This will get decoupled once the distribution is explicit in the op.
Comment Actions
Sorry for the delay, I am going through my queue.
These seem like worthy doc improvements.