#include <cpu_features.h>
Data Fields | |
| int | KC |
| int | MC |
| int | MR |
| int | NC |
| int | NR |
Definition at line 41 of file cpu_features.h.
| int GEMMParams::KC |
Definition at line 46 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::MC |
Definition at line 44 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::MR |
Definition at line 42 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::NC |
Definition at line 45 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::NR |
Definition at line 43 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().