Skip to content

generic: sycl: RNN Vanilla BWD #3015

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShanoToni
Copy link
Contributor

Description

Extending generic SYCL implementation of RNN to support backpropagation of vanilla cell.

Fixes # (github issue)

Checklist

General

  • [ x ] Do all unit and benchdnn tests (make test and make test_benchdnn_*) pass locally for each commit?
  • [ x ] Have you formatted the code using clang-format?

@ShanoToni ShanoToni requested review from a team as code owners April 3, 2025 15:17
@github-actions github-actions bot added the platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic label Apr 3, 2025
@ShanoToni ShanoToni requested a review from a team as a code owner April 3, 2025 15:20
@github-actions github-actions bot added the component:graph-api Codeowner: @oneapi-src/onednn-graph label Apr 3, 2025
@ShanoToni
Copy link
Contributor Author

make test
disable build_vendor_intel
disable test_device_cpu
enable build_vendor_generic
enable arch_gpu_ampere
enable compiler_icx-oss

@@ -0,0 +1,46 @@
/*******************************************************************************
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it intended to add this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, it was not. Thank you for pointing this out, I have removed the change. (I believe this might have been a earlier rebase artefact)

@github-actions github-actions bot removed the component:graph-api Codeowner: @oneapi-src/onednn-graph label Apr 4, 2025
@ShanoToni
Copy link
Contributor Author

make test
disable build_vendor_intel
disable test_device_cpu
enable build_vendor_generic
enable arch_gpu_ampere
enable compiler_icx-oss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants