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

[Bug Fix] [GSoC] add broadcast mechanism before calculating PReLu #5

Conversation

BHbean
Copy link

@BHbean BHbean commented Jul 10, 2024

  • Add broadcast mechanism before calculating PReLu when the input layout is NCHW, so that the PReLu can be calculated correctly now

@BHbean BHbean changed the title [Bug Fix] add broadcast mechanism before calculating PReLu [Bug Fix] [GSoC] add broadcast mechanism before calculating PReLu Jul 11, 2024
source/thead_rvv/fp32/prelu.c Outdated Show resolved Hide resolved
source/thead_rvv/fp32/prelu.c Outdated Show resolved Hide resolved
@BHbean BHbean force-pushed the bhbean/fix/prelu_rvv_fp32 branch from f96798e to 79dfad7 Compare August 5, 2024 14:00
@a-sidorova a-sidorova force-pushed the v2.9.0_for_ie_master branch from dcc8155 to 3a7d230 Compare August 6, 2024 10:44
@BHbean BHbean force-pushed the bhbean/fix/prelu_rvv_fp32 branch 2 times, most recently from 0e36a80 to af12506 Compare August 6, 2024 11:21
@BHbean BHbean force-pushed the bhbean/fix/prelu_rvv_fp32 branch 2 times, most recently from aed3348 to 4a14d36 Compare August 9, 2024 02:11
…nput layout is NCHW

[BUG FIX] avoid braodcast in certain cases

[BUG FIX] reformat based on comments
@BHbean BHbean force-pushed the bhbean/fix/prelu_rvv_fp32 branch from 4a14d36 to 27992ea Compare August 13, 2024 13:45
github-merge-queue bot pushed a commit to openvinotoolkit/openvino that referenced this pull request Aug 14, 2024
### Details:
- *integrate eltwise ops from `shl` lib: `Add`, `Sub`, `Mul`, `Div`,
`Maximum`, `Minimum`, `Exp`, `ReLu`, `LeakyReLu` and `PReLu`*
 - *PR to SHL repository: openvinotoolkit/shl#5

### Tickets:
 - *N/A*
@a-sidorova a-sidorova merged commit 27992ea into openvinotoolkit:v2.9.0_for_ie_master Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants