-
Notifications
You must be signed in to change notification settings - Fork 13.8k
sycl: add PAD_REFLECT_D1 operator support #16145
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
Conversation
|
Hi @NeoZhangJianyu and @slaren,
Would appreciate it if you could take a look when you have a moment. |
NeoZhangJianyu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's good work!
Thank you!
|
@ye-NX Thank you! |
2fcbaf3 to
08268f0
Compare
|
@NeoZhangJianyu |
You need to regenerate docs/ops.md. |
|
Rebase to fix the |
2b9bb5d to
d469c5b
Compare
|
@CISC |
|
Thank you!! |
* sycl: add PAD_REFLECT_D1 operator support * docs(ops): regenerate docs/ops.md * remove trailing whitespaces * style: fix editorconfig issues — trim trailing spaces and normalize EOLs * fix: move PAD_REFLECT_1D case outside of fall-through block
* sycl: add PAD_REFLECT_D1 operator support * docs(ops): regenerate docs/ops.md * remove trailing whitespaces * style: fix editorconfig issues — trim trailing spaces and normalize EOLs * fix: move PAD_REFLECT_1D case outside of fall-through block
Title: Add SYCL backend support for PAD_REFLECT_1D
Description:
This PR adds a SYCL implementation of the PAD_REFLECT_1D operator:
This enables reflection padding along the first dimension to run on GPU devices using SYCL, improving operator coverage and reducing CPU fallbacks.