i-robot
14df5d3984
!23670 [assistant][ops] add new dataset loading operator CoNLL2000ChunkingDataset
...
Merge pull request !23670 from 杨旭华/CoNLL2000ChunkingDataset
2021-12-22 01:50:12 +00:00
i-robot
b1de53fac2
!27728 [Fallback] Support numpy augassign method, subscript method and binary operations
...
Merge pull request !27728 from huangbingjian/fallback_parse
2021-12-22 01:01:46 +00:00
i-robot
372065c821
!26325 [assistant][ops] add Addcdiv and Addcmul
...
Merge pull request !26325 from 孟权令/Addcdiv
2021-12-21 12:46:21 +00:00
i-robot
2fbec9a554
!27856 use neighbor-exchange-v2 for conv2d
...
Merge pull request !27856 from yangzhenzhang/use-neighborexchangev2-for-conv2d
2021-12-21 10:59:54 +00:00
i-robot
bc235730ca
!27957 parallel_ut_refactoring
...
Merge pull request !27957 from 王志伟/parallel_ut_refactoring2
2021-12-21 08:02:16 +00:00
huangbingjian
fea6974c80
Support numpy augassign method, subscript method and binary operations.
2021-12-21 15:58:20 +08:00
fattycat
289a7997df
[feat] [assistant] [#I40GYB] add new loader CoNLL2000ChunkingDataset
2021-12-21 15:31:25 +08:00
Sawyer
564d83c959
[feat][assistant][I3T921][I3T923] add Addcdiv and Addcmul
2021-12-21 14:56:04 +08:00
i-robot
cfdae8e0fc
!27925 [ME] Optimize the error message of the operator module.
...
Merge pull request !27925 from Margaret_wangrui/operator
2021-12-21 06:54:30 +00:00
yangzhenzhang
8a68577756
use neighbor-exchange-v2 for conv2d
2021-12-21 14:27:41 +08:00
wzw
a9b78682d5
parallel ut refactor 3
2021-12-21 14:26:58 +08:00
i-robot
f007b8a99f
!27745 [MD][Offload] Move offload checks and split to the C pipeline
...
Merge pull request !27745 from markuskunej/offload_column_pipeline
2021-12-21 04:26:51 +00:00
Margaret_wangrui
f9a88a01bc
[ME] Optimize the error message of the operator module
2021-12-21 10:19:25 +08:00
i-robot
7331629ceb
!22686 [assistant][ops][Dither]
...
Merge pull request !22686 from Isaac/Dither
2021-12-20 11:16:20 +00:00
i-robot
76aaf62088
!27860 The profiler framework data is changed to binary data
...
Merge pull request !27860 from helloiSCSI/data_reduce
2021-12-20 07:47:49 +00:00
i-robot
953920112c
!22553 [assistant][ops] Add new loader UDPOSDataset
...
Merge pull request !22553 from 杨旭华/UDPOSDataset
2021-12-20 06:54:54 +00:00
i-robot
cc3c980a07
!27874 Real、conj、imag 接口支持实数输入
...
Merge pull request !27874 from zhouyaqiang0/master
2021-12-20 03:53:16 +00:00
helloiSCSI
115ec28ea0
Profiler save framework data as binary data
...
1. Reconstructing the profiler data reporting module
2. Rewrite the write framework data module, Detail: add a new profiler_reporter file to report binnary data, and delele all the old
profiler reporter diretcory.
3. Rewrite the parse framework data module
4. Fix the framework module ut and st
2021-12-20 11:06:53 +08:00
i-robot
f1b26ea205
!21339 [assistant][ops]New operator implementation, include SparseApplyAdadeltaD
...
Merge pull request !21339 from 梁秀波/SparseApplyAdadeltaD
2021-12-20 01:34:10 +00:00
i-robot
11da28f24a
!27060 modify dev env name
...
Merge pull request !27060 from zhoufeng/modify-env-name
2021-12-20 01:23:54 +00:00
i-robot
92f4c07611
!27732 [ME] Optimize the error message of the operator module.
...
Merge pull request !27732 from Margaret_wangrui/operator
2021-12-20 01:05:55 +00:00
zhouyaqiang
a6b48e003d
Adapt Real input of ops real imag conj
2021-12-19 17:26:09 +08:00
haohaonannan97
f480be7c48
[feat][assistant][I40GXF] add new data operator Dither
2021-12-18 08:24:48 -08:00
王天浩
11cb3e4ef7
[fear][assistant][I40GYA] add new loader UDPOSDataset
2021-12-18 23:28:05 +08:00
wild-fox
452dbd4551
[feat][assistant][I40FFU] add new Ascend operator SparseApplyAdadelta
2021-12-18 17:56:51 +08:00
zorax
031c792cf6
[assistant][ops]New operator implementation, include ApplyAdamWithAmsgradD
2021-12-18 16:52:47 +08:00
i-robot
87c7fc13bb
!23042 [assistant][ops]New operator implementation, include NonMaxSuppressionV3
...
Merge pull request !23042 from 梁秀波/NonMaxSuppressionV3
2021-12-18 06:51:51 +00:00
Margaret_wangrui
1a37dcfa94
[ME] Optimize the error message of the operator module
2021-12-18 14:28:45 +08:00
i-robot
57bbfe6453
!27741 Add test util function to write object into json
...
Merge pull request !27741 from sabrinasun_59ee/test
2021-12-18 03:00:53 +00:00
sabrinasun
2fa9399231
add test function to write object to json
2021-12-17 16:11:05 -05:00
markuskunej
0c10f52eb4
Moved the offload operation check and map operation split from python (datasets.py) to c++ (NodeOffloadPass.cc).
...
Updated check for offload in python (dataset_helper.py and
iterators.py).
Updated auto_offload test in test_map_offload.py.
Changed MapNode.offload type from bool->int in bindings.cc.
Changed manual offload flag from int->enum.
Update offload end of pipeline detection to be column-specific.
2021-12-17 14:35:17 +00:00
i-robot
457d953565
!22471 [assistant][ops]New operator implementation, include IsClose
...
Merge pull request !22471 from 梁秀波/IsClose
2021-12-17 11:55:37 +00:00
韩峥嵘
efe0fce473
[feat][assistant][I40FG0] add new Ascend operator NonMaxSuppression
2021-12-17 17:08:39 +08:00
i-robot
9b27295d1e
!27544 fixed st and landscape bugs
...
Merge pull request !27544 from Songyuanwei/test
2021-12-17 08:14:23 +00:00
i-robot
96b2dce300
!22248 [assistant][ops] Add new loader operator YahooAnswers
...
Merge pull request !22248 from 杨旭华/YahooAnswers
2021-12-17 06:40:13 +00:00
i-robot
3121a317ec
!27775 Fix Slice node's location incorrect
...
Merge pull request !27775 from huanghui/fix-Slice-no-location
2021-12-17 06:35:26 +00:00
韩峥嵘
43a495f3fd
[feat][assistant][I40FG5] add new Ascend operator IsClose
2021-12-17 12:03:38 +08:00
Carry955
2320bb7c70
[feat][assistant][I40GXW] add new loader YahooAnswers
2021-12-16 18:33:47 -08:00
i-robot
35db3bccac
!27568 Add TCP communicator for distributed runtime
...
Merge pull request !27568 from chengang/add_tcp_comm
2021-12-17 01:25:50 +00:00
i-robot
a618bb8ab5
!26949 save dataset into mindir - phase 2
...
Merge pull request !26949 from luoyang/mindir-stage2-2
2021-12-17 01:14:39 +00:00
i-robot
d1dbdeffcb
!27684 Update Python UT removal of generated files
...
Merge pull request !27684 from zetongzhao/update_python_remove
2021-12-17 01:09:17 +00:00
zetongzhao
7cb6989efd
replace python removal with pytest tmp_path
2021-12-16 14:38:49 -05:00
i-robot
2bf244cd66
!27757 Support variable index of getitem during handling cell list getattr.
...
Merge pull request !27757 from 张清华/opt_cell_list_getattr2
2021-12-16 18:13:36 +00:00
cristoval
bb5798c391
Add tcp communicator for RPC
2021-12-16 23:32:38 +08:00
i-robot
0158db12e6
!27800 add testcase for ops
...
Merge pull request !27800 from zhanlijun/addtest1
2021-12-16 13:12:26 +00:00
songyuanwei
11d84058c3
fixed st and landscape bugs
2021-12-16 21:03:37 +08:00
Zhang Qinghua
ea8c47e981
Support variable index of getitem during handling cell list getattr.
2021-12-16 20:35:45 +08:00
zhanlijun
82de6c7ebc
add testcase
2021-12-16 20:25:38 +08:00
huanghui
d549ec5af5
fix Slice cannot get location
2021-12-16 17:19:20 +08:00
YangLuo
fa7ed720c8
Saving dataset into Mindir and load for inference phase 2
2021-12-16 16:46:51 +08:00