support onednn on macOS with intel chips

This commit is contained in:
lzhengning 2023-01-05 10:11:35 +08:00
parent 5a17e3d265
commit 948b9796ad
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
# file 'LICENSE.txt', which is part of this source code package.
# ***************************************************************
__version__ = '1.3.6.6'
__version__ = '1.3.6.7'
from jittor_utils import lock
with lock.lock_scope():
ori_int = int

View File

@ -56,7 +56,7 @@ def install_mkl(root_folder):
filename = "dnnl_mac_2.2.0_cpu_omp_arm64.tgz"
md5 = "d8fdf56d3cf618685d22d18f08119f88"
else:
filename = "dnnl_mac_2.2.0_cpu_omp_x86_64"
filename = "dnnl_mac_2.2.0_cpu_omp_x86_64.tgz"
md5 = "6e2f065d6a589c82081536b684768fe6"
else:
raise RuntimeError(f"platform.machine()=={platform.machine()} not support yet,"