mirror of https://github.com/Jittor/Jittor
support onednn on macOS with intel chips
This commit is contained in:
parent
5a17e3d265
commit
948b9796ad
|
@ -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
|
||||
|
|
|
@ -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,"
|
||||
|
|
Loading…
Reference in New Issue