yangzhenzhang
a9d2e255f5
support single direction exchange for conv2d
2022-01-13 09:15:49 +08:00
i-robot
c5b650069f
!28662 Add input type check for instance Create in Cell.construct
...
Merge pull request !28662 from zhangzhaoju/master
2022-01-12 09:46:29 +00:00
i-robot
fc4abc99f5
!28595 Fix some code review probelms
...
Merge pull request !28595 from xiaotianci/update_code_review
2022-01-12 09:30:28 +00:00
i-robot
5c961f9fb2
!28812 [MD UT] Misc AutoTune and Profiling UT updates
...
Merge pull request !28812 from cathwong/ckw_prof_misc
2022-01-12 03:03:13 +00:00
i-robot
017cb5f3ad
!27980 auto insert VirtualDataset node for master
...
Merge pull request !27980 from lilei/insert_virtualdataset_for_master
2022-01-12 01:14:44 +00:00
Cathy Wong
12b4e81f55
MD UT: Misc AutoTune and Profiling UT updates
2022-01-11 11:56:06 -05:00
i-robot
15bd3af3e3
!28821 Adapt to the old data format of aicpu
...
Merge pull request !28821 from zangqx/zangqx_5
2022-01-11 11:48:13 +00:00
i-robot
d33f1c7e48
!28757 fix greater op infervalue issue & err massage
...
Merge pull request !28757 from Simson/op_infer
2022-01-11 11:03:42 +00:00
i-robot
8a6ca25539
!28641 unify ge and vm backend
...
Merge pull request !28641 from xiaoyao/master
2022-01-11 07:53:33 +00:00
Xiao Tianci
96a2e38d01
update review problems
2022-01-11 15:31:53 +08:00
i-robot
1ac5261dfe
!28598 fix softmaxcrossentropywithlogits infer
...
Merge pull request !28598 from jiangzhenguang/softmaxcrossentropywithlogits
2022-01-11 07:27:21 +00:00
臧庆香
10d275114e
Adapt to the old data format of aicpu
2022-01-11 14:37:44 +08:00
xiao_yao1994
0843910260
unify ge and vm backend
2022-01-11 11:53:58 +08:00
zhangzhaoju
a54d1f33e7
Add input type check for instance Create in Cell.construct
...
Adjust the order of resource release sequence
Save executor_info to cache after compile avoiding inconsistent between
python cache and c++ cache
Clean entire_costgraph at ClearResAtExit to avoid coredump.
2022-01-11 10:17:39 +08:00
simson
0191832a1d
fix greater op infervalue
2022-01-11 09:21:48 +08:00
yangzhenzhang
e5df74e9e4
compute top bottom overlap for conv2d
2022-01-10 16:15:04 +08:00
jiangzhenguang
d895eadd7b
fix softmaxcrossentropywithlogits infer
2022-01-06 20:44:11 +08:00
Margaret_wangrui
7d1f3d71ba
Optimize error message
2022-01-06 20:32:08 +08:00
i-robot
0823ec3e9a
!28535 Modify Error Info
...
Merge pull request !28535 from liuyang/ms_error
2022-01-06 08:45:12 +00:00
i-robot
d7c41f3f5f
!28553 [Fallback] Deal with constants such as np.pi
...
Merge pull request !28553 from huangbingjian/attr_const
2022-01-06 07:13:24 +00:00
liuyang_655
15a153a40d
Modify error info
2022-01-06 01:28:53 -05:00
huangbingjian
45e8b52f6e
[Fallback] Do not interpret constant from third-partiy library.
2022-01-06 09:42:54 +08:00
i-robot
b073af4b5d
!28559 [MD][Offload] Added dimension check to required Offload ops.
...
Merge pull request !28559 from alashkari/offload-fix
2022-01-05 07:38:31 +00:00
i-robot
a1720c210d
!22348 [assistant][ops] Add new loader EnWik9Dataset
...
Merge pull request !22348 from 杨旭华/EnWik9Dataset
2022-01-05 07:36:48 +00:00
i-robot
ec485cb436
!28307 convert EnvSetItem/EnvGetItem to primitive EnvironSet/EnvironGet
...
Merge pull request !28307 from xychow/EnvGetItem-conversion
2022-01-05 07:10:30 +00:00
Rescue
fac68dbb46
Added dimension check to required Offload ops.
2022-01-05 04:26:31 +00:00
i-robot
de030c8d41
!28204 Improved HwcToChw support multi-channel input.
...
Merge pull request !28204 from unseenme/mindcon_coding_hwc2chw
2022-01-04 11:50:04 +00:00
unseenme
755cb0adfa
Improved HwcToChw support multi-channel input.
2022-01-04 15:47:04 +09:00
Eden
63ab65e3a4
[feat] [assistant] [#I40GYF] add new loader EnWik9Dataset
2022-01-03 21:45:43 -08:00
zhousiyi
19e9571149
rename env_getitem/setitem to EnvironGet/EnvironGet
2022-01-04 02:17:30 +00:00
i-robot
dba67422f9
!28384 [Fallback] Support the use of self
...
Merge pull request !28384 from huangbingjian/fallback_self
2021-12-31 09:26:03 +00:00
i-robot
e8b4e34f02
!28352 Optimize the exception message while the return number of brop is wrong
...
Merge pull request !28352 from zhangzhaoju/master_I4NX1K
2021-12-31 08:17:18 +00:00
i-robot
03b4829b86
!28431 [Auto parallel] MoE Changes
...
Merge pull request !28431 from Xiaoda/122-moe-changes
2021-12-31 08:06:45 +00:00
zhangzhaoju
1950b6a823
Optimize the exception message while the return number of brop is wrong
...
Fix:I4OQM9 Bprop out check message optimize
2021-12-31 15:01:57 +08:00
vddong
7449b8364b
[feat][assistant][I40GYQ] add new dataset operator WIDERFace
2021-12-31 13:49:47 +08:00
huangbingjian
58bafb539a
[Fallback] Support self attr/method.
2021-12-31 10:57:41 +08:00
Xiaoda Zhang
6d8320fa66
1) fix the exact division in moe;
...
2) changing CumSum from composition to a single Operator;
3) add InferMirrorOps for CumSumInfo.
2021-12-30 19:20:05 +08:00
jingyangxiang
a7f8b3af1c
[feat][assistant][ops]New operator implementation, include IMDBDataset
...
Signed-off-by: zjuter0126 <977180923@qq.com>
2021-12-30 11:16:23 +08:00
zjuter0126
3c2ca41886
[feat][assistant][ops] add new data operator WikiTextDataset
2021-12-29 18:54:54 +08:00
i-robot
17b3e3cd13
!28267 Resuse ConvertData of GenerateArgumentsKey
...
Merge pull request !28267 from zhangzhaoju/master_res_base
2021-12-29 08:20:10 +00:00
i-robot
ae1278fa42
!28074 convert execute mode to graph mode when loading mindir
...
Merge pull request !28074 from lianliguang/master
2021-12-29 06:23:57 +00:00
i-robot
ac9e545dc8
!22546 add new dataset loading operator CaltechDataset
...
Merge pull request !22546 from 杨旭华/CaltechDataset
2021-12-29 03:40:06 +00:00
zhangzhaoju
c5b2996b3f
Resuse ConvertData of GenerateArgumentsKey
2021-12-29 10:30:17 +08:00
lianliguang
d5efef0ae6
convert pynative mode to graph mode when loading mindir
2021-12-29 09:46:08 +08:00
donrichnx
9a0fc0ffc1
[feat] [assistant] [I40GYH] add new dataset loading operator CaltechDataset
2021-12-28 19:04:18 +08:00
Xiaoda Zhang
1bdb610b34
changing default value of single-loop flag
2021-12-28 17:56:30 +08:00
i-robot
67e843ec7f
!27487 [assistant] [ops][SpectralCentroid]
...
Merge pull request !27487 from 杨旭华/SpectralCentroidOp
2021-12-28 09:10:32 +00:00
i-robot
7faf774063
!22310 [assistant][ops] Add new loader SemeionDataset
...
Merge pull request !22310 from 杨旭华/SemeionDataset
2021-12-28 03:13:02 +00:00
i-robot
bff8d6ae01
!28247 Fix Python Vocab validation
...
Merge pull request !28247 from luoyang/vocab
2021-12-28 02:58:25 +00:00
luqilin
896f10d6d5
[feat][assistant][I40GYK] add new dataset loading operator SemeionDataset
2021-12-27 19:49:06 +08:00