From 7142fcc10663b944bdb67d14a83ffa16f75d47f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=84=B1=EC=9E=AC/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 8 May 2019 17:10:12 +0900 Subject: [PATCH] Update `workgroups.md` document (#5160) * Update `workgroups.md` document - Update workgroups.md document with latest workgroup configuration. - Tempolarly rename old file to `2018_workgroups.md` for backup. It will moved to `docs/2018` folder after #5148 merged. Signed-off-by: Sung-Jae Lee --- docs/2018_workgroups.md | 19 ++++++++++++++ docs/workgroups.md | 68 +++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 76 insertions(+), 11 deletions(-) create mode 100644 docs/2018_workgroups.md diff --git a/docs/2018_workgroups.md b/docs/2018_workgroups.md new file mode 100644 index 0000000..b258c39 --- /dev/null +++ b/docs/2018_workgroups.md @@ -0,0 +1,19 @@ +For faster communication and development, we organize workgroups (WGs) based on major topics +described in [#61](https://github.sec.samsung.net/STAR/nnfw/issues/61). All WGs will work together +to achieve the goal of _nnfw_ project, but each WG will define its own tasks and milestones, set its +own sprints, and conduct its tasks. All WGs will sync up through github (note that github is our +primary communication channel, and thus using github for communication is highly recommended) and +on/off-line meetings. + +Current WGs based on the major topics in [#61](https://github.sec.samsung.net/STAR/nnfw/issues/61) +and their root issue links are as follows: + +1. ML Framework (MLFW) WG + - [Tasks and Milestones](https://github.sec.samsung.net/STAR/nnfw/issues/74) +2. NN Runtime (NNRT) WG + - [Tasks and Milestones](https://github.sec.samsung.net/STAR/nnfw/issues/72) +3. NN API Operations (NNOP) WG + - [Tasks and Milestones](https://github.sec.samsung.net/STAR/nnfw/issues/73) + +If you would like to participate in any WGs above or create a new WG, please create an issue or +leave a comment at [#87](https://github.sec.samsung.net/STAR/nnfw/issues/87). diff --git a/docs/workgroups.md b/docs/workgroups.md index b258c39..f6f4f95 100644 --- a/docs/workgroups.md +++ b/docs/workgroups.md @@ -1,19 +1,65 @@ +# 2019 Workgroups + For faster communication and development, we organize workgroups (WGs) based on major topics -described in [#61](https://github.sec.samsung.net/STAR/nnfw/issues/61). All WGs will work together -to achieve the goal of _nnfw_ project, but each WG will define its own tasks and milestones, set its +described in [WBS of 2019 NN Acceleration Solution v2.0 Development +(#4919)](https://github.sec.samsung.net/STAR/nnfw/issues/4919). All WGs will work together to +achieve the goal of _nnfw_ project, but each WG will define its own tasks and milestones, set its own sprints, and conduct its tasks. All WGs will sync up through github (note that github is our primary communication channel, and thus using github for communication is highly recommended) and on/off-line meetings. -Current WGs based on the major topics in [#61](https://github.sec.samsung.net/STAR/nnfw/issues/61) -and their root issue links are as follows: +Current WGs based on the major topics in +[#4919](https://github.sec.samsung.net/STAR/nnfw/issues/4919) and their root issue links are as +follows: + +1. Runtime WG + - Tasks + + Runtime improvement + + Heterogeneous computing support + + Runtime API + - Members + + Hanjoung Lee(@wateret), Hyeongseok Oh(@hseok82-oh), Chunseok Lee(@chunseok-lee), + Yongseop Kim(@YongseopKim), Jiseob Jang(@jiseob-jang), Sanggyu Lee(@sg5-lee), + Seongwoo Chae(@sw4670-chae), Sung-Jae Lee(@sj925-lee) + + Dilshodzhon Poshshoev(@d-poshshoev), Efimov Alexander(@a-efimov), + Pavel Ilyutchenko(@p-iliutchenk) +2. NN Package WG + - Tasks + + Common IR design : Hyeongseok Oh(@hseok82-oh), Cheongyo Bahk(@ch-bahk), + Seok NamKoong(@sk-namkoong) + + Importer/Exporter + + Custom Operator Support + - Members + + Sanggyu Lee(@sg5-lee), Hyeongseok Oh(@hseok82-oh), Cheongyo Bahk(@ch-bahk), + Hyun Sik Yoon(@hyunsik-yoon), Seok NamKoong(@sk-namkoong) + + Vladimir Plazun(@v-plazun), Sergei Barannikov(@s-barannikov) +3. Kernel Optimization WG + - Tasks + + NN model analysis + + NN operator analysis + + Kernel implementation optimization + - Members + + Chunseok Lee(@chunseok-lee), Jiyoung Yun(@jy910-yun), Jiseob Jang(@jiseob-jang), + SaeHie Park(@seanshpark) + + Andrey Shedko(@a-shedko), Sergei Barannikov(@s-barannikov) + +There is one unique workgroup containing most _nncc_ tasks. They are working closely together as a +front-end to the runtime. Since _nncc_ and _nnfw_ will be merged soon, it is natural to think of +them as one team. In fact, most of the members are already involved in two things. + +4. Compiler Frontend + - Tasks + + NN Compiler (@in memory) IR design & implementation : Jonghyun Park(@jh1302.park) + + TensorFlow model support + + ONNX model support + + Target independent graph optimization + - Members + + Seok NamKoong(@sk-namkoong), Cheongyo Bahk(@ch-bahk), Hyun Sik Yoon(@hyunsik-yoon), + Jiyoung Yun(@jy910-yun), Seongwoo Chae(@sw4670-chae), Jiseob Jang(@jiseob-jang), + SaeHie Park(@seanshpark) + + Pavel Ilyutchenko(@p-iliutchenk), Sergei Barannikov(@s-barannikov) , Ivan Vagin(@ivan-vagin) -1. ML Framework (MLFW) WG - - [Tasks and Milestones](https://github.sec.samsung.net/STAR/nnfw/issues/74) -2. NN Runtime (NNRT) WG - - [Tasks and Milestones](https://github.sec.samsung.net/STAR/nnfw/issues/72) -3. NN API Operations (NNOP) WG - - [Tasks and Milestones](https://github.sec.samsung.net/STAR/nnfw/issues/73) +# How to join If you would like to participate in any WGs above or create a new WG, please create an issue or -leave a comment at [#87](https://github.sec.samsung.net/STAR/nnfw/issues/87). +leave a comment at [#4919](https://github.sec.samsung.net/STAR/nnfw/issues/4919). -- 2.7.4