We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3616f94 commit 77d6fe5Copy full SHA for 77d6fe5
1 file changed
src/GraphBLAS-sharp.Backend/Common/ClArray.fs
@@ -647,7 +647,7 @@ module ClArray =
647
let count<'a> (predicate: Expr<'a -> bool>) (clContext: ClContext) workGroupSize =
648
649
let sum =
650
- PrefixSum.standardExcludeInPlace clContext workGroupSize
+ Reduce.reduce <@ (+) @> clContext workGroupSize
651
652
let getBitmap =
653
Map.map<'a, int> (Map.predicateBitmap predicate) clContext workGroupSize
0 commit comments