From d828d160e1c39fb484ed42b68377151bb73a4f52 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Thu, 15 Feb 2024 14:27:19 +0100 Subject: [PATCH] verify: Remove unused constant numpy types --- sw/blas/gemm/verify.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sw/blas/gemm/verify.py b/sw/blas/gemm/verify.py index 00bceff25..365b141c1 100755 --- a/sw/blas/gemm/verify.py +++ b/sw/blas/gemm/verify.py @@ -18,8 +18,6 @@ ERR_THRESHOLD = {8: 1e-6, 4: 1e-6, 2: 1e-2, 1: 1e-1} -NP_DTYPE = {8: np.float64, 4: np.float32, 2: np.float16, 1: np.uint8} - def main(): # Run simulation and get outputs