xuanyue
|
82edaf71e9
|
optimize matmul for arm64
|
2023-01-03 11:12:11 +08:00 |
i-robot
|
b7661762b2
|
!47415 fix typo in notes
Merge pull request !47415 from zhoufeng/code_docs-typo
|
2023-01-03 03:07:10 +00:00 |
i-robot
|
649bf89067
|
!47402 Optimize obj setter
Merge pull request !47402 from ZPaC/set-abs-obj-for-scalar
|
2023-01-03 03:05:17 +00:00 |
huangchengnuo
|
11a4e878ce
|
fix_max_unpool_3d
|
2023-01-03 11:04:51 +08:00 |
liu-yongqi-63
|
f65c37d9d6
|
CPU environment, DynamicBroadcastTo supports input int8 type
|
2023-01-03 11:03:51 +08:00 |
bichaoyang
|
032a495557
|
fix issues
|
2023-01-03 10:58:52 +08:00 |
i-robot
|
1725b7bc98
|
!46692 pynative模式支持summary算子
Merge pull request !46692 from liuchuting/summary
|
2023-01-03 02:50:14 +00:00 |
i-robot
|
f2233d4d84
|
!47222 add fp16 data compare for benchmark tool
Merge pull request !47222 from xupan/bchmk_fp16
|
2023-01-03 02:48:09 +00:00 |
huangbingjian
|
0f953400f4
|
Fix equal operation of inf
|
2023-01-03 10:47:48 +08:00 |
liu-yongqi-63
|
fdd9344fcd
|
Repair alarm clearing
|
2023-01-03 10:37:56 +08:00 |
i-robot
|
2a71edfbe8
|
!47023 reg bprop on windows
Merge pull request !47023 from DeshiChen/1216_win_reg
|
2023-01-03 02:10:42 +00:00 |
huoxinyou
|
ca64b05064
|
add MakeTuple\MakeList, TupleGetItem\ListGetItem,
TensorToTuple\TensorToList\TensorToScalar,
TupleToTensor\ListToTensor\ScalarToTensor ops primitive and infer
|
2023-01-03 10:10:05 +08:00 |
chenfei
|
dba4f661d7
|
Revert "set stack space 8M for windows"
This reverts commit 052f87f9c6 .
|
2023-01-03 10:04:39 +08:00 |
chujinjin
|
8a54e8057b
|
fix topk dynamic shape error
|
2023-01-03 10:04:02 +08:00 |
huodagu
|
5be8b85053
|
modify format
|
2023-01-03 09:49:53 +08:00 |
i-robot
|
17d4e0a918
|
!47409 Disable TensorCopySlices on Ascend
Merge pull request !47409 from caifubi/master-from-r1.10
|
2023-01-03 01:49:16 +00:00 |
i-robot
|
6ac18d0df1
|
!47268 update supported data type for fill op
Merge pull request !47268 from 雷元哲/updata_fill_dt
|
2023-01-03 01:47:41 +00:00 |
liyiqi
|
c1aae12b7b
|
add st example for comm subgraph
|
2023-01-03 09:37:56 +08:00 |
lilinjie
|
e7230e0f1f
|
aicpu migration all high priority ops
|
2023-01-03 09:33:18 +08:00 |
zhoufeng
|
4e9df62e5d
|
fix typo in notes
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2023-01-03 09:25:00 +08:00 |
i-robot
|
60b419d560
|
!47340 fix docs first line issues
Merge pull request !47340 from luojianing/code_docs_master
|
2023-01-03 01:20:52 +00:00 |
i-robot
|
1f179d3c44
|
!47108 fix ub fusion op compile failed
Merge pull request !47108 from xulei/fix_ub_op_compile_master
|
2023-01-03 01:06:50 +00:00 |
happylittleqiang
|
777bec3cc1
|
the performance optimization of logsoftmax operator on gpu device. 50+ times better
|
2023-01-03 03:20:57 +08:00 |
happylittleqiang
|
a8866399d3
|
cuda version adaptation
|
2023-01-02 22:16:02 +08:00 |
happylittleqiang
|
d8d5698937
|
Improve the judgment process
|
2023-01-02 19:32:50 +08:00 |
ZPaC
|
afccc64a1a
|
Optimize obj setter
|
2023-01-02 16:59:59 +08:00 |
caifubi
|
b015f1554c
|
Disable TensorCopySlices for Ascend
|
2023-01-02 15:22:37 +08:00 |
i-robot
|
6708971c1c
|
!47359 Add tuple to tuple unfold converting
Merge pull request !47359 from ZPaC/tuple-to-tuple-unfold
|
2023-01-02 06:44:49 +00:00 |
i-robot
|
6c9810d6df
|
!47381 canndev code merge mindspore
Merge pull request !47381 from 沈竞兴/canndev_merge
|
2022-12-31 07:17:22 +00:00 |
i-robot
|
acd00886a8
|
!47272 [MS][LITE]Optimize the converter
Merge pull request !47272 from 张学同/converter2
|
2022-12-31 05:37:08 +00:00 |
zhangxuetong
|
ac9b54b2bd
|
opt conveter
|
2022-12-31 08:31:23 +08:00 |
i-robot
|
46b5eda20a
|
!47399 Fix random gamma
Merge pull request !47399 from xiaohanzhang/fix_random_gamma
|
2022-12-30 15:49:24 +00:00 |
i-robot
|
4724efdcc0
|
!47369 Fix code check problem - Part 2
Merge pull request !47369 from TinaMengtingZhang/code_check
|
2022-12-30 14:51:25 +00:00 |
i-robot
|
4a9e2de877
|
!46822 Support Multi Epoch for MindData Debug Mode
Merge pull request !46822 from ivanshan_8170/dev_md_multi_epoch
|
2022-12-30 14:50:48 +00:00 |
limingqi107
|
b093a4db1c
|
enable kernel backoff on GPU
|
2022-12-30 22:30:02 +08:00 |
Xiao
|
d479913332
|
terminate main process when kill subprocesses by kill -15
|
2022-12-30 21:13:58 +08:00 |
i-robot
|
aea34ee32b
|
!47386 [MS][LITE]distribution tensorrt
Merge pull request !47386 from 张学同/converter3
|
2022-12-30 10:32:52 +00:00 |
luojianing
|
313b096f5f
|
fix ops docs first line issues
|
2022-12-30 17:33:24 +08:00 |
shaw_zhang
|
c9c1e2bed1
|
Fix Random Gamma issue
|
2022-12-30 17:27:43 +08:00 |
shenjingxing2
|
3ea1848efd
|
Canndev code merge to mindspore
|
2022-12-30 17:22:18 +08:00 |
i-robot
|
c83d4969b5
|
!47366 增加bitwise反向
Merge pull request !47366 from KXiong/master
|
2022-12-30 09:12:45 +00:00 |
i-robot
|
950f302ea1
|
!47353 matrix_exp 文档补齐及对外暴露
Merge pull request !47353 from haozhang/matrix_exp
|
2022-12-30 09:00:26 +00:00 |
i-robot
|
b3f7c8daee
|
!47384 fix bug for pack
Merge pull request !47384 from zhupuxu/fix_bug_for_dynamic_format
|
2022-12-30 08:53:36 +00:00 |
liangzhibo
|
9a2fa48b59
|
Enable scalar broaden in args
|
2022-12-30 16:47:30 +08:00 |
i-robot
|
68bd1c14d5
|
!47371 Fix mutable code docs
Merge pull request !47371 from LiangZhibo/code_docs_mutable
|
2022-12-30 08:31:32 +00:00 |
i-robot
|
70b3d14247
|
!47336 [MS]修复Mish算子deepcopy时的bug
Merge pull request !47336 from wangtongyu6/fix_mish_deepcopy_bug
|
2022-12-30 08:26:00 +00:00 |
i-robot
|
85aec47d70
|
!47265 [MS][LITE]Add High Precision Comparison For Benchmark
Merge pull request !47265 from gongdaguo1/master_add_high_pre
|
2022-12-30 08:08:33 +00:00 |
ZPaC
|
3ce4f4a3f6
|
Add tuple to tuple unfold converting
|
2022-12-30 15:59:07 +08:00 |
i-robot
|
2b6b4e35bf
|
!47370 Fix equal operation of inf
Merge pull request !47370 from huangbingjian/equal_inf
|
2022-12-30 07:44:03 +00:00 |
i-robot
|
f3e9dc5247
|
!47333 fix wrong type of exception that cannot be catch when te version
Merge pull request !47333 from zhoufeng/fix-import-exception-type-in-te-check
|
2022-12-30 07:33:46 +00:00 |