Commit ad8fc8cd by eqy Committed by Tianqi Chen

add min_repeat_ms to other CUDA tutorials (#2526)

parent cde1f760
......@@ -118,7 +118,7 @@ tuning_option = {
'measure_option': autotvm.measure_option(
builder=autotvm.LocalBuilder(timeout=10),
runner=autotvm.LocalRunner(number=20, repeat=3, timeout=4),
runner=autotvm.LocalRunner(number=20, repeat=3, timeout=4, min_repeat_ms=150),
),
}
......@@ -369,6 +369,6 @@ tuning_option = {
runner=autotvm.RPCRunner(
'1080ti', # change the device key to your key
'localhost', 9190,
number=20, repeat=3, timeout=4),
number=20, repeat=3, timeout=4, min_repeat_ms=150),
),
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment