Skip to content

Commit

Permalink
matplotlib wasn't being used in DGEMM bench.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Mar 26, 2023
1 parent 2fada2c commit 408e5e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benchmarks/dgemm_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
import numpy as np
from numpy.testing import assert_allclose
from scipy.linalg.blas import dgemm as scipy_dgemm
import matplotlib
matplotlib.use("Agg")
import matplotlib.pyplot as plt
import pandas as pd
from tqdm import tqdm

Expand Down

0 comments on commit 408e5e6

Please sign in to comment.