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

generic: sycl: implement prelu post-op #2131

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

t4c1
Copy link
Contributor

@t4c1 t4c1 commented Sep 30, 2024

Implements PReLu as a post op, which can be used in any SYCL kernels that use post-ops.

This PR also includes some post-ops related cleanup (removing of now redundant members from conf structs) from previous refactors.

@t4c1 t4c1 requested a review from a team as a code owner September 30, 2024 08:47
@github-actions github-actions bot added the platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic label Sep 30, 2024
@spalicki
Copy link
Contributor

spalicki commented Oct 1, 2024

make test
disable device_cpu
enable thr_generic
enable thr_cuda
enable thr_hip
enable arch_rtx
enable arch_instinct

@t4c1 t4c1 force-pushed the sycl_prelu_post_op branch from efd9536 to 77133d4 Compare October 4, 2024 08:48
@spalicki spalicki merged commit 19f0862 into oneapi-src:main Oct 4, 2024
24 checks passed
@vpirogov vpirogov added this to the v3.7 milestone Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants