yushu-linfeng
33a16501bb
[feat] [assistant] [I48O78][I48O4O]Add Rsqrt and RsqrtGrad Operators
4 years ago
yuchaojie
7886db3912
add transpose_x2 check in MatmulConfusionTranposeFusionPass
4 years ago
i-robot
f7796d5d62
!30777 [MS][LITE] fix a model with 1x1 conv which run failed in x86
Merge pull request !30777 from XianglongZeng/myms_new_2
4 years ago
i-robot
47c9e65acd
!30844 fix cpu sparse ftrl error
Merge pull request !30844 from kisnwang/fix-cpu-sparse-ftrl-error
4 years ago
i-robot
aa49185ad0
!30813 fix fracz_group transmit problem of Allreduce
Merge pull request !30813 from yuchaojie/ir_fusion
4 years ago
zhengjun10
4855e427d6
fix lite train resize issue
4 years ago
sunsuodong
aa8c060587
fix_memory_leaks
4 years ago
ZPaC
23ce8b1b6a
Fix send recv correction.
4 years ago
i-robot
e0de84afec
!30787 profiler supports pynative mode
Merge pull request !30787 from zangqx/zangqx_5
4 years ago
i-robot
7ad4b6b329
!30783 [lite]fix bug for tf
Merge pull request !30783 from 徐安越/master_core
4 years ago
i-robot
81ff4f4440
!26841 [feat] [assistant] [I48O70] [I48O4W]Add Sinh and Cosh operators
Merge pull request !26841 from 桂宁馨/Sinh_Cosh
4 years ago
kswang
4c6956bceb
fix cpu sparse ftrl error
4 years ago
jiaorui
ca3a273756
add host_shape to CreateDeviceAddress api
4 years ago
wilfChen
cc47d6e535
priority replay buffer
4 years ago
i-robot
e537fb3a61
!30820 Support reference for gpu and cpu for parameter update
Merge pull request !30820 from ZPaC/parse-label-for-parameter-update
4 years ago
i-robot
396e7a3781
!30800 segment tree
Merge pull request !30800 from chenweifeng/priority-replay-buffer
4 years ago
dayschan
09e14c690e
move AkgCallBack to the first input of akg cpu kernel and add an extend_data value
4 years ago
臧庆香
1fdd76c50f
profiler pynative cpp
4 years ago
i-robot
cbc52acf70
!30769 [MSLITE][CPU] op Dynamic thread choose Optimization
Merge pull request !30769 from Greatpan/dynamic_thread_fix
4 years ago
i-robot
fdf7aebd78
!30746 Fix recv actor stuck issue.
Merge pull request !30746 from ZPaC/sync-route-table
4 years ago
i-robot
b90cf43562
!30553 Support dataset reset() to recover after failure
Merge pull request !30553 from h.farahat/reset
4 years ago
i-robot
40c32fef1b
!30799 add case check for MatmulConfusionTranposeFusionPass
Merge pull request !30799 from yuchaojie/ub_fusion2
4 years ago
wilfChen
3f142c9e8a
add segment tree
4 years ago
yuchaojie
b001fa1fb9
fix fracz_group transmit problem of Allreduce
4 years ago
i-robot
9fe8945d2e
!30809 [MSLITE] winograd build bug
Merge pull request !30809 from ling/sr
4 years ago
ZPaC
04ee8f4dd9
Support reference for gpu and cpu for parameter update
4 years ago
xuanyue
c8e02ab8ae
fix bug for tf
4 years ago
greatpanc
c90ead5d0f
dynamic thread cut, version 2
4 years ago
ling
19487210d2
[MSLITE] winograd build bug
4 years ago
zengxianglong
2b77443623
fix a model with 1x1 conv which run failed in x86
4 years ago
yuchaojie
fa776424b3
add case check for MatmulConfusionTranposeFusionPass
4 years ago
h.farahat
a3dec34833
Dataset failover reset
4 years ago
xialingtian
b4ba7aadd1
[feat] [assistant] [I48O39] [I48O5Q]Add Sinh and Cosh operators
4 years ago
He Wei
67c528e7fc
Reduce object size of node
1. Remove unused fields, such as AnfNode::interpreted_node_, CNode::inputs_value_;
2. Reduce seen_ size from 64 bits to 32 bits;
3. Use bitset for boolean flags;
4. Use pointer for user data;
5. Make some cold fields as user data, such as AnfNode::kernel_info_.
Object size decreased:
AnfNode: 232 -> 144
ValueNode: 264 -> 176
Parameter: 384 -> 272
CNode: 576 -> 400
4 years ago
ZPaC
4c74b600ea
Fix recv actor stuck issue.
4 years ago
yelihua
5d70b3a7d8
enable dump when met exception during train
4 years ago
i-robot
176dda8aeb
!30698 LSTM Grad Initial Support
Merge pull request !30698 from Haim/export_haim
4 years ago
Haim Moushkatel
5137ae1c01
LSTM Grad Initial Support
4 years ago
i-robot
5c7ca25260
!30654 修复bngrad动态shape输出infer不正确问题
Merge pull request !30654 from huoxinyou/bngrad_nopNode
4 years ago
i-robot
c0dfb3a7aa
!30686 [MS][LITE][Develop] change lite version and fix nnacl warning
Merge pull request !30686 from sunsuodong/version
4 years ago
i-robot
9a5268f2be
!30589 [DynamicShape][GPU]add dynamic shape support some ops for new network
Merge pull request !30589 from hanhuifeng/dcn_dyn_ops_2_new
4 years ago
huoxinyou
6d974ca877
修复bngrad动态shape输出infer不正确问题 修复多个连续NopNode在动态shape场景下,infer问题
4 years ago
sunsuodong
3ca880e919
change lite version and fix nnacl warning
4 years ago
i-robot
4367377000
!30611 Fix rpc route bugs
Merge pull request !30611 from ZPaC/sync-route-table
4 years ago
hanhuifeng2020
b571e67795
[DynamicShape][GPU]add dynamic shape support some ops for new network
4 years ago
i-robot
ff49911889
!30572 delete CpuDynamicshape and GpuDynamicshape
Merge pull request !30572 from TuDouNi/gpu_cpu_delete_dynamic_kernel
4 years ago
ZPaC
dc80f9b8d1
Fix rpc route bugs
4 years ago
i-robot
789c1d6bd3
!30614 [AutoParallel] Fix Overflow As the cast is inserted before Mirror
Merge pull request !30614 from huangxinjing/fix_cast_error
4 years ago
ttudu
dac6f5425d
delete GPU/CPUDynamicKernel
4 years ago
i-robot
b48b2b5d8b
!25466 [feat] [assistant] [I48O93, I48O5Q] Add Sin and Cos operators.
Merge pull request !25466 from 桂宁馨/sin_cos
4 years ago