Browse Source

Temporarily disable the SkylakeX sgemv_t microkernel due to LAPACK testsuite failures

tags/v0.3.17
Martin Kroeker GitHub 4 years ago
parent
commit
5b4b385ecf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/sgemv_t_4.c

+ 1
- 1
kernel/x86_64/sgemv_t_4.c 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)


Loading…
Cancel
Save