Commit a9e4de8d authored by zhanghj2's avatar zhanghj2
Browse files

添加aicc编译选项

parent 5cbe635d
...@@ -124,7 +124,7 @@ ext_modules.append( ...@@ -124,7 +124,7 @@ ext_modules.append(
# "-mllvm -enable-num-vgprs-512=true", # "-mllvm -enable-num-vgprs-512=true",
# "-mllvm -allow-cse-cross-bb-convergent-call=true", # "-mllvm -allow-cse-cross-bb-convergent-call=true",
# "-mllvm -full-vectorize-slp=true", # "-mllvm -full-vectorize-slp=true",
] + get_features_args() + get_arch_flags() ] + get_features_args() + get_arch_flags() + aicc_flags
}, },
include_dirs=[ include_dirs=[
Path(this_dir) / "csrc", Path(this_dir) / "csrc",
......
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