Go to the source code of this file.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 13 of file fp_validation_hl.c.
14{
17
18
20
21
25 }
27 printf("flops_float_matrix_matrix_multiply()\n");
28 }
33 }
34
35
39 }
41 printf("flops_float_swapped_matrix_matrix_multiply()\n");
42 }
47 }
48
50
51 return 0;
52}
Read performance events at the beginning of a region.
Read performance events at the end of a region and store the difference to the corresponding beginnin...
float flops_float_swapped_matrix_matrix_multiply(void)
float flops_float_matrix_matrix_multiply(void)
int tests_quiet(int argc, char **argv)
void PAPI_NORETURN test_hl_pass(const char *filename)
void PAPI_NORETURN test_fail(const char *file, int line, const char *call, int retval)