SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Helper class to store the information on a device region. More...
#include <internal_batch.hh>
Public Attributes | |
int64_t | count |
int64_t | mb |
int64_t | nb |
int64_t | ld [mat_count] |
std::conditional_t< store_diag, bool, Empty > | is_diagonal |
Helper class to store the information on a device region.
store_diag | Whether the diagonal tiles may need to be special cased |
mat_count | The number of matrices used by the kernel |