Skip to content

Commit

Permalink
fix a compatible issue with onednn 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhengning committed Mar 22, 2022
1 parent de2fcea commit 10c51c6
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 22 deletions.
2 changes: 1 addition & 1 deletion python/jittor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# file 'LICENSE.txt', which is part of this source code package.
# ***************************************************************

__version__ = '1.3.1.51'
__version__ = '1.3.1.52'
from jittor_utils import lock
with lock.lock_scope():
ori_int = int
Expand Down
Loading

0 comments on commit 10c51c6

Please sign in to comment.