oneDNN icon indicating copy to clipboard operation
oneDNN copied to clipboard

example: add backward propagation to vanilla rnn example

Open raistefintel opened this issue 8 months ago • 2 comments

Description

Adding backward propagation primitive to vanilla_rnn.cpp example.

Fixes # (github issue)

Checklist

General

only tested the new example with oneDNN v3.8

  • [ ] 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?

raistefintel avatar May 26 '25 10:05 raistefintel

Hi @shu1chen, please check the updated version

raistefintel avatar May 28 '25 14:05 raistefintel

Hello @uxlfoundation/onednn-arch, Could you please review the updated example, which now includes backward propagation for the vanilla RNN?

shu1chen avatar Jun 20 '25 01:06 shu1chen