Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WASI-NN] neural_speed: add backend structure #3303

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

grorge123
Copy link

No description provided.

Copy link
Member

juntao commented Mar 25, 2024

Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR.


@github-actions github-actions bot added c-Plugin An issue related to WasmEdge Plugin c-WASI-NN c-CMake labels Mar 25, 2024
@grorge123 grorge123 force-pushed the neural_speed branch 4 times, most recently from f916aeb to af7d519 Compare March 25, 2024 11:53
@grorge123 grorge123 requested a review from q82419 as a code owner March 25, 2024 11:53
@github-actions github-actions bot added the c-Test An issue/PR to enhance the test suite label Mar 25, 2024
@github-actions github-actions bot removed the c-Test An issue/PR to enhance the test suite label Mar 25, 2024
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.84%. Comparing base (5a65509) to head (4cf1f5e).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3303   +/-   ##
=======================================
  Coverage   79.83%   79.84%           
=======================================
  Files         253      253           
  Lines       34948    34948           
  Branches     6138     6114   -24     
=======================================
+ Hits        27902    27905    +3     
+ Misses       5625     5619    -6     
- Partials     1421     1424    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grorge123 grorge123 marked this pull request as draft March 25, 2024 12:55
@grorge123 grorge123 marked this pull request as ready for review March 29, 2024 06:22
@grorge123 grorge123 changed the title [WIP] [WASI-NN] neural_speed: add backend struct [WASI-NN] neural_speed: add backend structure Mar 29, 2024
@grorge123 grorge123 requested a review from hydai as a code owner April 8, 2024 06:35
@github-actions github-actions bot added the c-Test An issue/PR to enhance the test suite label Apr 8, 2024
@github-actions github-actions bot added c-CLI An issue related to WasmEdge CLI tools c-Installer c-CI labels Apr 25, 2024
@github-actions github-actions bot removed c-CLI An issue related to WasmEdge CLI tools c-Installer c-CI labels Apr 25, 2024
@grorge123 grorge123 force-pushed the neural_speed branch 3 times, most recently from a60159f to 984d13a Compare April 25, 2024 04:06
@grorge123 grorge123 force-pushed the neural_speed branch 4 times, most recently from ef72299 to 065fc95 Compare May 13, 2024 07:19
@hydai hydai added the v-0.14.1 label May 22, 2024
plugins/wasi_nn/CMakeLists.txt Outdated Show resolved Hide resolved
plugins/wasi_nn/neuralspeed.cpp Outdated Show resolved Hide resolved
plugins/wasi_nn/neuralspeed.cpp Outdated Show resolved Hide resolved
plugins/wasi_nn/neuralspeed.cpp Outdated Show resolved Hide resolved
plugins/wasi_nn/neuralspeed.cpp Outdated Show resolved Hide resolved
plugins/wasi_nn/neuralspeed.cpp Outdated Show resolved Hide resolved
plugins/wasi_nn/neuralspeed.cpp Outdated Show resolved Hide resolved
test/plugins/wasi_nn/CMakeLists.txt Outdated Show resolved Hide resolved
test/plugins/wasi_nn/wasi_nn.cpp Outdated Show resolved Hide resolved
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Signed-off-by: grorge <g97116@yahoo.com>
Copy link
Member

@hydai hydai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I think we should also add the workflow to build and upload the assets.

plugins/wasi_nn/neuralspeed.cpp Outdated Show resolved Hide resolved
Signed-off-by: grorge <g97116@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-CI c-CMake c-Plugin An issue related to WasmEdge Plugin c-Test An issue/PR to enhance the test suite c-WASI-NN v-0.14.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants