We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203d641 commit 04efa1eCopy full SHA for 04efa1e
1 file changed
src/GraphBLAS-sharp.Backend/Common/Common.fs
@@ -270,7 +270,7 @@ module Common =
270
/// </example>
271
/// <param name="clContext">ClContext.</param>
272
/// <param name="workGroupSize">Should be a power of 2 and greater than 1.</param>
273
- let standardIncludeInPlace = PrefixSum.runIncludeInPlace
+ let standardIncludeInPlace = PrefixSum.standardIncludeInPlace
274
275
module ByKey =
276
/// <summary>
0 commit comments