Skip to content
2 changes: 1 addition & 1 deletion benchmarks/GraphBLAS-sharp.Benchmarks/BenchmarksBFS.fs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type BFSBenchmarks<'matrixT, 'elem when 'matrixT :> IDeviceMemObject and 'elem :
(matrix :> IDeviceMemObject).Dispose this.Processor

member this.ClearResult() =
this.ResultVector.Dispose this.Processor
this.ResultVector.Free this.Processor

member this.ReadMatrix() =
let matrixReader = this.InputMatrixReader
Expand Down
2 changes: 1 addition & 1 deletion src/GraphBLAS-sharp.Backend/Algorithms/BFS.fs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module BFS =
not
<| (containsNonZero queue front).ToHostAndFree queue

front.Dispose queue
front.Free queue

levels
| _ -> failwith "Not implemented"
45 changes: 0 additions & 45 deletions src/GraphBLAS-sharp.Backend/COOVector/AssignSubVector.fs

This file was deleted.

52 changes: 0 additions & 52 deletions src/GraphBLAS-sharp.Backend/COOVector/EWiseAdd.fs

This file was deleted.

36 changes: 0 additions & 36 deletions src/GraphBLAS-sharp.Backend/COOVector/FillSubVector.fs

This file was deleted.

This file was deleted.

Loading