We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6090db commit 4e55216Copy full SHA for 4e55216
1 file changed
src/GraphBLAS-sharp.Backend/Vector/SparseVector/SparseVector.fs
@@ -257,8 +257,7 @@ module SparseVector =
257
workGroupSize
258
=
259
260
- let kernel =
261
- clContext.Compile(Map2.prepareAssign op)
+ let kernel = clContext.Compile(Map2.prepareAssign op)
262
263
fun (processor: MailboxProcessor<_>) (vectorLenght: int) (leftValues: ClArray<'a>) (leftIndices: ClArray<int>) (rightValues: ClArray<'b>) (rightIndices: ClArray<int>) (value: ClCell<'a>) ->
264
0 commit comments