mirror of https://github.com/Jittor/Jittor
fix compile error
This commit is contained in:
parent
7981efd3f1
commit
1a2c9e724d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue