We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffcb5f commit 1e3b53cCopy full SHA for 1e3b53c
src/GraphBLAS-sharp.Backend/Vector/Dense/Vector.fs
@@ -151,11 +151,7 @@ module Vector =
151
let reduce =
152
Reduce.reduce opAdd clContext workGroupSize
153
154
- let containsNonZero =
155
- ClArray.exists Predicates.isSome clContext workGroupSize
156
-
157
fun (processor: MailboxProcessor<_>) (vector: ClArray<'a option>) ->
158
159
choose processor DeviceOnly vector
160
|> function
161
| Some values ->
0 commit comments