未验证 提交 8bfbb0e3 编写于 作者: M Ma, Guokai 提交者: GitHub

[Bugfix][CPU] Remove C++ version in CPU OpBuilder (#3643)

Co-authored-by: NOlatunji Ruwase <olruwase@microsoft.com>
Co-authored-by: NJeff Rasley <jerasley@microsoft.com>
上级 046afced
......@@ -28,7 +28,7 @@ class CPUOpBuilder(OpBuilder):
return cpp_ext
def cxx_args(self):
return ['-O3', '-std=c++14', '-g', '-Wno-reorder']
return ['-O3', '-g', '-Wno-reorder']
def libraries_args(self):
return []
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册