Skip to content

[WebNN EP] Fix bug for PRelu on CPU backend.#17543

Merged
guschmue merged 1 commit intomicrosoft:mainfrom
zesongw:fix_prelu
Sep 15, 2023
Merged

[WebNN EP] Fix bug for PRelu on CPU backend.#17543
guschmue merged 1 commit intomicrosoft:mainfrom
zesongw:fix_prelu

Conversation

@zesongw
Copy link
Copy Markdown
Contributor

@zesongw zesongw commented Sep 14, 2023

Description

WebNN CPU backend expects slope of PRelu to be a static value. For now, we will not support it.

Motivation and Context

Fallback this case to pass the CI.

WebNN CPU backend expects slope of PRelu to be a static value. For now, we will not support it.
@zesongw
Copy link
Copy Markdown
Contributor Author

zesongw commented Sep 14, 2023

@fdwr, @guschmue, PTAL, thanks!

Copy link
Copy Markdown
Contributor

@fdwr fdwr left a comment

Choose a reason for hiding this comment

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

👍
Appears this only impacts the CPU backend, not DML.

@guschmue
Copy link
Copy Markdown
Contributor

/azp run ONNX Runtime Web CI Pipeline

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@guschmue
Copy link
Copy Markdown
Contributor

/azp run Linux CPU CI Pipeline,Linux CPU Minimal Build E2E CI Pipeline,Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,Linux OpenVINO CI Pipeline,Linux QNN CI Pipeline,MacOS CI Pipeline,Windows ARM64 QNN CI Pipeline,Windows CPU CI Pipeline

@guschmue
Copy link
Copy Markdown
Contributor

/azp run Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline,onnxruntime-binary-size-checks-ci-pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule-distributed

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 9 pipeline(s).

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 6 pipeline(s).

@fdwr
Copy link
Copy Markdown
Contributor

fdwr commented Sep 15, 2023

/azp run Windows x64 QNN CI Pipeline

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@guschmue guschmue merged commit a5302fe into microsoft:main Sep 15, 2023
kleiti pushed a commit to kleiti/onnxruntime that referenced this pull request Mar 22, 2024
### Description
WebNN CPU backend expects slope of PRelu to be a static value. For now,
we will not support it.


### Motivation and Context
Fallback this case to pass the CI.
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.

3 participants