i-robot
|
f889165dc1
|
!27506 [GraphKernel] fix probabilistic failure case.
Merge pull request !27506 from chenlei_autodiff/fix_ci
|
2021-12-15 02:20:34 +00:00 |
i-robot
|
a5ce9e9b9b
|
!27570 [Fallback] Process the attributes/methods of Tensor, different from NumPy
Merge pull request !27570 from huangbingjian/parse_tensor
|
2021-12-15 02:13:21 +00:00 |
i-robot
|
deea2c9b6b
|
!26942 unify GRU and LSTM operaters and change LSTMCell to right version
Merge pull request !26942 from 吕昱峰(Nate.River)/rnn_op
|
2021-12-14 16:12:06 +00:00 |
i-robot
|
46e12035bf
|
!27502 Print null for min, max, avg values when tensor only has NaNs and Infs
Merge pull request !27502 from Jimmy Qi/stat-null
|
2021-12-14 14:51:55 +00:00 |
i-robot
|
d750fce904
|
!27609 fix bugs in fl data sink mode
Merge pull request !27609 from wtcheng/master
|
2021-12-14 12:21:49 +00:00 |
i-robot
|
dda2fd1fc3
|
!27473 Support CSRTensor op in pynative
Merge pull request !27473 from 杨林枫/csr_pynative
|
2021-12-14 06:18:38 +00:00 |
huangbingjian
|
db4567989a
|
fallback parse Tensor, different from NumPy.
|
2021-12-14 12:59:47 +08:00 |
i-robot
|
a4cf337666
|
!27331 Add unify ClipGradNorm op on GPU
Merge pull request !27331 from JoyLvliang/add_unify_clip_grad_norm_op_on_gpu
|
2021-12-14 03:32:17 +00:00 |
i-robot
|
b97df28d6c
|
!27581 Add bool for tensorarray
Merge pull request !27581 from VectorSL/add-bool-for-tensorarray
|
2021-12-14 02:48:32 +00:00 |
chenlei_autodiff
|
7a8cfd6048
|
[GraphKernel] fix probabilistic failure case.
|
2021-12-14 09:49:54 +08:00 |
i-robot
|
c41c8e8908
|
!27486 [ME][Fallback] Support list insert.
Merge pull request !27486 from Margaret_wangrui/list_insert
|
2021-12-13 09:05:09 +00:00 |
w00517672
|
fa4a77760f
|
fix bugs in fl data sink mode
|
2021-12-13 16:24:30 +08:00 |
i-robot
|
7d7ec3c0c6
|
!27449 [ME]Add `MS` header of env var
Merge pull request !27449 from chenfei_mindspore/environment_variable_fix
|
2021-12-13 08:03:45 +00:00 |
VectorSL
|
91766dbcd8
|
add bool for tesorarray
|
2021-12-13 15:07:51 +08:00 |
7347157+joylvliang@user.noreply.gitee.com
|
7a9fd2d7df
|
add_unify_clip_grad_norm_op_on_gpu
|
2021-12-13 11:40:57 +08:00 |
i-robot
|
c01985ae9b
|
!27495 C++ inference interface AscendDeviceInfo
Merge pull request !27495 from 徐永飞/master
|
2021-12-13 01:34:25 +00:00 |
i-robot
|
34198dd525
|
!27538 check bprop shape change
Merge pull request !27538 from caifubi/master-pynative-mindrt-fix-case
|
2021-12-13 01:31:18 +00:00 |
Jimmy Qi
|
6f2b70c21f
|
Print null for min, max, avg values for NaN tensor
|
2021-12-12 19:31:21 +00:00 |
huangbingjian
|
038cbe43de
|
add tesecases of Tensor
|
2021-12-11 10:14:41 +08:00 |
caifubi
|
e722090e46
|
check bprop
|
2021-12-10 17:14:46 +08:00 |
i-robot
|
aef419ff0a
|
!27201 Adapt Graphkernel For CPU CI
Merge pull request !27201 from ZengZitao/adapt_cpu_ci
|
2021-12-10 08:41:50 +00:00 |
xuyongfei
|
0a0419498f
|
C++ inference interface Ascend310DeviceInfo+Ascend910DeviceInfo->AscendDeviceInfo
|
2021-12-10 16:41:10 +08:00 |
yanglf1121
|
feefdae8e3
|
support pynative csr op
|
2021-12-10 14:55:16 +08:00 |
i-robot
|
3b3a6da5da
|
!27377 Fix cross-silo's st
Merge pull request !27377 from jxlang910/master
|
2021-12-10 06:45:19 +00:00 |
i-robot
|
ed63220a9f
|
!27357 Fix Type Error of Aot Test File on Mac and Add Comments
Merge pull request !27357 from jiaoy1224/arithmetic
|
2021-12-10 06:21:16 +00:00 |
Margaret_wangrui
|
5d97a268a9
|
[ME][Fallback] Support list insert
|
2021-12-10 12:03:15 +08:00 |
chenfei
|
0ae5eb4618
|
add ms header of env var
|
2021-12-10 09:35:22 +08:00 |
i-robot
|
9501257866
|
!27459 Modifies test case for RandomChoiceWIthMask on mac
Merge pull request !27459 from huangbo/master_1209
|
2021-12-09 12:33:32 +00:00 |
zengzitao
|
6f4aebbe11
|
adapt ms_cpu ci for graphkernel
|
2021-12-09 19:44:09 +08:00 |
jin-xiulang
|
34dced6995
|
Fix cross-silo's st
|
2021-12-09 17:23:28 +08:00 |
i-robot
|
b76d848b4a
|
!27410 takedown ascend resnet50 thor testcase due to probablistic failures
Merge pull request !27410 from yanghaoran/takedown_thor_resnet
|
2021-12-09 07:37:36 +00:00 |
huangbo77
|
4300938799
|
Modifies test case for RandomChoiceWIthMask on mac
|
2021-12-09 11:27:24 +08:00 |
buxue
|
ae256a362b
|
fix permission bug when remove read_only_file on windows
|
2021-12-09 09:32:24 +08:00 |
i-robot
|
0edcd5ce74
|
!27164 Add statistic dump for ascend
Merge pull request !27164 from Jimmy Qi/new-async-stat-dump
|
2021-12-08 23:05:31 +00:00 |
i-robot
|
4cc59dee17
|
!26731 【CSR SUPPORT】Add CSR OPs (CSReduceSum, CSRMV, CSRMul)
Merge pull request !26731 from wangrao124/add_csr_op
|
2021-12-08 12:16:11 +00:00 |
Yang Jiao
|
d9531a4f73
|
add head for aot test
|
2021-12-08 17:05:13 +08:00 |
lvyufeng
|
7de53ec3fe
|
unify GRU and LSTM operaters and change LSTMCell to right version
|
2021-12-08 16:51:51 +08:00 |
yanghaoran
|
01e5b92b90
|
takedown ascend resnet50 thor testcase due to probablistic failures
|
2021-12-08 14:59:17 +08:00 |
i-robot
|
b80ed801d5
|
!27335 change log level for read not exist tensors
Merge pull request !27335 from yelihua/dev
|
2021-12-07 13:08:20 +00:00 |
wangrao124
|
385f153dd1
|
add CSReduceSum, CSRMV, CSRMul
|
2021-12-07 18:42:06 +08:00 |
i-robot
|
1c84ab092c
|
!27320 takedown resnet50_cifar10_gpu
Merge pull request !27320 from yanghaoran/takedown_gpu_resnet
|
2021-12-07 07:38:09 +00:00 |
i-robot
|
68ff04ac82
|
!27186 pass lambda function to out_shape and out_dtype
Merge pull request !27186 from looop5/out_shape
|
2021-12-07 07:31:59 +00:00 |
yelihua
|
01823faed0
|
change error level to info as dir not exist is normal case
|
2021-12-07 15:27:37 +08:00 |
i-robot
|
96f56b827e
|
!27203 while inplace op for cpu backend
Merge pull request !27203 from zhuzhongrui/gmres
|
2021-12-07 06:59:34 +00:00 |
i-robot
|
59184541c3
|
!27140 fix sync GraphCell params data from device bug
Merge pull request !27140 from zhangbuxue/fix_sync_GraphCell_params_data_from_device_bug
|
2021-12-07 04:33:21 +00:00 |
i-robot
|
cbff4bf117
|
!27314 Delete error code assert in error manager test case
Merge pull request !27314 from tanghuikang/adjust_hcom_errormanager_st
|
2021-12-07 03:47:30 +00:00 |
i-robot
|
4eb816008e
|
!27066 set offload node
Merge pull request !27066 from kisnwang/enable-set-swap-node
|
2021-12-07 03:06:00 +00:00 |
yanghaoran
|
f60b072710
|
takedown resnet50_cifar10_gpu
|
2021-12-07 09:51:09 +08:00 |
buxue
|
d7dc539b6e
|
fix sync GraphCell params data from device bug
|
2021-12-07 09:20:46 +08:00 |
tanghuikang
|
b5528574d6
|
Delete error code assert in error manager test case
|
2021-12-07 09:13:01 +08:00 |