Temporarily disable the SkylakeX sgemv_t microkernel due to LAPACK testsuite failures

This commit is contained in:
Martin Kroeker 2021-07-14 20:50:14 +02:00 committed by GitHub
parent 54ffe280df
commit 5b4b385ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "sgemv_t_microk_haswell-4.c"
#elif defined (SKYLAKEX) || defined (COOPERLAKE)
#include "sgemv_t_microk_haswell-4.c"
#include "sgemv_t_microk_skylakex.c"
/*#include "sgemv_t_microk_skylakex.c"*/
#endif
#if defined(STEAMROLLER) || defined(EXCAVATOR)