Commit Graph

1390 Commits

Author SHA1 Message Date
i-robot d260f38936 !15722 [assistant][AdjustGamma]
Merge pull request !15722 from QingfengLi/adjust_gamma
2021-08-04 03:58:09 +00:00
i-robot 191c82573f !21208 Ascend support non-task sink mode
Merge pull request !21208 from baihuawei/graph_mode_nonsink_part2
2021-08-04 02:00:26 +00:00
chenx2ovo 4191dde45f [feat][assistant][I3CEGM] add op adjust gamma 2021-08-04 02:32:13 +08:00
baihuawei 41de02a58c ascend support nontask sink 2021-08-03 20:55:43 +08:00
tongyue 08469e113a [feat][assistant][I3J6TV]add new audio operator BandrejectBiquad 2021-08-03 05:41:53 -07:00
i-robot 2c7b8e73df !16452 [assistant][BandpassBiquadOp]
Merge pull request !16452 from StyleHang/BandpassBiquadOp
2021-08-03 11:08:48 +00:00
i-robot 69c5021bb5 !20995 pyfunc cpu kernel
Merge pull request !20995 from chenweifeng/cpu-dynamic-input
2021-08-03 04:51:20 +00:00
administrator 29d57a89fb [feat][assistant][I3TDRD]add new audio operator BandpassBiquad 2021-08-02 07:08:47 -07:00
wilfChen d6fffdad6e support dynamic inputs & outputs 2021-08-02 20:05:46 +08:00
hwjiaorui e498c96a20 tbe json creator UT 2021-08-02 18:51:33 +08:00
i-robot a81fee280c !16458 [assistant][AllpassBiquadOp]
Merge pull request !16458 from StyleHang/AllpassBiquadOp
2021-08-02 08:40:06 +00:00
i-robot 00e8645902 !21036 Upgrade Ascend packages 28 Jul 21
Merge pull request !21036 from yanghaoran/upgrade_ascend_0728
2021-08-02 06:15:06 +00:00
zhoufeng 2143241092 change neighbor exchange to all to all
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-08-01 18:21:28 +08:00
yanghaoran 0364650eae Upgrade Ascend packages 28 Jul 21, with testcases removed 2021-07-31 18:55:55 +08:00
Isaac b49e1acc3e [feat] [assistant] [I3J6TM] add new audio operator AllpassBiquad 2021-07-31 16:15:17 +08:00
i-robot 6e84bf0f0f !16449 [assistant][ops] Add new audio operator BandBiquad
Merge pull request !16449 from StyleHang/BandBiquadOp
2021-07-30 03:35:07 +00:00
liannai 5a341e7e27 [feat] [assistant] [I3J6TS] add new audio operator BandBiquad 2021-07-29 17:57:27 +08:00
yao_yf dc7dc7d3fa dataset strategy set 2021-07-27 18:44:10 +08:00
i-robot 34e2581dfc !20812 Add code for cross-silo with real data femnist and coco
Merge pull request !20812 from ZPaC/cross-silo
2021-07-26 13:21:19 +00:00
i-robot fd7c0c1514 !20672 add dump ir for python and add dump more info when dynamic shape
Merge pull request !20672 from lianliguang/add_dump_func
2021-07-26 06:53:42 +00:00
ZPaC dc068cb172 Add code for cross-silo with real data femnist and coco 2021-07-24 17:50:53 +08:00
i-robot 21e090062e !18674 deserializer 1st part - vision operations
Merge pull request !18674 from zetongzhao/deserialize
2021-07-23 19:25:36 +00:00
lianliguang dd57fcf8d7 add funcgraph py dump and dump more info for dynamic shape 2021-07-23 10:30:27 +08:00
zetongzhao 8693fd730a deserialize and tests 2021-07-21 08:32:00 -04:00
dayschan 137608b518 Add LiteGraph for graphkernel
Add a subdirectory "model" in the "backend/optimizer/graph_kernel" for litegraph.
Implement two interfaces "AnfGraph2LiteGraph" and "LiteGraph2AnfGraph".

