Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
set fix seed for profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
apeforest committed Sep 14, 2019
1 parent ccd24a8 commit 650a285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/opperf/utils/benchmark_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@


def _prepare_op_inputs(inputs, run_backward, dtype, ctx):
mx.random.seed(41)
kwargs_list = []
args_list = []

Expand Down

0 comments on commit 650a285

Please sign in to comment.