-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is panel format? #174
Comments
The results in the 1st BLASFEO paper https://arxiv.org/abs/1704.02457 are for matrices in panel-major (so no timing of possible conversions from and to other formats). If you need to convert from and to column- or row-major format at each BLASFEO routine call, then it's more efficient to use the standard BLAS and LAPACK API provided by BLASFEO, as described in the 2nd BLASFEO paper https://arxiv.org/abs/1902.08115. |
Thank you for your answer, I understand! |
Hello, I am very interested in your work.
I would like to ask if the testing results in your paper did not transform the raw data into “panel” for cost calculation? And what are the advantages of panel-based computation compared to column-major or row-major computation? Thanks!
The text was updated successfully, but these errors were encountered: