caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
5 years ago
mindspore-ci-bot
c57a472748
!5918 optimizer pynative memory
Merge pull request !5918 from flywind/optimizer_pynative_memory
5 years ago
buxue
458498900c
support not in and add check for grad_with_sens with no sense provide.
5 years ago
kpy
4338dd266e
optimizer pynative graph memory
5 years ago
buxue
3fd73f9d08
raise exception when use HookBackward in graph mode
5 years ago
fary86
b0f89685b4
Add device specific config check
5 years ago
buxue
a087ef7c34
raise exception when UniformPrimitive has wrong number args
5 years ago
Wei Luning
879a519136
updata signature
5 years ago
fary86
144a35b17e
Adapt GatherV2 for dynamic shape
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
zhousiyi
c25e37e7bf
make backend/optimizer pybind free
5 years ago
Wei Luning
1a2eb5c8f7
fix time cost
5 years ago
mindspore-ci-bot
5b1cf18cb9
!5055 prepare to support int64
Merge pull request !5055 from lirongzhen1/int64
5 years ago
lirongzhen1
531ad4df70
prepare to support int64
5 years ago
fary86
947e19b839
Fix bug of switch layer join
5 years ago
fary86
04524b6bd3
Fix coredump caused by function call depth too large
5 years ago
zhousiyi
d0e58dd765
remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
huangdongrun
2a6d346d2f
support if by if grad parameter
add join for ref
adjust env eliminate to eliminate all env ops
add partial app cache
resolve while endless
fix env eliminate
support for "for while" cases
fix join shape error
5 years ago
liubuyu
45b6600001
mv cc file that end with py to pybind
5 years ago
WilliamLian
1f5441d73a
remove inferfunction to core
5 years ago
buxue
02d6e3a43a
fix bugs
5 years ago
Wei Luning
ea3ddea3d4
remove ref origin
5 years ago
panyifeng
34e50e5d6e
fix cell bprop
5 years ago
fary86
7602054acd
Fix do concat in while loop specialize error
5 years ago
fary86
8ac5672abb
Add support for dynamic shape
5 years ago
panyifeng
9927e6eb5c
eager mode sparse
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
mindspore-ci-bot
2da29bce66
!3370 same graph used in different context should be treat differently.
Merge pull request !3370 from xychow/fix-context-dup
5 years ago
buxue
b075674cf2
support tensor attr shape and dtype in graph mode
5 years ago
zhousiyi
f926650c64
if AbstractFunction comparison succeed in NewContext, then the evaluator should use the same one, otherwise one of the evaluator will not be evaluated.
if funcgraph or metafuncgraph call it recursively, then anf_node should be used as tracking_id to discriminate the first occurcance and the
recursive occurance.
add anf_node to PrimitiveAbstractClosure hash() to reduce cost of GetEvaluatorFor().
ignore the tracking_id to make cse work.
5 years ago
liubuyu
a499d4e47c
decoupling core and debug
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
panyifeng
1bd047e274
eager mode enable sparse
5 years ago
mindspore-ci-bot
2d973c9597
!3161 Set output value for dynamic graph.
Merge pull request !3161 from flywind/output
5 years ago
panyifeng
8a89f003eb
fix sparse related issues
5 years ago
kpy
570da089a8
set output value for dynamic graph
5 years ago
mindspore-ci-bot
48711414fc
!3356 [common]Refine code & Add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`
Merge pull request !3356 from vlne-v1/add_to_abstract_for_function
5 years ago
Wei Luning
484d7f10c8
refine code* refine code in bert model* add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`* remove partial hard code in spec for poly* remove any in data convert cache
5 years ago
mindspore-ci-bot
2ead27f8d5
!3343 fix float max value compare
Merge pull request !3343 from fary86/fix_float_max_value_compare
5 years ago
fary86
e470fbf2bc
Fix float max value compare
5 years ago
mindspore-ci-bot
a4f447af6c
!3289 Move abstract function to core abstract folder.
Merge pull request !3289 from ZhangQinghua/master
5 years ago
Zhang Qinghua
7b69565d91
Move abstract function to core abstract folder.
5 years ago
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
Wei Luning
f362503d57
support throw attribute error from c++
5 years ago
panyifeng
5a10383cc3
add coo_tensor
5 years ago
WilliamLian
4c4c08c726
refactor primitive GetObj function
5 years ago
Zhang Qinghua
18efdc8fe2
Move abstract/base into core, and remove static_analysis including symbols in ir.
5 years ago