sgemm_impl: Fix default FP_SIZE to 16

This commit is contained in:
Hansung Kim
2024-10-29 14:56:18 -07:00
parent e1b0fc3944
commit 367fa927f8

View File

@@ -6,7 +6,7 @@
#include "include/gemmini.h"
#include "gemmini_mmio.h"
#define FP_SIZE 32
#define FP_SIZE 16
// "fake" fp16 type that only has the correct data width.
using float16_t = uint16_t;