We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d86b35 commit 51bb2b4Copy full SHA for 51bb2b4
1 file changed
src/GraphBLAS-sharp.Backend/Operations/Kronecker.fs
@@ -224,6 +224,9 @@ module internal Kronecker =
224
225
processor.Post(Msg.CreateRunMsg<_, _> kernel)
226
227
+ rowOffset.Free processor
228
+ columnOffset.Free processor
229
+
230
(sum.ToHostAndFree processor) + startIndex
231
232
let private copyToResult (clContext: ClContext) workGroupSize =
@@ -271,6 +274,9 @@ module internal Kronecker =
271
274
272
275
273
276
277
278
279
280
let private insertZero (clContext: ClContext) workGroupSize =
281
282
let copy = copyToResult clContext workGroupSize
0 commit comments