Skip to content

Commit 04efa1e

Browse files
committed
fix: common
1 parent 203d641 commit 04efa1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ module Common =
270270
/// </example>
271271
/// <param name="clContext">ClContext.</param>
272272
/// <param name="workGroupSize">Should be a power of 2 and greater than 1.</param>
273-
let standardIncludeInPlace = PrefixSum.runIncludeInPlace
273+
let standardIncludeInPlace = PrefixSum.standardIncludeInPlace
274274

275275
module ByKey =
276276
/// <summary>

0 commit comments

Comments
 (0)