i-robot
|
4fe3b2041b
|
!48009 argmin报错顺序问题修复
Merge pull request !48009 from 李良灿/fixw
|
2023-01-30 03:38:11 +00:00 |
ZhidanLiu
|
8b80b2fb6a
|
fix bug of function api multi_label_margin_loss
|
2023-01-30 11:33:21 +08:00 |
i-robot
|
232bc67d26
|
!48090 reduce memory for mindrecord in lazy mode
Merge pull request !48090 from guozhijian/reduce_mindrecord_memory
|
2023-01-30 03:24:40 +00:00 |
yanzhenxiang2020
|
199defef49
|
fix unravelindex aicpu
|
2023-01-30 11:09:57 +08:00 |
ckey_Dou
|
0c03114bfc
|
convert mutable sequence to Tensor
|
2023-01-30 11:07:49 +08:00 |
i-robot
|
226c57d959
|
!48167 fix a bug that transpose gpu op have memory leak
Merge pull request !48167 from hanhuifeng/transpose_gpu_memory_leak
|
2023-01-30 02:59:52 +00:00 |
lianliguang
|
10de370dd8
|
export node attr and primal attr
|
2023-01-30 10:59:25 +08:00 |
i-robot
|
c67e759ffc
|
!48136 Clean code
Merge pull request !48136 from VectorSL/fix-codex
|
2023-01-30 02:51:39 +00:00 |
ZPaC
|
0b72759390
|
Add rdma
|
2023-01-30 10:29:29 +08:00 |
chenfei
|
92103757eb
|
code static warning clean
|
2023-01-30 10:13:11 +08:00 |
i-robot
|
236e5bdb21
|
!48038 visit set for gpu exec order seed
Merge pull request !48038 from kisnwang/bfs-seed-for-exec-order
|
2023-01-30 02:00:03 +00:00 |
i-robot
|
769aec4388
|
!48010 [MSLITE] Fix tensorrt plugin type problems
Merge pull request !48010 from zhangyongxian/dev_zhangyongxian_fixops
|
2023-01-30 01:56:36 +00:00 |
i-robot
|
ad5cfa3a5e
|
!48067 增加mindspore.ops.addmv和mindspore.ops.rot90的中文注释
Merge pull request !48067 from tangdezhi_123/master
|
2023-01-30 01:51:20 +00:00 |
i-robot
|
9c04384c2b
|
!48173 Add copyright notice for cuCollections
Merge pull request !48173 from zyli2020/dynamic_embedding_base
|
2023-01-30 01:50:50 +00:00 |
y00451588
|
6723a09ea9
|
add circular mode for Padv3/Padv3Grad on CPU/GPU.
|
2023-01-30 09:50:14 +08:00 |
i-robot
|
9f12d31d49
|
!48169 solve the bp bug of cumulativelogsumexp
Merge pull request !48169 from zong_shuai/cumulative_res_error
|
2023-01-30 01:42:41 +00:00 |
i-robot
|
39349cb4c5
|
!48107 Remove invalid example in tensor doc
Merge pull request !48107 from zyli2020/bug_fix
|
2023-01-30 01:37:57 +00:00 |
i-robot
|
d57a167eee
|
!48159 增加SparseGatherV2数据类型
Merge pull request !48159 from zong_shuai/null_tensor
|
2023-01-30 01:33:26 +00:00 |
lizhenyu
|
5ab70211bf
|
Add copyright notice for cuCollections
|
2023-01-30 09:31:26 +08:00 |
lianliguang
|
97f1770e52
|
remove warning for fill ops
|
2023-01-30 09:29:41 +08:00 |
i-robot
|
09457b7fb3
|
!48132 bugfix for StridedSlice in changed batch scene
Merge pull request !48132 from zhangyanhui/personal_mas
|
2023-01-30 01:29:18 +00:00 |
i-robot
|
2b05fd48cb
|
!47924 fix bias add grad error
Merge pull request !47924 from lianliguang/bprop-mindir
|
2023-01-30 01:22:57 +00:00 |
zong-shuai
|
8ff7094d34
|
debug
|
2023-01-29 19:21:43 +08:00 |
lianliguang
|
48e1b15f38
|
fix bug of bprop meta graph get prim attr failed
|
2023-01-29 18:49:52 +08:00 |
hanhuifeng2020
|
ea29a90eb2
|
fix a bug that transpose gpu op have memory leak
|
2023-01-29 17:52:40 +08:00 |
gaoshuanglong
|
a414b7fba6
|
aicpu ops of Cholesky
|
2023-01-29 17:50:59 +08:00 |
yujianfeng
|
7c74bd7ede
|
Fix the module name of dependency files when enable compile cache
|
2023-01-29 17:16:51 +08:00 |
i-robot
|
11787a7d12
|
!48138 [OPS] fix bug of hsigmoid infer
Merge pull request !48138 from yangruoqi713/ops
|
2023-01-29 09:03:37 +00:00 |
kswang
|
0a7533fe35
|
add mem analyer for swap
|
2023-01-29 16:51:54 +08:00 |
tangdezhi_123
|
5909f21695
|
1. 增加mindspore.ops.func_addmv.rst和mindspore.ops.func_rot90.rst文件分别存储对应的接口的中文注释;
2. mindspore.Tensor.addmv.rst和mindspore.Tensor.rot90.rst文件中的接口注释分别参考mindspore.ops.addmv.rst和mindspore.ops.rot90.rst中的接口注释;
3. 英文注释,mindspore.Tensor.addmv和mindspore.Tensor.rot90 分别参考 mindspore.ops.addmv 和 mindspore.ops.rot90的注释;
4. 添加接口声明,使其能够在官网上呈现接口的中文和英文注释;
5. 修改审视后的issue。
|
2023-01-29 16:45:00 +08:00 |
i-robot
|
43c73e49a3
|
!48135 Optimize rdma compiling option
Merge pull request !48135 from ZPaC/optim-rdma-option
|
2023-01-29 08:40:31 +00:00 |
i-robot
|
10dee13272
|
!47587 decoupled with PrimitiveWithCheck and infer value
Merge pull request !47587 from lianliguang/change-standarprim-eval
|
2023-01-29 08:37:40 +00:00 |
i-robot
|
9db1e218b3
|
!48015 ResizeBicubic/ResiezeBicubicGrad 对标torch,format修改为NCHW
Merge pull request !48015 from haozhang/resize_bicubic
|
2023-01-29 08:23:55 +00:00 |
i-robot
|
451fd00539
|
!47887 Fix getattr problem for check_jit_foribbden_api
Merge pull request !47887 from ligan/check_jit_forbidden_api_bug
|
2023-01-29 08:15:01 +00:00 |
i-robot
|
4c4eaac0e4
|
!48124 [MS]{Ops][Bug] solve matmul st problem
Merge pull request !48124 from 刘力力/master_develop
|
2023-01-29 08:11:28 +00:00 |
zong-shuai
|
f601d28fa9
|
debug
|
2023-01-29 16:08:44 +08:00 |
i-robot
|
018536039f
|
!47797 fix some bugs about acl kernel
Merge pull request !47797 from hanhuifeng/pynative_dyn_modifies
|
2023-01-29 08:02:15 +00:00 |
zhoufeng
|
6678704063
|
batchmatmul error message
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2023-01-29 16:00:05 +08:00 |
i-robot
|
1877da1bcc
|
!48080 fix the object type select error in the backoff CPU kernel
Merge pull request !48080 from limingqi107/bug_fix3
|
2023-01-29 07:49:09 +00:00 |
i-robot
|
a6fed256be
|
!48133 [API] Remove tensor.as_strided
Merge pull request !48133 from shaojunsong/fix/as_strided
|
2023-01-29 07:40:05 +00:00 |
lilinjie
|
2c46f3301b
|
add api doc
|
2023-01-29 15:37:48 +08:00 |
i-robot
|
65f9cbe36c
|
!48037 [MS]修复SparseSoftmaxCrossEntropyWithLogits算子fuzz crash,以及算子CPU后端支持多维输入特性
Merge pull request !48037 from zhuguodong/for_op_cross_entropy
|
2023-01-29 07:34:49 +00:00 |
yiyanzhi_akane
|
970f281cad
|
revert check_is_tensor_bool_cond to raise value error
|
2023-01-29 15:33:32 +08:00 |
i-robot
|
1c57c3987a
|
!48112 Fix tensorscatter on aicpu
Merge pull request !48112 from panzhihui/tensorscatter_aicpu
|
2023-01-29 07:23:43 +00:00 |
i-robot
|
be0c968b0f
|
!48008 [MSLITE] Support 3D op in lite and add conv3d deconv3d maxpool3d
Merge pull request !48008 from zhangyongxian/dev_zhangyongxian_3d
|
2023-01-29 07:08:29 +00:00 |
i-robot
|
4dda0bcce9
|
!47938 Dynamic shape adaptation for SparseSoftmaxCrossEntropyWithLogits
Merge pull request !47938 from caifubi/master-pynative-SparseSoftmaxCrossEntropyWithLogits
|
2023-01-29 06:58:14 +00:00 |
i-robot
|
2982362679
|
!47848 code clean
Merge pull request !47848 from liubuyu/code_dex
|
2023-01-29 06:52:00 +00:00 |
i-robot
|
d7156763ad
|
!48142 fix expired url
Merge pull request !48142 from xulei/code_docs_url
|
2023-01-29 06:51:31 +00:00 |
i-robot
|
8a77bcf86e
|
!48126 fix broadcast check of batchmatmul
Merge pull request !48126 from zhoufeng/batchmatmul-broadcast-shape
|
2023-01-29 06:21:10 +00:00 |
lizhenyu
|
b3f9e6f2e7
|
runtime support cpu hash table
|
2023-01-29 14:18:33 +08:00 |