We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea0fd9 commit 7416cfbCopy full SHA for 7416cfb
python/jittor/__init__.py
@@ -9,7 +9,7 @@
9
# file 'LICENSE.txt', which is part of this source code package.
10
# ***************************************************************
11
12
-__version__ = '1.3.9.8'
+__version__ = '1.3.9.9'
13
from jittor_utils import lock
14
with lock.lock_scope():
15
ori_int = int
@@ -2174,4 +2174,4 @@ def inplace_wrapper(new_k, prev_func):
2174
2175
if jt.compiler.has_acl:
2176
from jittor.extern.acl.acl_compiler import change_function
2177
- change_function()
+ change_function()
0 commit comments