← Back to C-Kernel-Engine Docs Doxygen Source Documentation
 
Loading...
Searching...
No Matches
GEMMParams Struct Reference

#include <cpu_features.h>

Data Fields

int KC
 
int MC
 
int MR
 
int NC
 
int NR
 

Detailed Description

Definition at line 41 of file cpu_features.h.

Field Documentation

◆ KC

int GEMMParams::KC

Definition at line 46 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ MC

int GEMMParams::MC

Definition at line 44 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ MR

int GEMMParams::MR

Definition at line 42 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ NC

int GEMMParams::NC

Definition at line 45 of file cpu_features.h.

Referenced by compute_gemm_params(), and print_cpu_info().

◆ NR

int GEMMParams::NR

Definition at line 43 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: