From 6cbe8dcccdefcbe6d0bdfeb1b1392509045ae4c2 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Sat, 7 Sep 2024 11:32:54 +0200 Subject: [PATCH] REVERT: Test Verilator hash works correctly --- sw/blas/gemm/src/gemm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/blas/gemm/src/gemm.h b/sw/blas/gemm/src/gemm.h index 1a73aedf87..225f4ea938 100644 --- a/sw/blas/gemm/src/gemm.h +++ b/sw/blas/gemm/src/gemm.h @@ -13,6 +13,7 @@ #pragma once + #include "gemm_fp16.h" #include "gemm_fp32.h" #include "gemm_fp64.h"