Switch to fp32 for flash
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include "include/gemmini.h"
|
#include "include/gemmini.h"
|
||||||
#include "gemmini_mmio.h"
|
#include "gemmini_mmio.h"
|
||||||
|
|
||||||
#define FP_SIZE 16
|
#define FP_SIZE 32
|
||||||
|
|
||||||
// "fake" fp16 type that only has the correct data width.
|
// "fake" fp16 type that only has the correct data width.
|
||||||
using float16_t = uint16_t;
|
using float16_t = uint16_t;
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
gemmini_params.dim16fp16.h
|
gemmini_params.dim8fp32.h
|
||||||
Reference in New Issue
Block a user