Skip to content

Commit f22e9fa

Browse files
committed
Tested for intel
1 parent f08cd0c commit f22e9fa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/App/Program.fs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ open GraphBLAS.FSharp
1414
[<EntryPoint>]
1515
let main argv =
1616

17-
// let mutable oclContext = OpenCLEvaluationContext()
17+
// let mutable oclContext = OpenCLEvaluationContext(platform_name = "*")
1818

19-
// let xs = [||]
19+
// let xs = [|6|]
2020
// let command =
2121
// <@
2222
// fun (ndRange: _1D)
@@ -43,10 +43,10 @@ let main argv =
4343
let m = n - 1
4444
m - m % workGroupSize + workGroupSize
4545

46-
//let leftMatrix = COOMatrix(100, 100, [|0;1;2;3;4;7|], [|1;7;5;6;0;1|], [|1.;2.;-4.;4.;5.;6.|])
47-
//let rightMatrix = COOMatrix(100, 100, [|0;0;1;2;3;4;7|], [|1;5;4;5;7;0;1|], [|1.;2.;-4.;4.;5.;6.;7.|])
48-
let leftMatrix = COOMatrix(100, 100, [||], [||], [||])
49-
let rightMatrix = COOMatrix(100, 100, [||], [||], [||])
46+
let leftMatrix = COOMatrix(100, 100, [|0;1;2;3;4;7|], [|1;7;5;6;0;1|], [|1.;2.;-4.;4.;5.;6.|])
47+
let rightMatrix = COOMatrix(100, 100, [|0;0;1;2;3;4;7|], [|1;5;4;5;7;0;1|], [|1.;2.;-4.;4.;5.;6.;7.|])
48+
// let leftMatrix = COOMatrix(100, 100, [||], [||], [||])
49+
// let rightMatrix = COOMatrix(100, 100, [||], [||], [||])
5050

5151
let workflow =
5252
opencl {

0 commit comments

Comments
 (0)