Skip to content

Commit 178e09c

Browse files
committed
Remove unused device parameter
1 parent 2de0c82 commit 178e09c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kernel_tuner/observers/tegra.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ class TegraObserver(BenchmarkObserver):
117117
:param observables: List of quantities should be observed during tuning, supported is: "core_freq"
118118
:type observables: list of strings
119119
120-
:param device: Device ordinal used to identify your device, typically 0
121-
:type device: integer
122-
123120
:param save_all: If set to True, all data collected by the TegraObserver for every iteration during benchmarking will be returned.
124121
If set to False, data will be aggregated over multiple iterations during benchmarking. False by default.
125122
:type save_all: boolean
@@ -129,7 +126,6 @@ class TegraObserver(BenchmarkObserver):
129126
def __init__(
130127
self,
131128
observables,
132-
device=0,
133129
save_all=False
134130
):
135131
"""Create a TegraObserver"""

0 commit comments

Comments
 (0)