mindspore-ci-bot
64abbeaa89
!705 add pynative cache
Merge pull request !705 from chujinjin/add_pynative_cache
5 years ago
mindspore-ci-bot
9399dffe0e
!751 Remove enable hccl
Merge pull request !751 from zjun/remove_enable_hccl
5 years ago
mindspore-ci-bot
8bf35b2b0c
!700 validate bprop rules
Merge pull request !700 from penn/validate_bprop_rules
5 years ago
zjun
c538b83712
remove enbale hccl
5 years ago
mindspore-ci-bot
420ef2a352
!731 remove extra empty string from log text
Merge pull request !731 from fary86/remove_extra_empty_string_in_log
5 years ago
mindspore-ci-bot
41df9c206c
!723 Modify type error of abnormal inputs
Merge pull request !723 from Simson/push-to-opensource
5 years ago
simson
46d291c3c0
modify error type of abnormal inputs
5 years ago
fary86
b314c1d621
Remove extra empty string from log text
5 years ago
mindspore-ci-bot
68f6064931
!719 fix error type of input of ge graph is not tensor
Merge pull request !719 from fary86/fix_error_type_of_input_not_tensor
5 years ago
panyifeng
9e633b6c12
validate bprop rules
5 years ago
mindspore-ci-bot
e42f7601b6
!315 modify init_ge api name and add init_ge
Merge pull request !315 from jinyaohui/init_dataset
5 years ago
mindspore-ci-bot
63712848e2
!494 Split ccsrc cmake to individual sub-directories
Merge pull request !494 from zhoufeng/cmake-sub
5 years ago
fary86
0f64f63ce2
Fix error type of inputs of ge graph is not tensor
5 years ago
Xiaoda Zhang
e227415673
support-the-multiple-subgraphs-in-the-ANF
5 years ago
zhoufeng
b681cec8f2
cmake refactor
5 years ago
chujinjin
e2b0a28142
add pynative cache
5 years ago
jinyaohui
c5156f1e46
add init_device to init_dataset
5 years ago
buxue
aff6777ecc
fix reviewboot and example of TruncatedNormal and add type mapping
5 years ago
mindspore-ci-bot
43a8f829a2
!628 fix the infer of TruncatedNormal and a bug of structure output
Merge pull request !628 from zhangbuxue/fix_example_for_TruncatedNormal
5 years ago
mindspore-ci-bot
00859ae119
!586 enable/disable allreduce_fusion
Merge pull request !586 from lirongzhen1/allreduce_fusion
5 years ago
buxue
c8a1a24ce3
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
5 years ago
Xiaoda Zhang
dfde76af88
delete the 'simplify_cal' attribute in 'set_algo_parameters' and 'get_algo_parameters' interface
5 years ago
lirongzhen
4ff418084c
enable/disable allreduce_fusion
5 years ago
mindspore-ci-bot
53d2da5fe4
!264 static_analysis: remove useless cache in TrivialPrimEvaluator and add cache for PythonPrimEvaluator
Merge pull request !264 from xychow/remove-unnecessary-cache-and-add-cache
5 years ago
mindspore-ci-bot
4a001ece95
!607 optimize flow of export onnx model
Merge pull request !607 from fary86/optimize_flow_of_exporting_onnx_model
5 years ago
zhousiyi
f6a4f3d155
[static_analysis]: remove the TrivialPrimEvaluator cache.
add cache for PythonPrimEvaluator. Be careful that
the infer function of PythonPrimitive in python code should
be idempotent.
6 years ago
mindspore-ci-bot
496ffff3fd
!573 Fix bug in `ParseAttribute`
Merge pull request !573 from seatea/fix-parse-attribute-bug
5 years ago
fary86
17adba5eb5
Optimize flow of exproting onnx
5 years ago
mindspore-ci-bot
5ac07bb695
!504 Support Tensor assign A[slice] = u
Merge pull request !504 from candanzg/tensor_assign_with_slice
5 years ago
candanzg
663d597330
tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
buxue
e1e11b841d
fix codedex
5 years ago
seatea
d5597e6d1f
Fix bug for `ParseAttribute`.
5 years ago
buxue
437bb8c27c
support ellipsis and bool for tensor slice
6 years ago
zhoufeng
c2b3360d69
update clang format rule
5 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
6 years ago
mindspore-ci-bot
cc08fdfd9a
!420 Fix mixed precision usage when const value passed as argument
Merge pull request !420 from amongo/FixMixedPrecisionForConstParam
6 years ago
ougongchang
0ed6d9178e
add Histogram summary operator
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
6 years ago
mindspore-ci-bot
d34afbd61b
!400 Support math operation between float and int for scalar
Merge pull request !400 from amongo/FixMathOps
6 years ago
huangdongrun
7fae76d10d
add support for calculation between float and int
format code
remove test case for fp64
add back scalar manipulation
remove save graph
6 years ago
huangdongrun
9cb665e634
add suport for parameter of const value pass as mixed precision args
fix pylint
6 years ago
mindspore-ci-bot
08985a1e56
!286 resolve pynative operator unsupport issue
Merge pull request !286 from wangqiuliang/resolve-pynative-operator-issue
6 years ago
mindspore-ci-bot
c84385d706
!296 Exclude free variables to further improve performance
Merge pull request !296 from StrawNoBerry/ExcludeFV
6 years ago
kingfo
75fec82b52
resolve pynative operator issue
6 years ago
buxue
80978cf3cc
support operator ** // % for scalar and tensor, and in not in for dict, ang str concat
6 years ago
chenjianping
b6493af6b7
fix gpu init fail
6 years ago
mindspore-ci-bot
b2b3e24a8e
!329 [MS]support building on windows 10
Merge pull request !329 from chenjianping/building-on-windows-2
6 years ago
chenjianping
1286767d0e
support building on windows
6 years ago
Xiaoda Zhang
ffb2cb03a4
Change 'NOT_FULLY_USE_DEVICES' to 'FULLY_USE_DEVICES' and make ALL-1 user-specified-strategy valid in auto-parallel
6 years ago
w00517616
988363299f
Exclude FV to further improve performance.
6 years ago
Hoai Linh Tran h00472437
46c590b787
Add new flag to watch for the need of Renormalize pass when parsing the python input program
Signed-off-by: Hoai Linh Tran h00472437 <hoai.linh.tran@huawei.com>
Add optimizer checking: For a group of passes in "optimizer", if flagged then it will check and collect the newly generated nodes without types (i.e. abstract() == nullptr).
Before calling Renormalize(), the optimizer will check if there is any node needed retyping. If not the Renormalize pass will not be called.
Add checking for non-null abstract but still needs renorm;
Add flags to Substitution to help watching Renormalize
Simpler pass result checker, change Bool to Enum type
6 years ago