Skip to content

Commit 7522725

Browse files
committed
refactor
1 parent 10302da commit 7522725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphBLAS-sharp.Backend/Matrix/Matrix.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ module Matrix =
399399
| ClMatrix.CSR m1, ClMatrix.CSR m2 ->
400400
let result = run queue allocationFlag m1 m2
401401
Option.map ClMatrix.COO result
402-
| _ -> failwith "Matrix formats are not matching"
402+
| _ -> failwith "Both matrices should be in CSR format."
403403

404404
module SpGeMM =
405405
let masked

0 commit comments

Comments
 (0)