".github/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "2442518f2c708b3432cba671cc50ab3f9cb43e30"
Commit 79f5cf26 authored by rusty1s's avatar rusty1s
Browse files

print info

parent c2fc5a86
......@@ -24,6 +24,7 @@ def get_extensions():
extra_link_args = []
info = parallel_info()
print(info)
if 'parallel backend: OpenMP' in info and 'OpenMP not found' not in info:
extra_compile_args['cxx'] += ['-DAT_PARALLEL_OPENMP', '-fopenmp']
else:
......
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