We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadb0b2 commit 2e991f7Copy full SHA for 2e991f7
1 file changed
benchmarks/GraphBLAS-sharp.Benchmarks/VectorEWiseAddGen.fs
@@ -46,7 +46,7 @@ type VectorEWiseBenchmarks<'elem when 'elem : struct>(
46
[<ParamsSource("AvaliableContexts")>]
47
member val OclContextInfo = Unchecked.defaultof<Utils.BenchmarkContext * int> with get, set
48
49
- [<Params(10000, 1000000, 1000000)>]
+ [<Params(10000, 1000000, 100000000)>]
50
member val Size = Unchecked.defaultof<int> with get, set
51
52
member this.OclContext: ClContext = (fst this.OclContextInfo).ClContext
0 commit comments