buxue
fe8f47dc45
add typeid to type conversion scene
2020-06-29 10:27:42 +08:00
jinyaohui
bb17bc4081
add ENABLE_GE
2020-06-24 17:08:05 +08:00
jinyaohui
29a2458596
delete ENABLE_GE
2020-06-23 11:42:54 +08:00
kswang
ae3db6d4de
fix mix target entry
2020-06-22 16:09:25 +08:00
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.
2020-06-20 22:31:54 +08:00
mindspore-ci-bot
53654f94f2
!2056 Enable new control sink
...
Merge pull request !2056 from zhoufeng/enable-new-control-sink
2020-06-20 17:41:30 +08:00
zhoufeng
bbbfaa2441
enable new control sink
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-06-20 14:48:21 +08:00
hangangqiang
dfbb232468
mindspore server inference
2020-06-20 14:12:56 +08:00
panyifeng
3c2057297e
support multi param for tuple grad
2020-06-20 08:39:42 +08:00
mindspore-ci-bot
21c67eddd5
!1897 save print data to file
...
Merge pull request !1897 from jinyaohui/print
2020-06-19 17:50:34 +08:00
jinyaohui
ac23a179bf
save print data to file
2020-06-19 17:25:22 +08:00
mindspore-ci-bot
182215e060
!2284 Add Pass to Eliminate Redundant Depend
...
Merge pull request !2284 from BowenK/fix_depend
2020-06-19 16:39:55 +08:00
mindspore-ci-bot
2d6d3cc86b
!2339 support catch IndexError in C++
...
Merge pull request !2339 from zhangbuxue/support_catch_index_error_in_c++
2020-06-19 15:28:18 +08:00
BowenK
8f29e7242f
add pass to eliminate depend value
2020-06-19 14:52:52 +08:00
buxue
2c9ca199ad
support catch IndexError in C++
2020-06-19 12:13:18 +08:00
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
2020-06-19 10:21:35 +08:00
mindspore-ci-bot
9b90d89f6b
!2276 fix eliminate get ref parameter
...
Merge pull request !2276 from fary86/fix_eliminate_get_ref
2020-06-18 17:14:26 +08:00
fary86
15b3fba0ef
Fix eliminate get ref parameter
2020-06-18 16:10:53 +08:00
kingfo
358982a98f
fix hook and bprop debug issue
2020-06-18 09:50:30 +08:00
mindspore-ci-bot
4b5cbe5d4a
!2186 Optimization for opt
...
Merge pull request !2186 from Kang/opt
2020-06-17 17:29:38 +08:00
Kang
2974b906d3
Optimization for opt
2020-06-17 16:04:54 +08:00
mindspore-ci-bot
4291ea82cf
!2024 Add MixedPrecisionCast for Dict
...
Merge pull request !2024 from Kang/master
2020-06-17 09:41:52 +08:00
mindspore-ci-bot
ea96cbcef2
!1979 fix partial primitive poly node
...
Merge pull request !1979 from fary86/fix_patial_primitive_poly_code
2020-06-16 09:35:57 +08:00
chenjianping
6034f9c1e2
support host reduce scatter and mpi config
2020-06-15 16:33:40 +08:00
fary86
ffa3352088
Fix partial primitive poly node
2020-06-15 10:56:55 +08:00
mindspore-ci-bot
02e0288a97
!2017 Fix codedex
...
Merge pull request !2017 from leopz/fix_codedex
2020-06-15 09:09:09 +08:00
mindspore-ci-bot
c3d78e2aa2
!2012 gpu support the max device memory config
...
Merge pull request !2012 from limingqi107/master
2020-06-12 15:04:59 +08:00
leopz
c45f4d225d
dump binary ir
2020-06-12 13:19:41 +08:00
limingqi107
5054b53f47
gpu support the max device memory config
2020-06-12 11:14:53 +08:00
rick_sanchez
ea5fa78385
Fix python test case of UT probability failure.
2020-06-12 09:48:21 +08:00
leopz
6d155e5f4a
fix codedex
2020-06-12 09:36:59 +08:00
mindspore-ci-bot
4df861cb62
!1672 support load full dataset on each device
...
Merge pull request !1672 from yihuaijie/dev
2020-06-12 09:24:04 +08:00
mindspore-ci-bot
935b4cea91
!1967 check arg is tensor with vm backend
...
Merge pull request !1967 from zhangbuxue/check_arg_is_tensor_with_vm
2020-06-12 09:10:39 +08:00
Kang
3ba2074213
Add MixedPrecisionCast for Dict
2020-06-11 21:32:08 +08:00
Yi Huaijie
e5c351690b
support load full dataset on each device
2020-06-11 19:48:06 +08:00
huangdongrun
9522f59b87
support for tensor indexing in pynative
...
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
2020-06-11 19:14:22 +08:00
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
...
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
2020-06-11 14:11:49 +08:00
buxue
0cd57ddc5d
check arg is tensor with vm backend
2020-06-11 12:19:43 +08:00
panyifeng
acaa66a738
sparse grad for gatherv2
2020-06-11 12:00:53 +08:00
kingfo
38436f929f
move hook function to primtivePy class
2020-06-10 15:33:46 +08:00
mindspore-ci-bot
0e7839826e
!1945 [bug]fix bug in '=', use signature to support auto cast in assign.
...
Merge pull request !1945 from vlne-v1/I1JXUP-resnet50-thor-assign-fail
2020-06-09 22:57:01 +08:00
Wei Luning
ee8420aefa
Make assign operator to use the signature.
2020-06-09 21:12:56 +08:00
zhaoting
b16a552d41
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
...
This reverts commit 705c71a257 .
2020-06-09 20:56:36 +08:00
mindspore-ci-bot
5812c46ecf
!1860 fix codex
...
Merge pull request !1860 from fary86/fix_codex_06.05
2020-06-05 12:33:59 +08:00
fary86
3bf1bb6355
Fix codex
2020-06-05 10:36:08 +08:00
huangdongrun
beacc26077
* add isconstant primitive
...
* add infer_value for common math ops
* convert constant bool tensor to bool value
* do not infer value when encounter 0 as division
for while condition, do not unrool if condition is a tensor
2020-06-04 21:51:44 +08:00
mindspore-ci-bot
2a2dd7d340
!1803 Optimized MixedPrecisionCast function
...
Merge pull request !1803 from Kang/master
2020-06-04 10:13:18 +08:00
mindspore-ci-bot
0c1674496f
!1819 Restricting modify non_Parameter class members
...
Merge pull request !1819 from zhangbuxue/restricting_modify_non-Parameter_class_members
2020-06-04 09:53:30 +08:00
Kang
041f628cce
Optimize MixedPrecisionCast function
2020-06-04 09:43:20 +08:00
buxue
94c9019d8e
restricting modify non_Parameter class members
2020-06-03 17:17:46 +08:00