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 2a40ca3 commit 10302daCopy full SHA for 10302da
src/GraphBLAS-sharp.Backend/Matrix/CSR/Kronecker.fs
@@ -30,7 +30,7 @@ module internal Kronecker =
30
| Some _ -> resultBitmap.[0] <- newItem
31
| _ -> ()
32
33
- else if (gid - 1) < valuesLength then
+ elif (gid - 1) < valuesLength then
34
35
let item = resultBitmap.[gid]
36
let newItem = item + 1
src/GraphBLAS-sharp.Backend/Vector/Sparse/Map.fs
@@ -86,8 +86,7 @@ module Map =
86
87
let create = create clContext workGroupSize
88
89
- let init =
90
- init <@ fun x -> x @> clContext workGroupSize
+ let init = init <@ id @> clContext workGroupSize
91
92
fun (queue: MailboxProcessor<_>) allocationMode (value: 'a option) size ->
93
function
0 commit comments