Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
seanshpark closed an issue on Samsung/ONE
[record-hessian] revise compile option
Current `record-hessian` is not strict compiled and may have some potential problems. Let's add link to `nncc_common` to solve this.seanshpark created a comment on a pull request on Samsung/ONE
Your current commit title/message is > [record-hessian] This commit introduce record hessian. This commit introduce record hessian. which doesn't seem to express current changes. 1/ please fi...
tomdol opened a pull request on Samsung/ONE
[compute/cker] Introduce the ShapeIterator
This commit introduces an utility that effectively makes the Shape objects iterable. It's an iterator class which points to the individual dimensions in the shape and allows the interoperability of...mbencer created a comment on a pull request on Samsung/ONE
FYI: I will be on vacation until 26 (Nov) with excluding Wed (20 Nov) - in this day I am going to work. Please expect delays in communication ;-)
batcheu created a comment on an issue on Samsung/ONE
<img src="https://github.com/batcheu/ONE/blob/draft/me_adapter/tools/model_explorer_adapter/res/part_add_sqrt_000.png?raw=true">
batcheu created a comment on an issue on Samsung/ONE
I've tested my initial version of circle adapter and it seems to be working ;) * https://github.com/batcheu/ONE/tree/draft/me_adapter/tools/model_explorer_adapter (Hmm.... I can't attach screen...
glistening created a comment on an issue on Samsung/ONE
@tomdol continuation from https://github.com/Samsung/ONE/pull/14305#issuecomment-2463564899 We need optimized batch matmul for arm32. For transposed batch matmul, I confirmed it works and is ...
tomdol created a comment on a pull request on Samsung/ONE
> @tomdol For arm optimized kernel, I am thinking of using `ggml mul_mat`, which is already in our repo. It supports multithread and use neon optimized code. What kernel are you thinking of? @gl...
github-actions[bot] pushed 1 commit to gh-pages Samsung/ONE
- Deploying to gh-pages from @ Samsung/ONE@1e09707fddea74ac08fbaefbfd8071c0bd11252e 🚀 3c527c4
ys44kim created a review comment on a pull request on Samsung/ONE
It's not important, Since you changed the definition (__RECORD_HESSIAN_N__ -> __RECORD_HESSIAN_RECORD_HESSIAN_H_), it would be better to change the comment on this code as well. ```suggestion #e...
glistening pushed 1 commit to master Samsung/ONE
- [compute/cker] Optimize BatchMatMul for x86 (#14305) This commit adds an optimized version of the BatchMatMul kernel... 1e09707
glistening closed a pull request on Samsung/ONE
[compute/cker] Optimize BatchMatMul for x86
This commit adds an optimized version of the BatchMatMul kernel. The optimization targets the x86 architecture, in all other cases the code is compiled with existing reference kernel. The new ke...glistening created a comment on a pull request on Samsung/ONE
@tomdol For arm optimized kernel, I am thinking of using `ggml mul_mat`, which is already in our repo. It supports multithread and use neon optimized code. What kernel are you thinking of?
glistening created a comment on a pull request on Samsung/ONE
@tomdol Thank you for answer. Test was done via nnap tests. > Regarding the GGML kernel - is someone already working on it? I checked out model. For BatchMatMul, f32 x f32 is necessary, not g...
tomdol created a comment on a pull request on Samsung/ONE
@glistening > How did you test this kernel? There are existing tests for this kernel. I was thinking if I should add any but it seems that all use cases are covered. ``` [ RUN ] Generat...
seanshpark created a comment on an issue on Samsung/ONE
where to reference? - `src/server/package/src/model_explorer/builtin_tflite_flatbuffer_adapter.py` - `ConvertFlatbufferDirectlyToJson` method and callers
seanshpark pushed 1 commit to master Samsung/ONE
- [circlechef] Fix comment (#14310) This updates comment to mention circle schema. ONE-DCO-1.0-Signed-off-by: Hyukj... da3e986
seanshpark closed a pull request on Samsung/ONE
[circlechef] Fix comment
This updates comment to mention circle schema. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]> --- Related to: https://github.com/Samsung/ONE/pull/14304#discussion_r1828966002seanshpark pushed 1 commit to master Samsung/ONE
- [record-hessian] RecordHessian resolve a compile issue. (#14298) This add linking nncc_common in CMakeLists. Fixes e... a976405
seanshpark closed a pull request on Samsung/ONE
[record-hessian] RecordHessian resolve a compile issue.
This resolves compile issue. ONE-DCO-1.0-Signed-off-by: Banseok Lee [[email protected]](mailto:[email protected]) Related Issue : https://github.com/Samsung/ONE/issues/13480 Draft PR: ...jinevening opened a pull request on Samsung/ONE
[circlechef] Fix comment
This updates comment to mention circle schema. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]> --- Related to: https://github.com/Samsung/ONE/pull/14304#discussion_r1828966002jinevening closed a draft pull request on Samsung/ONE
DRAFT: Introduce mx type to frontend
This introduces mx type to frontend. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]> --- Related to: https://github.com/Samsung/ONE/issues/14293jinevening pushed 1 commit to master Samsung/ONE
- [res] Add mx type BatchMatMul recipes (#14309) This adds mx type BMM recipes. ONE-DCO-1.0-Signed-off-by: Hyukjin ... c75807f