mindspore-ci-bot
423026c1ac
!13226 update graphengine 0311
From: @shenwei41
Reviewed-by:
Signed-off-by:
5 years ago
shenwei41
c0f966ddef
update graphengine 0311
5 years ago
laiyongqiang
89c17078e0
add full name in tune result file
5 years ago
liubuyu
bc18078a0e
tune support dynamic shape
5 years ago
mindspore-ci-bot
cd56b82c23
!13084 fix bug when rl tune init failed
From: @laiyongqiang
Reviewed-by:
Signed-off-by:
5 years ago
laiyongqiang
0a9430a221
return -1 when auto tune init failed
5 years ago
mindspore-ci-bot
c752c25705
!13054 bug fix for te log level
From: @liubuyu
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
mindspore-ci-bot
8de7fbccd7
!13001 Auto_tune add sync fusion env.
From: @linqingke
Reviewed-by: @jjfeing,@xu-yfei
Signed-off-by: @xu-yfei
5 years ago
liubuyu
d97e78c333
bug fix for te log level
5 years ago
linqingke
977295162e
auto_tune add sync fusion env.
5 years ago
mindspore-ci-bot
a855cb2d24
!12706 graph kernel parallel building in gpu
From: @wenfangpei
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
c1422cefec
!12978 fix ga single op tune
From: @laiyongqiang
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
linqingke
91727124ef
Set same ops cache.
5 years ago
laiyongqiang
4c7df0d807
add more logs for auto tune
5 years ago
laiyongqiang
f16cea00a4
auto tune step two tune process
5 years ago
wenfangpei
d6b3a07b4a
parallel build gpu ops about graph kernel
5 years ago
liubuyu
2d97244741
auto tune stage one: construct json
5 years ago
mindspore-ci-bot
8aba5d8f57
!12192 terminate tbe process pool in separate thread, kill child of fork in 310 model converter
From: @zhoufeng54
Reviewed-by: @xu-yfei,@kisnwang
Signed-off-by: @xu-yfei
5 years ago
jjfeing
502be04491
upgrade 0204
5 years ago
zhoufeng
c7fd49e2f0
terminate tbe process pool in separate thread, kill child of fork in
model converter
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liubuyu
4a3cbda322
get cube size by dtype
5 years ago
liubuyu
d415c81792
bug fix, update the method of throwing exception
5 years ago
jjfeing
3d16af1c1b
set version in check support
5 years ago
liubuyu
c84647cc51
revert re primitive
5 years ago
mindspore-ci-bot
c834daec61
!10928 enable user set compile process num
From: @liubuyu
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
liubuyu
e8df81aa9d
enable user set compile process num
5 years ago
zhaojichen
36a15fa5af
fix softmax for master
5 years ago
gengdongjie
4df459f7ee
1. add README_CN to resnet and maskrcnn
2. fix bug of bounding_box_encode kernel_name
5 years ago
jjfeing
84441eb269
move compile info to stderr
5 years ago
jjfeing
12ba67d6fc
fix dynamic compile info
5 years ago
jjfeing
b9f97b60b0
fix special tbe op compile
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
jjfeing
7dda95d247
set soc version
5 years ago
wenchunjiang
1a407db3fd
increase tbe compile max process number from 16 to 24
5 years ago
Yi Huaijie
38babd1452
delete redundant codex
5 years ago
wuxuejian
bd527a331d
update aicpu proto and update module: graphengine
Support Dynamic Shape Aicpu Run Package
adapt tensorengin modify, fix ub fusion
6 years ago
Zhang Qinghua
89f34017dd
Decouple ME and AKG for Ascend.
6 years ago
yanghaoran
9ce5c97204
synchronize Ascend software suite 07 Jul 2020
6 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
6 years ago
wangcong
aed393d50f
add pre compile process
6 years ago
wangcong
0749ce3710
add pre compile process
6 years ago
wenchunjiang
772806b03e
fix code check
6 years ago
wenchunjiang
a295738830
add param_type in json
6 years ago
zhaozhenlong
b54ffdc086
add op BoundingBoxDecode
iou
NMSWithMask
larsupdate testcase
sgd testcase
6 years ago
jjfeing
34c221ffc8
fix pytest failed when one case compile error
6 years ago
jjfeing
d03e04b828
support buffer fusion
6 years ago
lizhenyu
8cd3308a4c
change package name akg to _akg
6 years ago
jjfeing
8ece432ae9
tr5 run package update
6 years ago
wenchunjiang
5a00d8cb58
This fixes an issue about mindspore process cannot exit when calling python api op_select_format failed in select kernel steps.
Previously function op_select_format and check_supported raise an exception directly on the tbe_process python side, but we don't deal with the exception, and raise an exeception on c++ side to frontend ME, that will cause some conflict when recycle resource on ME and tbe_process python interpreter.
This changes adding try...catch in function op_select_format and check_supported on the python side, and return the Exception string to c++ side, so that we can raise an exception to frontend ME and ME will deal with resouce clearning and exit.
6 years ago
jjfeing
86f5c69995
change parallel complie num: 32->16
6 years ago