-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Thanks for your helpful library! I noticed that the Fortran port of the gemm functions weren't working as I expected though. Fortran has column-major ordering where as C has row-major ordering, therefore the calls won't work correctly unless the lda and ldb values passed into the function are the number of rows (instead of the number of columns as is more typical, I think). Is this the intention, or is this a bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels