File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/GraphBLAS-sharp.Backend/Algorithms Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ open GraphBLAS.FSharp.Objects.ClContextExtensions
11
11
open GraphBLAS.FSharp .Objects .ArraysExtensions
12
12
open GraphBLAS.FSharp .Objects .ClCellExtensions
13
13
14
+ [<RequireQualifiedAccess>]
14
15
module PageRank =
15
16
type PageRankMatrix =
16
17
| PreparedMatrix of ClMatrix < float32 >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ namespace GraphBLAS.FSharp.Backend.Algorithms
3
3
open Brahma.FSharp
4
4
open GraphBLAS.FSharp .Objects
5
5
6
+ [<RequireQualifiedAccess>]
6
7
module PageRank =
7
8
[<Sealed>]
8
9
type PageRankMatrix =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ open GraphBLAS.FSharp.Backend.Quotes
7
7
open GraphBLAS.FSharp .Objects .ClContextExtensions
8
8
open GraphBLAS.FSharp .Objects .ClCellExtensions
9
9
10
- module SSSP =
10
+ module internal SSSP =
11
11
let run ( clContext : ClContext ) workGroupSize =
12
12
13
13
let less = ArithmeticOperations.less< int>
You can’t perform that action at this time.
0 commit comments