We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10302da commit 7522725Copy full SHA for 7522725
src/GraphBLAS-sharp.Backend/Matrix/Matrix.fs
@@ -399,7 +399,7 @@ module Matrix =
399
| ClMatrix.CSR m1, ClMatrix.CSR m2 ->
400
let result = run queue allocationFlag m1 m2
401
Option.map ClMatrix.COO result
402
- | _ -> failwith "Matrix formats are not matching"
+ | _ -> failwith "Both matrices should be in CSR format."
403
404
module SpGeMM =
405
let masked
0 commit comments