Commit Graph

2116 Commits

Author SHA1 Message Date
i-robot 9085be08b9 !18163 Support ConvTranspose3D on GPU
Merge pull request !18163 from likesen/master
2021-06-17 10:44:58 +08:00
Li Kesen 7d94095730 Support Conv3dTranspose for GPU 2021-06-16 22:32:56 +08:00
zengzitao 8064de7931 fix maximum_grad and minimum_grad input_shape not equal to output_shape bug 2021-06-16 14:25:18 +08:00
i-robot 3a9d3f2580 !16635 Support GCN on GPU
Merge pull request !16635 from yuruilee/master
2021-06-15 22:05:33 +08:00
anzhengqi e29b9ffb59 update testcase ssd-mobilenet-fpn 2021-06-15 14:36:49 +08:00
markuskunej 2fece8a7c2 added nll_loss_grad for gpu 2021-06-11 15:12:43 -04:00
i-robot 1ccb1f5946 !18196 Fix the ST probabilistic failure in daily version<test_transformer>
Merge pull request !18196 from casgj/master_ci
2021-06-11 16:09:47 +08:00
casgj dd9aa8bab5 update tests/st/model_zoo_tests/transformer/test_transformer.py. 2021-06-11 11:07:55 +08:00
i-robot 3f7e42e80c !17902 Synchronize bug fix from enterprise branch
Merge pull request !17902 from ZPaC/master-fix-follower-scaler-issue
2021-06-11 09:27:47 +08:00
i-robot 21513404c4 !17082 set default context mode to GRAPH_MODE
Merge pull request !17082 from huangbingjian/change_context_mode
2021-06-10 21:21:46 +08:00
i-robot 22181af515 !18126 add comments for master thor api
Merge pull request !18126 from wangshuangling/master
2021-06-10 20:21:49 +08:00
yuruilee 5941d4867c Support GCN on GPU 2021-06-10 20:17:03 +08:00
yangzhenzhang 7a40741048 add parallel operator for conv2d 2021-06-10 14:58:51 +08:00
ZPaC 503e29f8fc Worker scaling and fix issues. 2021-06-10 14:49:09 +08:00
sl_wang 54890b88fc add comments for thor api 2021-06-10 14:08:40 +08:00
i-robot 07f58b0b46 !17626 matmul to mul
Merge pull request !17626 from lingyunli63/matmul_to_mul
2021-06-10 11:35:18 +08:00
i-robot 63b91904ec !18098 Change NLL_Loss total_weight output for gpu
Merge pull request !18098 from markuskunej/nll_loss_total_weight_fix
2021-06-10 11:03:23 +08:00
i-robot c6a1e33378 !18083 recover several graph kernel ci testcases
Merge pull request !18083 from looop5/recover_testcases_6_9
2021-06-10 09:25:26 +08:00
markuskunej b2b9dfd24a changed nll_loss total_weight output to be sum of the target weights instead of sum of weights 2021-06-09 13:13:41 -04:00
i-robot d2c3f68232 !17726 GPU resize_bilinear grad op support
Merge pull request !17726 from tom_chen/resize_bilinear
2021-06-09 21:11:44 +08:00
looop5 a5cb14261d recover several graph kernel ci testcases 2021-06-09 20:32:02 +08:00
lingyunli63 4f34e537a0 replace matmul/batchmatmul by mul when k is 1 2021-06-09 15:00:27 +08:00
huangbingjian ad8f73f32b set default context mode to GRAPH_MODE 2021-06-09 14:40:49 +08:00
i-robot 255959406a !18026 add test_lenet_quant_ascend st
Merge pull request !18026 from Erpim/master
2021-06-09 14:20:43 +08:00
i-robot 90c9c2b8bc !17956 numpy-native trim tests
Merge pull request !17956 from huangmengxi/numpy_pr
2021-06-09 09:42:49 +08:00
Erpim 0acfeb2ac1 add test_lenet_quant_ascend st 2021-06-08 19:43:57 +08:00
mindspore-ci-bot f86d707126 !17957 maskrcnn repair
From: @huchunmei
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian,@c_34
2021-06-08 14:43:46 +08:00
huangmengxi 67ef225dc5 trim tests 2021-06-08 14:31:50 +08:00
mindspore-ci-bot af31b0f4a0 !17900 numpy-native reduce histogram2d test case fractional precision
From: @jachua
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @guoqi1024
2021-06-08 14:14:33 +08:00
huchunmei 4ed03321c2 clould 2021-06-08 11:26:37 +08:00
mindspore-ci-bot 152dbefa29 !17911 fix maskedselect grad definition
From: @wuxuejian
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
2021-06-08 09:36:18 +08:00
tom__chen 4ba9ebf9c4 add resize bilinear grad gpu op 2021-06-07 12:19:05 -04:00
mindspore-ci-bot 9e2c8eed80 !17654 Implement NLL_Loss operation for GPU
From: @markuskunej
Reviewed-by: 
Signed-off-by:
2021-06-07 23:23:53 +08:00
mindspore-ci-bot 9051e5373c !17782 withdraw modelzoo testcase ncf and gnmt_v2
From: @anzhengqi
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @c_34
2021-06-07 17:08:44 +08:00
wuxuejian 1687d2a991 fix maskedselect grad definition 2021-06-07 16:06:05 +08:00
huangmengxi 849ba87a88 reduce precision for test matching 2021-06-07 14:44:49 +08:00
TinaMengtingZhang 2fa05b66a1 change device_id to rank_id in dump path 2021-06-06 21:27:20 -04:00
mindspore-ci-bot 83f68e3a33 !17435 add DynamicStitch and SearchSorted ops for aicpu
From: @yanzhenxiang2020
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-06-05 10:37:03 +08:00
mindspore-ci-bot e19e14295a !17773 adapt offline debugger to new dump, sync support for iteration ranges, GPU default dump mode correction
From: @john_tzanakakis
Reviewed-by: @nsyca,@mikef
Signed-off-by: @mikef
2021-06-05 02:46:50 +08:00
markuskunej 35e6994fb2 implemented nll_loss operation for gpu 2021-06-04 11:36:22 -04:00
John Tzanakakis 7d460de8b4 adapt offline debuger to new dump, sync support for iteration ranges, GPU default dump mode correction 2021-06-04 08:38:50 -04:00
mindspore-ci-bot f9076cb034 !17722 strength modelzoo network retinaface_resnet testcase
From: @anzhengqi
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @c_34
2021-06-04 16:48:26 +08:00
mindspore-ci-bot 2395a0b198 !17738 modify BGCF network for clould
From: @zhanghuiyao
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
2021-06-04 16:28:11 +08:00
yanzhenxiang2020 16b43bca49 add DynamicStitch and SearchSorted aicpu ops 2021-06-04 16:25:27 +08:00
anzhengqi 6108bb444b retrieve modelzoo network gnmt_v2 and ncf testcase 2021-06-04 15:50:16 +08:00
mindspore-ci-bot 475386e338 !17569 Modified the ST of lenet_quant, and fix the neg_trunc bug for manual quantization
From: @erpim
Reviewed-by: @zhang__sss,@zlq2020,@zh_qh
Signed-off-by: @zlq2020
2021-06-04 14:38:27 +08:00
mindspore-ci-bot d7e299ebac !17002 Add scatter_nd_update op for gpu
From: @xcnick
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
2021-06-04 11:14:12 +08:00
mindspore-ci-bot a3d4dc5c2b !17663 Adding SearchSorted Operator in CPU
From: @huangbo77
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-06-04 11:13:00 +08:00
mindspore-ci-bot 97989c3bbc !17669 Substitute _Loss for Loss
From: @c_34
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @guoqi1024,@liangchenghui
2021-06-04 10:20:00 +08:00
zhanghuiyao f4685972ee modify bgcf network for clould 2021-06-04 10:06:36 +08:00