Skip to content

Commit 4bf9889

Browse files
authored
Merge pull request #3062 from austinpagan/GemmPreferedSize3
Added definitions for GEMM_PREFERED_SIZE and SWITCH_RATIO to the POWE…
2 parents a0e4fb3 + ed652d8 commit 4bf9889

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

param.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,6 +2399,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23992399
#define GEMM_DEFAULT_OFFSET_B 65536
24002400
#define GEMM_DEFAULT_ALIGN 0x0ffffUL
24012401

2402+
#define SWITCH_RATIO 16
2403+
#define GEMM_PREFERED_SIZE 16
2404+
24022405
#define SGEMM_DEFAULT_UNROLL_M 16
24032406
#define SGEMM_DEFAULT_UNROLL_N 8
24042407
#define DGEMM_DEFAULT_UNROLL_M 16
@@ -2435,6 +2438,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24352438
#define GEMM_DEFAULT_OFFSET_B 65536
24362439
#define GEMM_DEFAULT_ALIGN 0x0ffffUL
24372440

2441+
#define SWITCH_RATIO 16
2442+
#define GEMM_PREFERED_SIZE 16
2443+
24382444
#define SGEMM_DEFAULT_UNROLL_M 16
24392445
#define SGEMM_DEFAULT_UNROLL_N 8
24402446
#define DGEMM_DEFAULT_UNROLL_M 8

0 commit comments

Comments
 (0)