Merge pull request #3312 from martin-frbg/revert_3260

Temporarily disable the SkylakeX sgemv_t microkernel
This commit is contained in:
Martin Kroeker 2021-07-15 08:00:34 +02:00 committed by GitHub
commit f62bfaafe8
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)