SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
Loading...
Searching...
No Matches
slate::internal::device_regions_params< store_diag, mat_count > Struct Template Reference

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
 

Detailed Description

template<bool store_diag, int mat_count>
struct slate::internal::device_regions_params< store_diag, mat_count >

Helper class to store the information on a device region.

Template Parameters
store_diagWhether the diagonal tiles may need to be special cased
mat_countThe number of matrices used by the kernel

The documentation for this struct was generated from the following file: