panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
lirongzhen1
40251d9578
configure auto parallel tensors shape
5 years ago
huangdongrun
9d3c9c69fe
modify map to C.Map()
5 years ago
mindspore-ci-bot
585acc984d
!2543 fix applyrmsprop to while list
Merge pull request !2543 from amongo/FixApplyRmsprop
5 years ago
mindspore-ci-bot
4c6bff75af
!1393 Gpu Support AdamWeightDecay optimizer fusion
Merge pull request !1393 from chenweifeng/adam_weight_decay
5 years ago
huangdongrun
024b52d6e6
add inputtoattr prim to white list
5 years ago
He Wei
43e0967024
Decouple ir::Tensor class from python
5 years ago
wilfChen
034d2ea2aa
Gpu Adam Fusion
5 years ago
mindspore-ci-bot
5b14292f69
!2140 Implementation of mindspore debugger
Merge pull request !2140 from ShidaHe/debugger_dev
5 years ago
liangzelang
8ac582ab0d
make notes more clear and accurate
5 years ago
Shida He
4c056855e0
Implementation for mindspore debugger
5 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.
5 years ago
panyifeng
3c2057297e
support multi param for tuple grad
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
mindspore-ci-bot
60f4795f40
!2220 fix binary dump and add test case
Merge pull request !2220 from leopz/fix_dump
5 years ago
leopz
a67132f6b7
fix shape and add testcase
5 years ago
Xian Weizhao
ec333c92d0
fix static check
5 years ago
buxue
15eb607bcd
Change the get value out of bounds error to IndexError
5 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
5 years ago
buxue
4d9491b5c3
fix bug of auto cast when there is scalar
5 years ago
huangdongrun
9522f59b87
support for tensor indexing in pynative
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
5 years ago
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
5 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
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
5 years ago
Wei Luning
ee8420aefa
Make assign operator to use the signature.
5 years ago
zhaoting
b16a552d41
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257 .
5 years ago
mindspore-ci-bot
686ced85ad
!1785 add dropout special kernel selected rules
Merge pull request !1785 from lianliguang/add-dropout-kernel-special-kernel-select-rules
5 years ago
WilliamLian
9c005b182c
convert dropoutdomask nodes's kernel info's first format which connected with same dropoutgenmask
5 years ago
mindspore-ci-bot
41d195b545
!1794 support cpu op EmbeddingLookup
Merge pull request !1794 from dengwentao/cpu_op
5 years ago
dengwentao
098eec4661
add cpu op embedding_look_up
5 years ago
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
5 years ago
mindspore-ci-bot
2a2dd7d340
!1803 Optimized MixedPrecisionCast function
Merge pull request !1803 from Kang/master
5 years ago
Kang
041f628cce
Optimize MixedPrecisionCast function
5 years ago
fary86
abfaf15951
Fix codex, split big functions
5 years ago
mindspore-ci-bot
da06310ae0
!1766 [bug][auto cast]fix bug when do auto cast
Merge pull request !1766 from vlne-v1/I1J0M0-amp-do-auto-cast-failed
5 years ago
mindspore-ci-bot
6748ef0019
!1776 fix codex
Merge pull request !1776 from fary86/fix_codex_06.01
5 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
mindspore-ci-bot
0426ed057b
!1777 Remove ZerosLikeTensor and sub with ZerosTensor
Merge pull request !1777 from BowenK/master
5 years ago
BowenK
96379faa3a
Remove ZerosLikeTensor and sub with ZerosLike
5 years ago
fary86
a2b882bcb4
Fix codex
5 years ago
buxue
62f7dc49e5
support convert bool scalar and tensor to number tensor
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
5 years ago
mindspore-ci-bot
5aa55302d4
!1691 Fix codex warning in `do_signature.cc`
Merge pull request !1691 from seatea/fix-codex-warning
5 years ago
seatea
eff6fa7b8f
Fix codex warning in `do_signature.cc`.
5 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
5 years ago
mindspore-ci-bot
e8b14d70c7
!1542 [pynative] fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
Merge pull request !1542 from vlne-v1/I1GZ0B-multitype-funcgraph-bug
5 years ago
mindspore-ci-bot
8556eee3fc
!1578 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1578 from gengdongjie/master
5 years ago
mindspore-ci-bot
19ce0c372a
!1257 Implicit type conversion
Merge pull request !1257 from candanzg/implicit_type_conversion2
5 years ago
Wei Luning
ebf02dd528
fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
5 years ago