chunseoklee

Results 50 issues of chunseoklee

Recent tizen's submit request feature has been eliminated. Let's try new submit feature by quickbuild system in ONE 1.21.0 release.

Parent issue : https://github.com/Samsung/ONE/issues/9207 Let's check the trix-engine's parallel execution capability. - [ ] refernece application of using multiple npu core in parallel

test with gpu_cl passed in recent CI : For example, [CI link](http://13.125.34.93:8080/job/nnfw/job/master/job/pr-cross-runtime-test-pipeline-release/5706/consoleText) shows the following successful test : ``` [2022-08-18T12:39:07.048Z] [ RUN ] GenModelTest.OneOp_Add_VarToVarSame [2022-08-18T12:39:07.048Z] [ OK ] GenModelTest.OneOp_Add_VarToVarSame (56...

There are several options to generate this : - circlechef : https://github.com/Samsung/ONE/issues/12741#issuecomment-1993918881 (draft) - https://www.tensorflow.org/model_optimization/guide/quantization/training_comprehensive_guide#use_custom_quantization_algorithm - manual generation with flatc

Let's prepare to support int4 weight (compiler side's issue is at https://github.com/Samsung/ONE/issues/12717) ## todo - [ ] #12751 - [ ] onert loader - [ ] onert kernel - [...

Tizen's glib has been updated : https://review.tizen.org/gerrit/gitweb?p=platform%2Fupstream%2Fglib.git;a=shortlog;h=refs%2Fheads%2Ftizen This breaks tizen's onert(nnfw) build. Here is the patch and it already merged into public tizen repo. - patch link : https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=commit;h=e69c4d8fa0cd2a09be0fc89c214f5993d0af2374 ```...

static analyzer commented about https://github.com/Samsung/ONE/blob/08e12522017d5fa1a97e6c497b354efed2064d52/compiler/luci/service/src/ShapeInfer_StridedSlice.cpp#L297 ``` 11. cast_overflow: Truncation due to cast operation on effective_dims from 64 to 32 bits. CID 1757292: (#2 of 2): Overflowed integer argument (INTEGER_OVERFLOW) 12....

- Please review change : https://review.tizen.org/gerrit/#/c/platform/core/ml/nnfw/+/303102/ - For someone who cannot access the gerrit : ```diff diff --git [a/compiler/pp/include/pp/IndentedStringBuilder.h](https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=blob;f=compiler/pp/include/pp/IndentedStringBuilder.h;h=2655aff055a72e8954d2b28288de7e534958b740;hb=bec0df756731c2185402f42148127c024f7ac087) [b/compiler/pp/include/pp/IndentedStringBuilder.h](https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=blob;f=compiler/pp/include/pp/IndentedStringBuilder.h;h=4dfd9436dab65d5a9491eb57938add73cba6c06c;hb=d44185dba35beb4f2dbb9fcf91513e48bac1108c) index [2655aff](https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=blob;f=compiler/pp/include/pp/IndentedStringBuilder.h;h=2655aff055a72e8954d2b28288de7e534958b740;hb=bec0df756731c2185402f42148127c024f7ac087)..[4dfd943](https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=blob;f=compiler/pp/include/pp/IndentedStringBuilder.h;h=4dfd9436dab65d5a9491eb57938add73cba6c06c;hb=d44185dba35beb4f2dbb9fcf91513e48bac1108c) 100644 (file) --- a/[compiler/pp/include/pp/IndentedStringBuilder.h](https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=blob;f=compiler/pp/include/pp/IndentedStringBuilder.h;h=2655aff055a72e8954d2b28288de7e534958b740;hb=bec0df756731c2185402f42148127c024f7ac087) +++ b/[compiler/pp/include/pp/IndentedStringBuilder.h](https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=blob;f=compiler/pp/include/pp/IndentedStringBuilder.h;h=4dfd9436dab65d5a9491eb57938add73cba6c06c;hb=d44185dba35beb4f2dbb9fcf91513e48bac1108c) @@ [-18,6](https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=blob;f=compiler/pp/include/pp/IndentedStringBuilder.h;h=2655aff055a72e8954d2b28288de7e534958b740;hb=bec0df756731c2185402f42148127c024f7ac087#l18)...