Skip to content

Commit 8d1569d

Browse files
committed
Add simulation_mode=False to ParallelRunner
1 parent 5592104 commit 8d1569d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel_tuner/runners/parallel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def __init__(
209209
# TODO: Get units from the device?
210210
self.units = {"time": "ms"}
211211
self.quiet = device_options.quiet
212+
self.simulation_mode = False
212213

213214
# Print some debugging information
214215
if tuning_options.verbose:

0 commit comments

Comments
 (0)