Switch to fp32 for flash

This commit is contained in:
Hansung Kim
2025-01-30 01:12:32 -08:00
parent bc64474114
commit 5ab2cc4334
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1 +1 @@
gemmini_params.dim16fp16.h
gemmini_params.dim8fp32.h