提交 3478b646 authored 作者: lamblin's avatar lamblin

Merge pull request #1322 from kuantkid/fix_compile_typo

Typo in try_compile_tmp in op.py
...@@ -793,7 +793,7 @@ int main( int argc, const char* argv[] ) ...@@ -793,7 +793,7 @@ int main( int argc, const char* argv[] )
} }
""" """
default_openmp = GCC_compiler.try_compile_tmp( default_openmp = GCC_compiler.try_compile_tmp(
code=code, src_code=code,
tmp_prefix='test_omp_', tmp_prefix='test_omp_',
flags=['-fopenmp'], flags=['-fopenmp'],
try_run=False) try_run=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论