We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7852c2d commit 2f5ba61Copy full SHA for 2f5ba61
src/GraphBLAS-sharp.Backend/Common/Common.fs
@@ -11,6 +11,7 @@ module Common =
11
/// Sorts in-place input array of values by their 2d indices,
12
/// which are stored in two given arrays of keys: rows and columns.
13
/// When comparing, it first looks at rows, then columns.
14
+ /// Note that maximum possible workGroupSize is used internally for better perfomance.
15
/// </summary>
16
/// <example>
17
/// <code>
0 commit comments