i-robot
fd5d5f1d21
!22754 [assistant][ops] Add math operators MatrixInverse, MatrixDeterminant and LogMatrixDeterminant
...
Merge pull request !22754 from 孟权令/MatrixInverse
2022-01-14 06:56:30 +00:00
i-robot
9dae085c46
!29054 Delete testcase for ops
...
Merge pull request !29054 from zhanlijun/addtest1
2022-01-14 06:08:51 +00:00
i-robot
cfe5669de9
!28975 [MD] Chained Sampler Python UT fixes and updates
...
Merge pull request !28975 from cathwong/ckw_ut_sampler_chain_fixes2
2022-01-14 03:49:05 +00:00
Sawyer
f335c44340
[feat][assistant][I3T92S][I3T92Q][I3T92R] add MatrixInverse, MatrixDeterminant and LogMatrixDeterminant
2022-01-14 09:20:55 +08:00
Cathy Wong
9d9013ba79
[MD] Chained Sampler UT fixes and updates
2022-01-13 17:39:33 -05:00
zhanlijun
5a5042e385
delete testcase for ops
2022-01-13 21:41:03 +08:00
i-robot
a1b7b030c2
!29003 fix minddata api doc
...
Merge pull request !29003 from luoyang/fix_api_doc
2022-01-13 13:23:19 +00:00
i-robot
e3ff16dac6
!28941 support single director exchange for conv2d
...
Merge pull request !28941 from yangzhenzhang/support-single-direction-exchange-for-conv2d
2022-01-13 11:43:28 +00:00
luoyang
e5f2c75233
fix minddata api doc
2022-01-13 16:39:08 +08:00
yangzhenzhang
a9d2e255f5
support single direction exchange for conv2d
2022-01-13 09:15:49 +08:00
markuskunej
54e584c300
Added input column validation for offloaded map operations.
...
Moved check_add_offload from dataset_helper.py to offload.py.
2022-01-12 16:16:49 +00: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