leilei_snow
5cccfbc61b
Add TransShape Operator.
5 years ago
mindspore-ci-bot
f42e36b629
!2845 Fix empty graph dump ir failed
Merge pull request !2845 from zhoufeng/empty-graph-dump-ir
5 years ago
mindspore-ci-bot
0a279b7f73
!2849 fix serving peformance
Merge pull request !2849 from dinghao/master
5 years ago
zhoufeng
1f8b00dff2
Fix empty graph dump ir
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
f6b6ef2796
!2761 Record unreused arg in kernel graph
Merge pull request !2761 from chenfei_mindspore/split-real-inputs-to-reuse-args-and-not-reuse-args
5 years ago
mindspore-ci-bot
ac3c35c329
!2749 GPU update argmaxwithvalue
Merge pull request !2749 from VectorSL/argmaxwithvalue
5 years ago
Danish Farid
e8f879aa43
Debt Task
5 years ago
mindspore-ci-bot
8b78bbc3ac
!2830 Address some comments for PR 2602
Merge pull request !2830 from JesseKLee/PR2602
5 years ago
chenfei
193c583cf6
add unreuse args of kernel graph
insert assign at the end of graph
clear log
clear log 2
handle replace call of unreuse args
handle bug of replace node
5 years ago
dinghao
edc210dfdc
fix serving peformance
5 years ago
mindspore-ci-bot
95c378e4f4
!2844 optimize cpu input mem alloc
Merge pull request !2844 from kisnwang/optimize-cpu-mem
5 years ago
mindspore-ci-bot
2711a628fb
!2333 remove addnclass in opt
Merge pull request !2333 from xychow/remove-addnclass-in-opt
5 years ago
kswang
e53b41bad8
optimize cpu input mem
5 years ago
mindspore-ci-bot
7d5db0e99b
!2840 Update fusion condition of reshape and transpose
Merge pull request !2840 from YuJianfeng/master
5 years ago
mindspore-ci-bot
d0d877a4ea
!2841 Fix optimizer step counter bug
Merge pull request !2841 from Kang/master
5 years ago
wuyongkang
4419881f2f
Fix optimizer step counter bug
5 years ago
yujianfeng
3df6845803
Fix fusion condition of reshape and transpose
5 years ago
mindspore-ci-bot
17e1786890
!2820 [bugfix]: communication operator's output should not be swapped
Merge pull request !2820 from zyli2020/refine_mem_swap
5 years ago
zhousiyi
b29d260be3
reuse AddN primitive in opt as AddN will replicated by program_specialize
5 years ago
mindspore-ci-bot
32405f9ab3
!2817 add internal output
Merge pull request !2817 from kisnwang/optimize-sub-graph-memcpy
5 years ago
lizhenyu
1b4a7cdeb7
fix mem swap bug
5 years ago
kswang
e9067b4a10
add internal output
5 years ago
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
Code checking
5 years ago
Jesse Lee
6cfa0891b4
Addressing comments for PR 2602
5 years ago
mindspore-ci-bot
bf699955b1
!2821 fix device queue error when execute profiling
Merge pull request !2821 from yanghaitao/yht_fix_device_queu_profiling
5 years ago
mindspore-ci-bot
c1a53d3f68
!2822 Fix bool tensor problem
Merge pull request !2822 from hewei/fix_bool_tensor
5 years ago
He Wei
a0623e1528
Fix bool type tensor problem
Problem: Create 'uint8' type tensor from float data raise RuntimeError;
Fix: Use same internal data type for 'uint8' and 'bool' tensor and allows
convert float data to bool tensor.
5 years ago
yanghaitao
e43471ac2d
fix device queue profiling bug
5 years ago
mindspore-ci-bot
cf0cecc13f
!2478 Support writing pass in python
Merge pull request !2478 from BowenK/python_pass_clean
5 years ago
mindspore-ci-bot
b052ecf43b
!2804 Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
Merge pull request !2804 from liuxiao93/ops-for-VM
5 years ago
mindspore-ci-bot
687319219f
!2565 Add case for precision of bert network
Merge pull request !2565 from ddwolf/add_case_for_precisoin_of_bert
5 years ago
duxiutao
1e43c609e0
Add test case and fix two bugs
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
5 years ago
BowenK
b26f6b6b67
Add python pass support
5 years ago
liuxiao
ddedc41613
Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
5 years ago
zhoufeng
3521d4fbda
process empty graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
f1a9a7ceb1
!2718 fix quantization aware training auto create graph bug
Merge pull request !2718 from chenzhongming/master
5 years ago
mindspore-ci-bot
26fa3dff2e
!2794 Remove deprecated env variables
Merge pull request !2794 from zhouyuanshen/master
5 years ago
mindspore-ci-bot
065b8cbdf1
!2700 use same batchnorm operation in PyNative mode and Graph mode
Merge pull request !2700 from chujinjin/change_pynative_batchnorm_same_as_graph_mode
5 years ago
mindspore-ci-bot
db51772a92
!2750 Clean review bot warning.
Merge pull request !2750 from TronZhang/clean_bot
5 years ago
mindspore-ci-bot
f245a4035c
!2780 handle partial node in CreateNewCNode
Merge pull request !2780 from Margaret_wangrui/handle_partial
5 years ago
mindspore-ci-bot
ddf3ddf684
!1934 Add pslite dependency
Merge pull request !1934 from ZPaC/add-pslite-dependency
5 years ago
zhouyuanshen
361214fb6d
remove deprecated env variables, like ME_TBE_PLUGIN_PATH and OPTION_EXEC_EXTERN_PLUGIN_PATH
5 years ago
mindspore-ci-bot
db94c5fb0f
!2786 Optimization for ast_cache
Merge pull request !2786 from Kang/optimization
5 years ago
chujinjin
c880774942
change pynative batchnorm same as graph mode
5 years ago
ZPaC
a057639abc
Add pslite dependency
5 years ago
Margaret_wangrui
ad8731944c
handle partial node in CreateNewCNode
5 years ago
wuyongkang
f797d17a6e
Optimization for ast_cache
5 years ago
mindspore-ci-bot
528ce2b96b
!2767 fix hook operator compare issue
Merge pull request !2767 from wangqiuliang/fix-hook-operator-compare-issue
5 years ago
mindspore-ci-bot
bd3f3b51e4
!2722 Optimize parser
Merge pull request !2722 from Kang/optimization
5 years ago
kingfo
5d301092f6
fix hook operator compare issue
5 years ago