mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
BLIS: Errors in Netlib LAPACK Tests
Zen4 kernel bli_damaxv_zen_int_avx512 is causing incorrect results in the netlib LAPACK tests, specifically in: ./xlintstd < ../dtest.in > dtest.out in the TESTING/LIN directory. Given time constraints, i.e. the need to finalize code for AOCL 4.0 release, disable calls to AVX512 kernel (i.e. always use the AVX2 kernel) for now, and aim to correct bli_damaxv_zen_int_avx512 for AOCL 4.1. AMD-Internal: [CPUPL-2590] Change-Id: I2603dd97c3931acb9730563e8126b109ec2b2572
This commit is contained in:
@@ -137,7 +137,7 @@ void bli_cntx_init_zen4( cntx_t* cntx )
|
||||
|
||||
// amaxv
|
||||
BLIS_AMAXV_KER, BLIS_FLOAT, bli_samaxv_zen_int_avx512,
|
||||
BLIS_AMAXV_KER, BLIS_DOUBLE, bli_damaxv_zen_int_avx512,
|
||||
BLIS_AMAXV_KER, BLIS_DOUBLE, bli_damaxv_zen_int,
|
||||
|
||||
// axpbyv
|
||||
BLIS_AXPBYV_KER, BLIS_FLOAT, bli_saxpbyv_zen_int10,
|
||||
@@ -355,4 +355,4 @@ void bli_zen4_restore_default_blkszs (cntx_t* cntx)
|
||||
BLIS_DF, &blkszs[ BLIS_DF ], BLIS_DF,
|
||||
cntx
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user