caifubi
|
81644a95df
|
change enable_loop_sink default value to True
|
6 years ago |
geekun
|
82c5daa947
|
fix codedex for mindspore/vm,transform,util,operator
|
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 |
mindspore-ci-bot
|
84a488bfe7
|
!627 fix when not set GLOG_log_dir, create log file at /tmp
Merge pull request !627 from fary86/fix_glog_default_path_is_tmp
|
5 years ago |
mindspore-ci-bot
|
928dcf4ec4
|
!554 Fix derelu fusion pass
Merge pull request !554 from huanghui/fix_derelu_fusion_pass
|
6 years ago |
huanghui
|
cd6e8d6542
|
fix ReluV2's mask shape in derelu fusion pass
|
6 years ago |
fary86
|
065e9e6a4e
|
Fix when not set GLOG_log_dir, create log file at /tmp
|
6 years ago |
mindspore-ci-bot
|
4a3e5cb944
|
!492 Add AllGather fusion pass
Merge pull request !492 from YuJianfeng/allgather
|
6 years ago |
mindspore-ci-bot
|
85c889bc3b
|
!615 Modify log level of context
Merge pull request !615 from Simson/push-to-opensource
|
6 years ago |
YuJianfeng
|
39945d0f79
|
Add AllGather fusion pass
|
6 years ago |
simson
|
8492f3dd7f
|
modify log level of context
|
6 years ago |
fary86
|
17adba5eb5
|
Optimize flow of exproting onnx
|
6 years ago |
mindspore-ci-bot
|
5ac07bb695
|
!504 Support Tensor assign A[slice] = u
Merge pull request !504 from candanzg/tensor_assign_with_slice
|
6 years ago |
candanzg
|
663d597330
|
tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
6 years ago |
buxue
|
e1e11b841d
|
fix codedex
|
6 years ago |
liuxiao
|
5b6c8fade8
|
Add Erf\FillD operator for VM
|
6 years ago |
mindspore-ci-bot
|
77b62c7f16
|
!555 [MS][Wndows]support default log level
Merge pull request !555 from chenjianping/fix-windows-bug
|
6 years ago |
chenjianping
|
18d8a1d2d3
|
support default log level on windows 10
|
6 years ago |
zhoufeng
|
c2b3360d69
|
update clang format rule
|
6 years ago |
gukecai
|
f8208c7c52
|
Support GetNext Parallel
|
6 years ago |
mindspore-ci-bot
|
11a4b35caa
|
!472 Fix inputs size and attr for AddN fission pass
Merge pull request !472 from YuJianfeng/master
|
6 years ago |
mindspore-ci-bot
|
679dbd27b3
|
!478 fix save_graphs_path and log file mode related issues
Merge pull request !478 from fary86/fix_log_and_ir_issues
|
6 years ago |
fary86
|
7e23a1a475
|
Fix issues of save_graphs_path, Type/Value error message and log file mode
|
6 years ago |
YuJianfeng
|
bc2df2c913
|
Fix inputs size and attr for AddN fission pass
|
6 years ago |
mindspore-ci-bot
|
18580a7867
|
!261 Add summary module python code to extract histogram info from tensor
Merge pull request !261 from wenkai/histogram_dev3cp
|
6 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 |
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 |
liubuyu
|
fc07cd908e
|
add 6d format transfer
|
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 |
mindspore-ci-bot
|
f98efafa16
|
!317 [IRFusion] add derelu_fusion pass
Merge pull request !317 from huanghui/derelu_fusion_pass
|
6 years ago |
jjfeing
|
f9ef78609f
|
add nc1hwc0_c04 format
|
6 years ago |
wenkai
|
cce61d462c
|
histogram python dev
|
6 years ago |
mindspore-ci-bot
|
b6dd80f804
|
!285 Dump the perf data by executed sequence, not alphabetic.
Merge pull request !285 from ZhangQinghua/master
|
6 years ago |
mindspore-ci-bot
|
58a70b5f82
|
!346 getnext parallel optimization part II: Eliminate Memcpy in specify scenario
Merge pull request !346 from laiyongqiang/develop
|
6 years ago |
laiyongqiang
|
3e05f50f5f
|
getnext_memcpy_elimination
|
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 |
mindspore-ci-bot
|
c3525d0cf7
|
!282 fix conv2d performance is worse than pytorch
Merge pull request !282 from chujinjin/fix_pynative_conv_pf
|
6 years ago |
mindspore-ci-bot
|
6721541c9d
|
!25 Develop Cell unfold,and Op ExtractImagePatches.
Merge pull request !25 from zhangbuxue/unfold-develop
|
6 years ago |
buxue
|
62807da0c4
|
Develop operator Unfold,take the ge backend,dock with tbe's ExtractImagePatches operator
|
6 years ago |
chujinjin
|
b804d9103d
|
set default execution mode to pynative
|
6 years ago |
huanghui
|
b02e871c1a
|
[IRFusion] add derelu_fusion pass
|
6 years ago |
mindspore-ci-bot
|
dc20a1dcba
|
!325 fix BatchNorm1d and BatchNorm2d doc and bug of slog
Merge pull request !325 from fary86/fix-batchnorm-doc-and-slog-path-duplication
|
6 years ago |
mindspore-ci-bot
|
d90e121547
|
!306 gpu uses dynamic memory pool by default
Merge pull request !306 from limingqi107/master
|
6 years ago |
fary86
|
19a5e14b31
|
Fix BatchNorm1d and BatchNorm2d doc bug, and slog print source path
twice in log
|
6 years ago |
mindspore-ci-bot
|
57aee805ce
|
!274 GPU multiple stream feature
Merge pull request !274 from ZPaC/gpu-backend-supports-multiple-streams
|
6 years ago |
limingqi107
|
99f12f9105
|
gpu uses dynamic memory pool by default
|
6 years ago |
ZPaC
|
3ea3d9e5a4
|
1.GPU supports multiple streams.
2.GPU commnication stream and compute stream overlap.
|
6 years ago |
mindspore-ci-bot
|
39b9e831cb
|
!291 disable memory reuse for GetNext op
Merge pull request !291 from caifubi/dev-getnext-mem-reuse-off
|
6 years ago |