Merge pull request #3843 from Mousius/switch-ratio

Propagate SWITCH_RATIO to DYNAMIC_ARCH builds
This commit is contained in:
Martin Kroeker
2023-04-19 11:51:54 +02:00
committed by GitHub
7 changed files with 46 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
/*********************************************************************/
/* Copyright 2009, 2010 The University of Texas at Austin. */
/* Copyright 2023 The OpenBLAS Project. */
/* All rights reserved. */
/* */
/* Redistribution and use in source and binary forms, with or */
@@ -49,7 +50,9 @@
static void init_parameter(void);
gotoblas_t TABLE_NAME = {
DTB_DEFAULT_ENTRIES ,
DTB_DEFAULT_ENTRIES,
SWITCH_RATIO,
GEMM_DEFAULT_OFFSET_A, GEMM_DEFAULT_OFFSET_B, GEMM_DEFAULT_ALIGN,