Commit Graph

7994 Commits

Author SHA1 Message Date
huangmengxi 080ad981d6 add csr bprop && csr method 2022-02-24 15:53:56 +08:00
i-robot 9d4ac769bf
!30390 Apply value and type checking for all functions in mindspore.scipy module.
Merge pull request !30390 from hezhenhao1/add_checker
2022-02-24 02:03:23 +00:00
i-robot 2a00ffd3b1
!30259 [MD]Update set_autotune_enable API to add save filepath
Merge pull request !30259 from cathwong/ckw_at_save_api
2022-02-24 01:00:59 +00:00
Cathy Wong 46e223e569 [MD] Update set_autotune_enable API to add save filepath 2022-02-23 14:50:55 -05:00
i-robot 81260a2319
!30466 takedown test_auto_parallel_adasum.py to ensure stability, again
Merge pull request !30466 from yanghaoran/master
2022-02-23 09:15:58 +00:00
i-robot 14393503b7
!30431 allreduce allgather fusion
Merge pull request !30431 from jiahongQian/master
2022-02-23 08:52:40 +00:00
yanghaoran 71d6b7d506 takedown test_auto_parallel_adasum.py to ensure stability, again 2022-02-23 16:42:13 +08:00
i-robot 0ade79cb84
!30391 add julia cache and row-major api
Merge pull request !30391 from r1chardf1d0/master
2022-02-23 08:40:21 +00:00
i-robot 243fb6bb0f
!29991 dynamic shape
Merge pull request !29991 from TuDouNi/dynamic_shape_stage3
2022-02-23 07:03:32 +00:00
i-robot 2e8eac8341
!30367 auto_parallel_adasum_support_data_parallel
Merge pull request !30367 from yao_yf/auto_parallel_adasum_support_data_parallel
2022-02-23 06:50:26 +00:00
hezhenhao1 bcb936373e Apply value and type checking for all functions in mindspore.scipy module. 2022-02-23 14:04:39 +08:00
ttudu 451ebd1bd1 dynamic_shape 2022-02-23 11:38:17 +08:00
i-robot 4c4a682b7a
!30350 add MaxPoolGradGrad on GPU
Merge pull request !30350 from zhaoting/master
2022-02-23 02:47:55 +00:00
jiahongQian 8a2151d8bb allgather reducescatter fusion 2022-02-23 10:47:30 +08:00
i-robot eeb731ae3e
!18738 [assistant][ops]New operator implementation, include LSUNDataset
Merge pull request !18738 from Wangsong95/lsun_dataset
2022-02-23 02:28:40 +00:00
i-robot 5bee7156b9
!30369 add_virtualdataset_ut
Merge pull request !30369 from lilei/add_virtualdataset_ut
2022-02-23 02:21:34 +00:00
i-robot 0f24b679ec
!29819 Add GlobalNorm Search
Merge pull request !29819 from huangxinjing/add_global_norm_search
2022-02-23 01:15:08 +00:00
i-robot abb89d3f06
!29705 [MD][Offload] Support Multi-Column Datasets and Map Column Names to Index
Merge pull request !29705 from markuskunej/offload_multi_col_ds
2022-02-22 22:48:38 +00:00
i-robot 6edc6fccee
!30189 Optimize error message while outmost network input is wrong
Merge pull request !30189 from zhangzhaoju/master_outmost
2022-02-22 13:05:23 +00:00
i-robot e1fc0a71f4
!30218 Fix DumpParameters issue when only need dump input data
Merge pull request !30218 from maning202007/fix_dump_parametors
2022-02-22 12:56:38 +00:00
yao_yf 19236b1a70 auto parallel adasum support data parallel and hybrid parallel 2022-02-22 20:14:00 +08:00
i-robot 8f4039246f
!30217 [MD] fix mnist dataset
Merge pull request !30217 from liyong126/fix_mnist_dataset
2022-02-22 10:54:02 +00:00
i-robot 403fbc2a21
!30277 PyNative ms_function compile and run in GRAPH_MODE
Merge pull request !30277 from caifubi/master-pynative-run-in-graph
2022-02-22 09:28:50 +00:00
huangxinjing 092ba035e3 Add global norm parallel support 2022-02-22 16:08:53 +08:00
r1chardf1d0 ce80c46edc add julia cache 2022-02-22 16:02:36 +08:00
i-robot f21b6914a3
!30368 Fix check result of control testcase
Merge pull request !30368 from chenfei_mindspore/add-side-effect-case
2022-02-22 07:38:16 +00:00
liyong 3e1c668247 fix mnist dataset 2022-02-22 15:25:13 +08:00
maning202007 54a69ebd82 Fix DumpParameters issue when only need dump input data
Fix code warnings in debug

