Commit 623748a6 by Tianqi Chen Committed by GitHub

Switch off global barrier detection by default (#211)

parent d0cbf94f
......@@ -26,7 +26,7 @@ class BuildConfig(object):
'auto_unroll_max_step': 0,
'auto_unroll_min_depth': 1,
'unroll_explicit': True,
'detect_global_barrier': True
'detect_global_barrier': False
}
def __init__(self, **kwargs):
self._old_scope = None
......
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