We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3703609 commit 4d26023Copy full SHA for 4d26023
1 file changed
tests/GraphBLAS-sharp.Tests/Matrix/SpGeMM/Expand.fs
@@ -36,7 +36,7 @@ let getSegmentsPointers (leftMatrix: Matrix.CSR<'a>) (rightMatrix: Matrix.CSR<'b
36
rightMatrix.RowPointers.[item + 1]
37
- rightMatrix.RowPointers.[item])
38
leftMatrix.ColumnIndices
39
- |> HostPrimitives.prefixSumExclude
+ |> HostPrimitives.prefixSumExclude 0 (+)
40
41
let makeTest isZero testFun (leftArray: 'a [,], rightArray: 'a [,]) =
42
0 commit comments