Commit Graph

34 Commits

Author SHA1 Message Date
tronzhang 27893cde7c change kernelmod interface and gpu/cpu kernel mod 2022-04-08 16:28:02 +08:00
i-robot b0043637d9
!30709 Delete DynamicKernel
Merge pull request !30709 from TuDouNi/gpu_cpu_delete_dynamic_kernel
2022-04-02 01:33:13 +00:00
ttudu 4fe7b0d350 delete dynamic_kernel 2022-03-31 20:50:52 +08:00
limingqi107 f50834e8e0 unified runtime enable the dynamic shape in the heterogeneous 2022-03-29 12:50:33 +08:00
limingqi107 3759b51cb5 support the dynamic shape infer in the sub graph partition 2022-03-23 09:21:25 +08:00
ttudu adb18b82ca dynamic shape CPU & GPU 2022-03-22 13:03:31 +08:00
i-robot f588a39985
!31323 clean code
Merge pull request !31323 from TuDouNi/cpplint
2022-03-17 07:26:37 +00:00
ttudu 82ffa2d248 clean code 2022-03-17 09:50:30 +08:00
i-robot 35d1782023
!31348 Clean Code
Merge pull request !31348 from tanghuikang/clean_code
2022-03-17 01:20:59 +00:00
tanghuikang dbcdcc2daa Clean code 2022-03-16 16:18:12 +08:00
i-robot 34f321d946
!31300 [DynamicShape][Gpu]support dynamic shape for the DCN network
Merge pull request !31300 from hanhuifeng/dyn_gpu_bugs
2022-03-16 08:06:33 +00:00
i-robot c23f5eebe4
!30916 [DynamicShape]fix some problems of InferShapeForNopNode
Merge pull request !30916 from hanhuifeng/dynamic_nop
2022-03-16 02:48:04 +00:00
hanhuifeng2020 089ce0386a [DynamicShape][Gpu]support dynamic shape for the DCN network 2022-03-16 10:45:56 +08:00
hanhuifeng2020 2de960a637 [DynamicShape]fix some problems of InferShapeForNopNode 2022-03-15 19:47:58 +08:00
wYann 7007acfdad use real shape to allocate memory 2022-03-11 20:06:53 +08:00
ttudu dac6f5425d delete GPU/CPUDynamicKernel 2022-02-28 16:08:09 +08:00
zhoufeng f49b195c39 extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-02-26 10:55:51 +08:00
i-robot 6c8f942737
!30544 fix codecheck
Merge pull request !30544 from xulei/fix_codecheck
2022-02-26 01:36:48 +00:00
shenwei41 ff75314719 upgrade ascend 20220211 2022-02-25 21:19:45 +08:00
xulei 4cf320cdbd fix codecheck 2022-02-25 11:04:39 +08:00
kswang f26870d437 clean code 2022-02-23 19:46:07 +08:00
ttudu 451ebd1bd1 dynamic_shape 2022-02-23 11:38:17 +08:00
marui d47e79b04c Refactor ccsrc directories and CMakeLists files 2022-02-13 14:37:51 +08:00
liubuyu 43c79eb853 mindspore path adjust 2020-07-14 18:07:28 +08:00
Zhang Qinghua 87715ed127 Refactoring for base and abstract types: Moving Base into base folder; Splitting the abstract type and infer&specialize routines; 2020-07-14 09:38:00 +08:00
caifubi c577952c9a Async Data Dump 2020-07-13 09:42:37 +08:00
gong chen a6dfa281ea Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
2020-06-20 22:31:54 +08:00
wangcong aed393d50f add pre compile process 2020-06-17 20:59:08 +08:00
WilliamLian 9c005b182c convert dropoutdomask nodes's kernel info's first format which connected with same dropoutgenmask 2020-06-08 09:48:34 +08:00
leopz 4508134ceb add tensor_minnie and separate py from ir 2020-05-28 14:26:26 +08:00
caifubi 5b963aef2b Change uintptr_t to void ptr 2020-05-21 10:15:13 +08:00
WilliamLian 44df45c84d add attr op_pattern to kernel build info 2020-05-14 14:41:27 +08:00
Wei Luning 73ba399364 remove ge depend in cpu 2020-04-02 19:38:42 +08:00
zhunaipan 930a1fb0a8 initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00