We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
simulation_mode=False
ParallelRunner
1 parent 5592104 commit 8d1569dCopy full SHA for 8d1569d
1 file changed
kernel_tuner/runners/parallel.py
@@ -209,6 +209,7 @@ def __init__(
209
# TODO: Get units from the device?
210
self.units = {"time": "ms"}
211
self.quiet = device_options.quiet
212
+ self.simulation_mode = False
213
214
# Print some debugging information
215
if tuning_options.verbose:
0 commit comments