Remove special parameter set for obsolete IOS/ARMV8 workaround
This commit is contained in:
parent
85ccdce8c4
commit
df857551c0
34
param.h
34
param.h
|
@ -2588,38 +2588,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#define SYMV_P 16
|
#define SYMV_P 16
|
||||||
|
|
||||||
// Darwin / Cross
|
|
||||||
#if defined(OS_DARWIN) && defined(CROSS)
|
|
||||||
|
|
||||||
#define SGEMM_DEFAULT_UNROLL_M 2
|
|
||||||
#define SGEMM_DEFAULT_UNROLL_N 2
|
|
||||||
|
|
||||||
#define DGEMM_DEFAULT_UNROLL_M 2
|
|
||||||
#define DGEMM_DEFAULT_UNROLL_N 2
|
|
||||||
|
|
||||||
#define CGEMM_DEFAULT_UNROLL_M 2
|
|
||||||
#define CGEMM_DEFAULT_UNROLL_N 2
|
|
||||||
|
|
||||||
#define ZGEMM_DEFAULT_UNROLL_M 2
|
|
||||||
#define ZGEMM_DEFAULT_UNROLL_N 2
|
|
||||||
|
|
||||||
#define SGEMM_DEFAULT_P 128
|
|
||||||
#define DGEMM_DEFAULT_P 128
|
|
||||||
#define CGEMM_DEFAULT_P 96
|
|
||||||
#define ZGEMM_DEFAULT_P 64
|
|
||||||
|
|
||||||
#define SGEMM_DEFAULT_Q 240
|
|
||||||
#define DGEMM_DEFAULT_Q 120
|
|
||||||
#define CGEMM_DEFAULT_Q 120
|
|
||||||
#define ZGEMM_DEFAULT_Q 120
|
|
||||||
|
|
||||||
#define SGEMM_DEFAULT_R 12288
|
|
||||||
#define DGEMM_DEFAULT_R 8192
|
|
||||||
#define CGEMM_DEFAULT_R 4096
|
|
||||||
#define ZGEMM_DEFAULT_R 4096
|
|
||||||
|
|
||||||
#else // Linux / Native
|
|
||||||
|
|
||||||
#if defined(CORTEXA53) || defined(CORTEXA57) || \
|
#if defined(CORTEXA53) || defined(CORTEXA57) || \
|
||||||
defined(CORTEXA72) || defined(CORTEXA73) || \
|
defined(CORTEXA72) || defined(CORTEXA73) || \
|
||||||
defined(FALKOR) || defined(TSV110)
|
defined(FALKOR) || defined(TSV110)
|
||||||
|
@ -2755,8 +2723,6 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
|
||||||
|
|
||||||
#endif // Cores
|
#endif // Cores
|
||||||
|
|
||||||
#endif // Linux / Darwin
|
|
||||||
|
|
||||||
#endif // ARMv8
|
#endif // ARMv8
|
||||||
|
|
||||||
#if defined(ARMV5)
|
#if defined(ARMV5)
|
||||||
|
|
Loading…
Reference in New Issue