sgemm_impl: FP_SIZE to 16

This commit is contained in:
Hansung Kim
2025-01-28 17:06:04 -08:00
parent d98a414765
commit e43f3c02a9

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;