diff --git a/kernels/sgemm_tcore/sgemm_impl.hpp b/kernels/sgemm_tcore/sgemm_impl.hpp index 10829db2..d2e9af24 100644 --- a/kernels/sgemm_tcore/sgemm_impl.hpp +++ b/kernels/sgemm_tcore/sgemm_impl.hpp @@ -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; diff --git a/lib/gemmini/include/gemmini_params.h b/lib/gemmini/include/gemmini_params.h index cf16fe06..373d9d71 120000 --- a/lib/gemmini/include/gemmini_params.h +++ b/lib/gemmini/include/gemmini_params.h @@ -1 +1 @@ -gemmini_params.dim16fp16.h \ No newline at end of file +gemmini_params.dim8fp32.h \ No newline at end of file