Skip to content

Commit 211dfd0

Browse files
authored
disable the CooperLake microkernel as it produces wrong results
1 parent b30dc97 commit 211dfd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kernel/x86_64/sbgemv_n.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

2929
#include "common.h"
3030

31-
#if defined (COOPERLAKE) || defined (SAPPHIRERAPIDS)
32-
#include "sbgemv_n_microk_cooperlake.c"
33-
#endif
31+
//#if defined (COOPERLAKE) || defined (SAPPHIRERAPIDS)
32+
//#include "sbgemv_n_microk_cooperlake.c"
33+
//#endif
3434

3535
#define ALIGN64_ALLOC(alloc_size, TYPE, ptr_align, ptr) \
3636
ptr = (TYPE *) malloc(sizeof(TYPE)*alloc_size + 63); \

0 commit comments

Comments
 (0)