Skip to content

MKL: row_major in summary stats could be moved to general mkl enum for other oneMKL domains to use #326

Open
@spencerpatty

Description

@spencerpatty

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions