Skip to content

Commit 207ad2e

Browse files
kimm240kuhar
authored andcommitted
Update compiler/src/iree/compiler/Dialect/Stream/Transforms/FuseDispatchBindings.cpp
Co-authored-by: Jakub Kuderski <kubakuderski@gmail.com> Signed-off-by: Hyun Gyu Kim <kimm240@telepix.net>
1 parent 8c8618d commit 207ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/iree/compiler/Dialect/Stream/Transforms/FuseDispatchBindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ static void updateExecutableSignature(IREE::Stream::ExecutableOp executableOp,
220220
// Same correlation group: same resource, different offsets (noalias).
221221
correlatedIndices.push_back(builder.getI32IntegerAttr(otherIdx));
222222
} else {
223-
// Different correlation groups: different resources (noalias)
223+
// Different correlation groups: different resources (noalias).
224224
noaliasIndices.push_back(builder.getI32IntegerAttr(otherIdx));
225225
}
226226
}

0 commit comments

Comments
 (0)