Skip to content

Commit 4e55216

Browse files
committed
refactor: formatting
1 parent f6090db commit 4e55216

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ module SparseVector =
257257
workGroupSize
258258
=
259259

260-
let kernel =
261-
clContext.Compile(Map2.prepareAssign op)
260+
let kernel = clContext.Compile(Map2.prepareAssign op)
262261

263262
fun (processor: MailboxProcessor<_>) (vectorLenght: int) (leftValues: ClArray<'a>) (leftIndices: ClArray<int>) (rightValues: ClArray<'b>) (rightIndices: ClArray<int>) (value: ClCell<'a>) ->
264263

0 commit comments

Comments
 (0)