#include <regprofquery.h>
Data Fields | |
oski_id_t | id |
ID# of this kernel. | |
union { | |
oski_matop_t mat | |
MatMult and related kernels. | |
oski_ataop_t ata | |
MatTransMatMult. | |
} | op |
Transpose option, if any. | |
double | num_flops |
Raw flops per nz due to this kernel. | |
double | norm_flops |
Normalized flop count over workload. | |
oski_regprof_t | profile |
Raw register profile data. | |
int | has_alt_profile |
Non-zero <==> has alternate profile. | |
oski_regprof_t | alt_profile |
Profile of alternate implementation. |