fix compile error

This commit is contained in:
Dun Liang 2021-05-31 14:38:52 +08:00
parent 7981efd3f1
commit 1a2c9e724d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -786,6 +786,7 @@ def check_cache_compile():
"src/utils/log.cc",
"src/utils/tracer.cc",
"src/utils/jit_utils.cc",
"src/utils/str_utils.cc",
]
global jit_utils_core_files
jit_utils_core_files = files