Skip to content

Commit 1e3b53c

Browse files
committed
refactor: Dense.reduce
1 parent dffcb5f commit 1e3b53c

File tree

1 file changed

+0
-4
lines changed
  • src/GraphBLAS-sharp.Backend/Vector/Dense

1 file changed

+0
-4
lines changed

src/GraphBLAS-sharp.Backend/Vector/Dense/Vector.fs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,7 @@ module Vector =
151151
let reduce =
152152
Reduce.reduce opAdd clContext workGroupSize
153153

154-
let containsNonZero =
155-
ClArray.exists Predicates.isSome clContext workGroupSize
156-
157154
fun (processor: MailboxProcessor<_>) (vector: ClArray<'a option>) ->
158-
159155
choose processor DeviceOnly vector
160156
|> function
161157
| Some values ->

0 commit comments

Comments
 (0)