Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jinevening closed an issue on Samsung/ONE
[one-optmize] Foward transpose Ops across elementwise binary Op
## What Let's forward tranpose Ops across elementwise binary Op (mul, add). ![forward_t_bin](https://github.com/user-attachments/assets/2191efcd-702f-4714-b67e-308fa6e9dee1) ## Why Our ...jinevening opened a pull request on Samsung/ONE
[luci] Revise ForwardTransposeOpPass.cpp
This uses a macro for readability. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]> --- Related to: https://github.com/Samsung/ONE/pull/14323/files#r1849686312seanshpark pushed 1 commit to master Samsung/ONE
- [luci] Forward transpose over binary Op (#14323) This forwards transpose Ops over binary Op (add, mul). ONE-DCO-1... ffd7416
seanshpark closed a pull request on Samsung/ONE
[luci] Forward transpose over binary Op
This forwards transpose Ops over binary Op (add, mul). ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]> --- Related to: https://github.com/Samsung/ONE/issues/14322seanshpark created a comment on an issue on Samsung/ONE
experiments doing/done - [ ] produce an example-package - discover issues and solve them while building an example-package from scratch - [ ] simple package with unit test - [ ] Workflow ...
mbencer created a comment on a pull request on Samsung/ONE
FYI: I will be on vacation until 26 (Nov) so please expect delays in communication ;-)
mbencer created a review comment on a pull request on Samsung/ONE
done, used naming prefix `neg_` + added more tests. Now there are 4 positive and 4 negative tests
mbencer created a review comment on a pull request on Samsung/ONE
@hseok-oh In general I believe that it's possible to handle but my plan was to implement it separately to limit the scope of this feature. Note that dynamic tensor have a separate path of building ...
nnfw-bot closed an issue on Samsung/ONE
[CI] nnpackage-test failed!
[View full output](http://npuci.mooo.com:8080/job/nnfw/job/master/job/push-nnpackage-test/3414/display/redirect)tomdol created a comment on a pull request on Samsung/ONE
@hseok-oh the purpose is to extend the ability to iterate over the Shape dimensions. With the Shape class' API it's only possible to use it with traditional indexed loops and the `Shape::Dims(int)`...
hseok-oh created a comment on a pull request on Samsung/ONE
@tomdol 1) What is purpose of these utilities? Where will be it used? 2) Why `neg_ShapeIterator_empty_shape` have negative test naming?
tomdol created a comment on a pull request on Samsung/ONE
@zetwhite could you please review or suggest particular reviewers for this PR?
nnfw-bot opened an issue on Samsung/ONE
[CI] nnpackage-test failed!
[View full output](http://npuci.mooo.com:8080/job/nnfw/job/master/job/push-nnpackage-test/3414/display/redirect)seanshpark pushed 1 commit to master Samsung/ONE
- [tools/model_explorer_circle] Update README for about Circle schema (#14326) It updates the README file to let users... 0746897
seanshpark closed a pull request on Samsung/ONE
[tools/model_explorer_circle] Update README for about Circle schema
It updates the README file to let users know how to generate the Circle schema with flatbuffer compiler. --- Related: https://github.com/Samsung/ONE/pull/14325#issuecomment-2487834378batcheu opened a pull request on Samsung/ONE
[tools/model_explorer_circle] Update README for about Circle schema
It updates the README file to let users know how to generate the Circle schema with flatbuffer compiler. --- Related: #14325hseok-oh closed a pull request on Samsung/ONE
[Draft/TEST]Add android testing script
For #4702 update build script for install(binary output). update options for buliding for cmake. add android testing script. ONE-DCO-1.0-Signed-off-by: KiDeuk Bang <[email protected]>seanshpark pushed 1 commit to master Samsung/ONE
- [tools/model_explorer_circle] Load circle model with circle schema (#14325) It will load circle model with circle sc... 9eaa697
seanshpark closed a pull request on Samsung/ONE
[tools/model_explorer_circle] Load circle model with circle schema
It will load circle model with circle schema which is generated by flatbuffer compiler. The loaded model will be used for create model explorer graph in next PRs. FYI, following command is used...batcheu created a comment on a pull request on Samsung/ONE
> It would be nice to have some descriptions in the README file how to generate schema file. Okay I'll update it in another PR.
hseok-oh created a comment on a pull request on Samsung/ONE
I'll merge this because it is too delayed.
hseok-oh pushed 1 commit to master Samsung/ONE
- [onert/cpu] [Reshape, ExpandDims] Avoid copying memory if possible (#14229) This commit copying memory only if outpu... 8c31199