Open
Description
@paveldyakov I noticed that you have a oneapi::mkl::stats::layout::row_major
format defined. At some point in sparse domain we are likely going to want to use the layout type variable as well. Do you think it makes sense to move it to a general mkl enum class type like oneapi::mkl::layout::row_major
? (same for column_major).
I understand that currently BLAS and LAPACK domains are currently using row_major and column_major namespaces so they might not need it, but who knows for the future if any type of dense matrix object is created... :)
Activity