File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tests/GraphBLAS-sharp.Tests/Matrix Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ let testFixturesMapAdd case =
118118 let q = case.TestContext.Queue
119119 q.Error.Add( fun e -> failwithf " %A " e)
120120
121+ createTestMap case 0 10 (+) (=) ArithmeticOperations.addLeftConst
122+
121123 if Utils.isFloat64Available context.ClDevice then
122124 createTestMap case 0.0 10.0 (+) Utils.floatIsEqual ArithmeticOperations.addLeftConst
123125
@@ -133,6 +135,8 @@ let testFixturesMapMul case =
133135 let q = case.TestContext.Queue
134136 q.Error.Add( fun e -> failwithf " %A " e)
135137
138+ createTestMap case 0 10 (+) (=) ArithmeticOperations.mulLeftConst
139+
136140 if Utils.isFloat64Available context.ClDevice then
137141 createTestMap case 0.0 10.0 (*) Utils.floatIsEqual ArithmeticOperations.mulLeftConst
138142
You can’t perform that action at this time.
0 commit comments