File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/GraphBLAS-sharp.Backend/Common Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -316,9 +316,8 @@ module Reduce =
316316
317317 reducedKeys, reducedValues
318318
319-
320319 /// <summary>
321- /// Reduces values by key. Each segment is reduced by one working item.
320+ /// Reduces values by key. Each segment is reduced by one work item.
322321 /// </summary>
323322 /// <param name="clContext">ClContext.</param>
324323 /// <param name="workGroupSize">Work group size.</param>
@@ -384,7 +383,7 @@ module Reduce =
384383 reducedKeys, reducedValues
385384
386385 /// <summary>
387- /// Reduces values by key. One working group participates in the reduction.
386+ /// Reduces values by key. One work group participates in the reduction.
388387 /// </summary>
389388 /// <param name="clContext">ClContext.</param>
390389 /// <param name="workGroupSize">Work group size.</param>
You can’t perform that action at this time.
0 commit comments