Skip to content

Commit

Permalink
precision to args
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Jul 6, 2020
1 parent ba918ea commit 1e5c84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarker/modules/do_cublas.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class Benchmark(IGEMM):
def __init__(self, params, remaining_args=None):
super().__init__(params, remaining_args)
assert self.params["problem"]["precision"] in ["FP32", "mixed"]

def run(self):
if "nb_gpus" in self.params:
Expand Down

0 comments on commit 1e5c84f

Please sign in to comment.