mirror of https://github.com/Jittor/Jittor
polish compile message
This commit is contained in:
parent
2e0c0b8288
commit
7e7649e345
|
@ -8,7 +8,7 @@
|
|||
# This file is subject to the terms and conditions defined in
|
||||
# file 'LICENSE.txt', which is part of this source code package.
|
||||
# ***************************************************************
|
||||
__version__ = '1.2.2.48'
|
||||
__version__ = '1.2.2.49'
|
||||
from . import lock
|
||||
with lock.lock_scope():
|
||||
ori_int = int
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include "event_queue.h"
|
||||
#endif
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
#include "var.h"
|
||||
#include "ops/array_op.h"
|
||||
#include "misc/cuda_flags.h"
|
||||
|
|
Loading…
Reference in New Issue