The litegraph will be the base data structure when we migrate the GraphKernel code
from python("mindspore/_extends/graph_kernel") to c++.
2021-07-21 10:21:11 +08:00
i-robot fd72de08d9 !20174 Send compilation attrs to akg
Merge pull request !20174 from DeshiChen/0708_compilewithjson
2021-07-19 08:13:36 +00:00
chendongsheng dc3d6dc915 added cert 2021-07-17 10:14:28 +08:00
dayschan 3ab53dd26d Send compilation attrs to akg
1. Add a new message type "AKG/ATTR" in AkgKernelBuilder.
   the attrs was sent before the kernel infos.
2. Send "online_tuning" attribute when the flag is not zero,
   but error occurs in the latest akg submodule.
3. Send "repository_path" attribute when the flag is not empty.
4. Add a new value "compute_capability" into kernel info when the processor is GPU.
2021-07-16 16:52:18 +08:00
i-robot 3d022c9db8 !20246 Print ascend warning&error message using ErrorManager
Merge pull request !20246 from tanghuikang/error_manager
2021-07-16 06:49:31 +00:00
tanghuikang 21c4bf1f27 Print ascend warning and error message using ErrorManager 2021-07-15 11:52:25 +08:00
i-robot fd8eda24c4 !19904 fix fusion type
Merge pull request !19904 from laiyongqiang/fusionType
2021-07-14 06:08:20 +00:00
i-robot 77cc850c1a !19882 change kMaliGPU to kGPU
Merge pull request !19882 from yeyunpeng2020/new_api
2021-07-13 07:08:06 +00:00
LaiYongqiang 898a48d6ea fix fusion type 2021-07-13 10:44:50 +08:00
i-robot 884f5ae1de !19764 [MD] Remove Builder class phase 3
Merge pull request !19764 from harshvardhangupta/rem-build-2
2021-07-12 13:25:34 +00:00
i-robot e81aaf5043 !19936 Optimize signal util for ctrl+c
Merge pull request !19936 from VectorSL/signal
2021-07-12 11:58:09 +00:00
vector ee057e57ec update signal 2021-07-12 11:24:49 +08:00
yeyunpeng2020 f545bcd9b0 new api use gpu 2021-07-12 11:00:55 +08:00
i-robot 53633ebfd8 !19748 Fix param check and default value of center in Rotate and RandomRotation Ops
Merge pull request !19748 from xiaotianci/fix_rotate_center
2021-07-10 08:07:00 +00:00
i-robot d6be7c17af !19771 [MS][LITE][TOD] Add ToD to unified MS API
Merge pull request !19771 from ehaleva/API2
2021-07-10 04:12:57 +00:00
Emir Haleva fc6d150485 Add Train API to CXX_API 2021-07-09 19:30:57 +03:00
Zhang Qinghua f7ffc03249 Dump func graph where to call the node. 2021-07-09 21:37:48 +08:00
Xiao Tianci a77ed2a5c0 fix the param check of center in Rotate, and change the default value of center from {-1, -1} to {} 2021-07-09 15:24:27 +08:00
harshvardhangupta 52d1212239 remove builder 2021-07-08 16:55:52 -04:00
i-robot a5118ae5f2 !19507 Remove builder from CacheOp, CacheLookupOp, CacheMergeOp
Merge pull request !19507 from lixiachen/remove_cacheop_builders
2021-07-07 21:25:43 +00:00
i-robot 81dbc13611 !19563 Optimize armour directory
Merge pull request !19563 from yyuse/fl_op_armour_dir
2021-07-07 14:41:44 +00:00
i-robot 0e6c4071f5 !18987 use transdata to improve performance in print process
Merge pull request !18987 from lvchangquan/transdata_formal
2021-07-07 09:24:02 +00:00
i-robot a482cf7dc2 !19458 [AutoParallel]fix pipeline split bug
Merge pull request !19458 from lichen/fix_pipeline_split_bug
2021-07-07 07:48:09 +00:00
yangyuan 818f608f13 Optimize armour directory 2021-07-07 11:50:16 +08:00
Lixia Chen 946693e860 Remove builder from cache ops 2021-07-06 17:29:03 -04:00
i-robot 0a6732f6dc !19047 [MD] Remove Builder
Merge pull request !19047 from harshvardhangupta/remove_builder
2021-07-06 17:34:35 +00:00