Skip to content

Commit

Permalink
Try restart CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed May 10, 2024
1 parent 049b4b3 commit b5ea523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ module internal PrefixSumInternal =
let runBackwardsIncludeInPlace plus = runInPlace plus true scanInclusive

/// <summary>
/// This method is deprecated due to bad perfomance.
/// Exclude in-place prefix sum of integer array with addition operation and start value that is equal to 0.
/// </summary>
/// <example>
Expand Down

0 comments on commit b5ea523

Please sign in to comment.