Skip to content

Commit

Permalink
verify: Remove unused constant numpy types
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Feb 15, 2024
1 parent e98a1ed commit d828d16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sw/blas/gemm/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d828d16

Please sign in to comment.