We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54419f commit af091caCopy full SHA for af091ca
1 file changed
benchmarks/GraphBLAS-sharp.Benchmarks/Program.fs
@@ -15,6 +15,8 @@ let main argv =
15
typeof<MxmBenchmarks4BoolWithTransposing>
16
typeof<VectorEWiseBenchmarks4Int32SparseWithoutDataTransfer>
17
typeof<VectorEWiseGeneralBenchmarks4Int32SparseWithoutDataTransfer>
18
+ typeof<VectorEWiseBenchmarks4FloatSparseWithoutDataTransfer>
19
+ typeof<VectorEWiseGeneralBenchmarks4FloatSparseWithoutDataTransfer>
20
//typeof<BFSBenchmarks>
21
//typeof<MxvBenchmarks>
22
//typeof<TransposeBenchmarks>
0 commit comments