提交 b3a52cb9 编写于 作者: Z zhangjun

update

上级 98278f0e
...@@ -342,7 +342,7 @@ class Server(object): ...@@ -342,7 +342,7 @@ class Server(object):
def get_device_version(self): def get_device_version(self):
avx_flag = False avx_flag = False
avx_support = self.check_avx() avx_support = self.check_avx()
if avx_suppport: if avx_support:
avx_flag = True avx_flag = True
self.use_mkl(True) self.use_mkl(True)
mkl_flag = self.mkl_flag mkl_flag = self.mkl_flag
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册