We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66967d8 commit 7b56254Copy full SHA for 7b56254
tuner/tuner/libtuner.py
@@ -858,8 +858,8 @@ def benchmark_baseline(
858
# Use tqdm to create a progress bar.
859
with tqdm(total=len(devices)) as pbar:
860
try:
861
- for worker_id_, device_id_ in enumerate(devices):
862
- worker_id = worker_id_
+ worker_id = 0
+ for device_id_ in devices:
863
device_id = device_id_
864
result = run_iree_benchmark_module_command(
865
BenchmarkPack(
0 commit comments