We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953be9b commit 02b702fCopy full SHA for 02b702f
1 file changed
tests/GraphBLAS-sharp.Tests/Matrix/Map.fs
@@ -118,6 +118,8 @@ let testFixturesMapAdd case =
118
let q = case.TestContext.Queue
119
q.Error.Add(fun e -> failwithf "%A" e)
120
121
+ createTestMap case 0 10 (+) (=) ArithmeticOperations.addLeftConst
122
+
123
if Utils.isFloat64Available context.ClDevice then
124
createTestMap case 0.0 10.0 (+) Utils.floatIsEqual ArithmeticOperations.addLeftConst
125
@@ -133,6 +135,8 @@ let testFixturesMapMul case =
133
135
134
136
137
138
+ createTestMap case 0 10 (+) (=) ArithmeticOperations.mulLeftConst
139
140
141
createTestMap case 0.0 10.0 (*) Utils.floatIsEqual ArithmeticOperations.mulLeftConst
142
0 commit comments