Skip to content

Commit 2f5ba61

Browse files
kirillgarbargsvgit
authored andcommitted
Comment
1 parent 7852c2d commit 2f5ba61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GraphBLAS-sharp.Backend/Common/Common.fs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module Common =
1111
/// Sorts in-place input array of values by their 2d indices,
1212
/// which are stored in two given arrays of keys: rows and columns.
1313
/// When comparing, it first looks at rows, then columns.
14+
/// Note that maximum possible workGroupSize is used internally for better perfomance.
1415
/// </summary>
1516
/// <example>
1617
/// <code>

0 commit comments

Comments
 (0)