Fix code warnings2
2022-02-22 15:08:46 +08:00
yanghaoran bfe139b662 takedonw test_auto_parallel_adasum.py to ensure gate stability 2022-02-22 14:51:03 +08:00
lilei bc62e24d94 add_virtualdataset_ut 2022-02-22 11:38:10 +08:00
i-robot ce5e93593d
!30301 modify error log
Merge pull request !30301 from lianliguang/change-error-log
2022-02-22 02:29:48 +00:00
i-robot 3bbf0f9dcd
!30352 move error test to daily build
Merge pull request !30352 from zhujingxuan/master
2022-02-22 02:02:16 +00:00
caifubi 9f41b9c35d PyNative ms_function with control flow run in GRAPH 2022-02-22 09:51:38 +08:00
zhaoting b2b74d8ab2 add MaxPoolGradGrad on GPU 2022-02-22 09:49:37 +08:00
chenfei 833a99abbe fix assert result 2022-02-22 09:47:56 +08:00
i-robot ced1898f70
!30311 [ME][Auto_monad]The load node in print operator inputs should not be replaced.
Merge pull request !30311 from Margaret_wangrui/auto_monad_print
2022-02-22 01:16:46 +00:00
i-robot 94c8c6355c
!30294 auto_parallel_adasum_checks_and_ut.
Merge pull request !30294 from yao_yf/auto_parallel_adasum_checks_and_ut
2022-02-22 01:10:24 +00:00
i-robot 926fb6f5ae
!25559 [feat] [assistant] [I48O7X, I48O6R] Add Asin, AsinGrad
Merge pull request !25559 from 桂宁馨/Asin
2022-02-21 14:00:58 +00:00
zhujingxuan c99aa71ba6 move error test to daily build 2022-02-21 20:41:55 +08:00
Margaret_wangrui 7b73c6408b [ME][Auto_monad]The load node in print operator inputs should not be replaced. 2022-02-21 20:34:26 +08:00
zhangzhaoju e000889265 Fix issue I4KVTZ
The description of "outmost network" in error message instead by
method/function name
2022-02-21 19:52:53 +08:00
i-robot 95f5075371
!30190 [AUTO_PARALLEL]Fix CI error
Merge pull request !30190 from huangxinjing/fix_ci_error
2022-02-21 11:50:28 +00:00
lianliguang efabace125 change error log 2022-02-21 17:48:16 +08:00
i-robot 218c3735df
!30196 Refactor value and type checking for mindspore.scipy module.
Merge pull request !30196 from hezhenhao1/add_checker
2022-02-21 09:37:26 +00:00
i-robot 908beb6b2f
!26420 [feat] [assistant] [I48O90, I48O4P] Add AsinhGrad,Asinh
Merge pull request !26420 from 桂宁馨/Asinh
2022-02-21 09:33:18 +00:00
i-robot f6215c614c
!30064 modify ckpt type error
Merge pull request !30064 from changzherui/mod_ckpt_type_err
2022-02-21 08:59:00 +00:00
huangxinjing 5e325ac336 [AUTO_PARALLEL]Fix insert nodes error 2022-02-21 16:39:50 +08:00
i-robot a5242d33e1
!30181 support TensorShape ops
Merge pull request !30181 from lianliguang/change-dynshape-to-tensorshape
2022-02-21 07:36:40 +00:00
i-robot 7386612515
!29820 moe_topk routing
Merge pull request !29820 from wangshengnan123/moe_topk_routing
2022-02-21 06:21:55 +00:00
yao_yf 4b79d4c425 auto parallel adasum uts and checks 2022-02-21 10:41:09 +08:00