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

Commit

Permalink
Dropped unused param from default_params
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgoggins committed Feb 28, 2020
1 parent fec6fb2 commit 256ad70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmark/opperf/rules/default_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@
DEFAULT_COND = [(1024,), (10000,), (10000,)]
DEFAULT_DEPTH = [0]

#DEFAULT_INDICES_LARGE_TENSOR = [(1, 2)]

# For ravel_multi_index op, ndim(shape) = 2; hence data NDArray's first dim = 2
# First dimension of input of ravel operator should match shape parameter dimension
# DEFAULT_SHAPE is reused for ravel_multi_index op
Expand Down

0 comments on commit 256ad70

Please sign in to comment.