#include <cpu_features.h>
Data Fields | |
| int | KC |
| int | MC |
| int | MR |
| int | NC |
| int | NR |
Definition at line 33 of file cpu_features.h.
| int GEMMParams::KC |
Definition at line 38 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::MC |
Definition at line 36 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::MR |
Definition at line 34 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::NC |
Definition at line 37 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().
| int GEMMParams::NR |
Definition at line 35 of file cpu_features.h.
Referenced by compute_gemm_params(), and print_cpu_info().