l00591931
|
2cd17bfdc6
|
Fix some coding problem for compile cache
|
4 years ago |
i-robot
|
40b10cad65
|
!27642 Before resolve getitem, check if the index is ValueNode.
Merge pull request !27642 from 张清华/opt_cell_list_getattr2
|
4 years ago |
i-robot
|
bf0fce0ebe
|
!27432 sharding propatation for pangu
Merge pull request !27432 from bichaoyang/master
|
4 years ago |
i-robot
|
d49f5e6caf
|
!27525 support optimizer parallel for adafactor
Merge pull request !27525 from yangzhenzhang/support-opt-parallel-for-adafactor
|
4 years ago |
Zhang Qinghua
|
7dfca48005
|
Before resolve getitem, check if the index is ValueNode.
|
4 years ago |
i-robot
|
dea78627c6
|
!27480 Bugfix: cell level op suport double-recursive algo
Merge pull request !27480 from zhuyuxiao/I4LE27
|
4 years ago |
b00518648
|
90bd01904a
|
1.adding compare function for strategy_map;
2.add FAST_GELU to step_auto_parallel.cc
3.remove the AUTO_PARALLEL constraint in transformer
|
4 years ago |
i-robot
|
21176d6c51
|
!27602 Support getattr by the item of cell list: Handle the DoSignaturePrimitive('getitem') between getattr and resolve.
Merge pull request !27602 from 张清华/opt_cell_list_getattr
|
4 years ago |
i-robot
|
19b7b8b2de
|
!27577 fix reshape bool in auto parallel
Merge pull request !27577 from yao_yf/reshape_bool_redistribution_fix
|
4 years ago |
Zhang Qinghua
|
3e7b73e6c7
|
Support getattr by the item of cell list: Handle the DoSignaturePrimitive('getitem') between getattr and resolve.
|
4 years ago |
i-robot
|
f035ed656c
|
!27384 [Auto-Par] [D-Rec] Applying the same strategy to the operators which share the same embedding table
Merge pull request !27384 from 王浩然/Gather_version_update
|
4 years ago |
yao_yf
|
30576c6a75
|
fix reshape bool type in auto parallel
|
4 years ago |
i-robot
|
c41c8e8908
|
!27486 [ME][Fallback] Support list insert.
Merge pull request !27486 from Margaret_wangrui/list_insert
|
4 years ago |
i-robot
|
7d7ec3c0c6
|
!27449 [ME]Add `MS` header of env var
Merge pull request !27449 from chenfei_mindspore/environment_variable_fix
|
4 years ago |
yangzhenzhang
|
2a0b528084
|
support opt parallel for adafactor
|
4 years ago |
i-robot
|
938dc8abd0
|
!27439 [Auto parallel] Add new operatorInfo for Parallel: CumSum
Merge pull request !27439 from Xiaoda/117-add-cumsum-op
|
4 years ago |
zhuyuxiao
|
5866e0488d
|
bug fix
|
4 years ago |
Margaret_wangrui
|
5d97a268a9
|
[ME][Fallback] Support list insert
|
4 years ago |
chenfei
|
0ae5eb4618
|
add ms header of env var
|
4 years ago |
Zhang Qinghua
|
135db97692
|
Handle the interpreted node for binary ops.
Refactoring specialize.
Adjust ir/dat/dot order.
Optimize DumpIR FV routine.
|
4 years ago |
Xiaoda Zhang
|
8042c88223
|
add the new operatorInfo for parallel: CumSum
|
4 years ago |
haoran.wang
|
3b2555658f
|
Applying the same strategy to the operators which share the same embedding table
|
4 years ago |
i-robot
|
66ca491534
|
!27300 Fix some typo issues
Merge pull request !27300 from hewei/core_api
|
4 years ago |
i-robot
|
0d62d2441d
|
!27329 [ME] Modify some format of the error report.
Merge pull request !27329 from Margaret_wangrui/operator
|
4 years ago |
He Wei
|
4f04757e16
|
Fix some typo issues
1. Sequeue --> Sequence
2. Interger --> Integer
|
4 years ago |
i-robot
|
cfa8af9668
|
!27082 [AUTO-PAR] [D-Rec] Reshape/Transpose/ExpandDims strategy generation updated for Pangu-alpha
Merge pull request !27082 from 陈子熹/Gather_version_update
|
4 years ago |
i-robot
|
ffca7b08a5
|
!27237 auto insert VirtualDataset node for master
Merge pull request !27237 from lilei/modify_virtualdataset_for_master
|
4 years ago |
Margaret_wangrui
|
cc5888e8ed
|
[ME] Modify some format of the error report.
|
4 years ago |
i-robot
|
f40668ef73
|
!27251 test_micro_batch_Interleaved
Merge pull request !27251 from lilei/add_parallel_ut
|
4 years ago |
i-robot
|
17f63ad3a7
|
!27310 fix graph slice error
Merge pull request !27310 from lianliguang/fix-slice-bug
|
4 years ago |
i-robot
|
6b92d9bd4d
|
!27224 [ME] Optimize the error message of the operator module
Merge pull request !27224 from Margaret_wangrui/operator
|
4 years ago |
i-robot
|
d1aa8d6cb5
|
!26995 fix:unexpected eiminate of tile
Merge pull request !26995 from zhangzhaoju/master_bug_fix
|
4 years ago |
lilei
|
05189459ab
|
auto insert VirtualDataset node for master
|
4 years ago |
lianliguang
|
d5eaec16b5
|
fix graph and pynative slice error
|
4 years ago |
i-robot
|
b4716271bc
|
!26892 ME compiler environment variables normalization
Merge pull request !26892 from chenfei_mindspore/environment_variable_fix
|
4 years ago |
i-robot
|
d8e5200e39
|
!27245 modify parallel api note for master
Merge pull request !27245 from lilei/modify_parallel_API_note_for_master
|
4 years ago |
i-robot
|
aeb2cccbe6
|
!27152 [bug]fix functional grad with grad_position twice bug
Merge pull request !27152 from chenzhuo/grad
|
4 years ago |
lilei
|
e933aa268b
|
test_micro_batch_Interleaved
|
4 years ago |
Margaret_wangrui
|
0f4a276b7e
|
Optimize the error message of the operator module
|
4 years ago |
zhangzhaoju
|
722086435d
|
1. fix:unexpected eiminate of tile
2. fix:delay memory allocat in NewTensorFilledWithData
|
4 years ago |
i-robot
|
2d23b698a6
|
!27024 add allreduce fusion by size
Merge pull request !27024 from jiahongQian/master
|
4 years ago |
chenzhuo
|
287bcdd783
|
fix grad twice position bug
|
4 years ago |
q00596439
|
de36fdc169
|
add allreduce fusion size and unify the interface
|
4 years ago |
haoran.wang
|
6ea37810a9
|
Reshape/Transpose/ExpandDims supported for pangu-alpha in D-Rec
|
4 years ago |
lilei
|
6a1c537183
|
modify parallel api note for master
|
4 years ago |
i-robot
|
d224c7dd18
|
!27192 fix error log
Merge pull request !27192 from lianliguang/xbg
|
4 years ago |
lianliguang
|
40c3995b98
|
fix error log
|
4 years ago |
i-robot
|
a3695771aa
|
!27138 fix api code error and error log
Merge pull request !27138 from lianliguang/master
|
4 years ago |
chenfei
|
c5c2b2f186
|
environment variables fix
debug log
|
4 years ago |
i-robot
|
c0048bb117
|
!26953 Add some bprop mindir files
Merge pull request !26953 from YuJianfeng/bprop_mindir
|
4 years ago |