← Back to C-Kernel-Engine Docs Doxygen Source Documentation
GEMMParams Struct Reference

#include <cpu_features.h>

Data Fields

int KC
 
int MC
 
int MR
 
int NC
 
int NR
 

Detailed Description

Definition at line 33 of file cpu_features.h.

Field Documentation

◆ KC

int GEMMParams::KC

Definition at line 38 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ MC

int GEMMParams::MC

Definition at line 36 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ MR

int GEMMParams::MR

Definition at line 34 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ NC

int GEMMParams::NC

Definition at line 37 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ NR

int GEMMParams::NR

Definition at line 35 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().


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