oneDNN
oneDNN copied to clipboard
example: add backward propagation to vanilla rnn example
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 testandmake test_benchdnn_*) pass locally for each commit? - [x] Have you formatted the code using clang-format?
Hi @shu1chen, please check the updated version
Hello @uxlfoundation/onednn-arch, Could you please review the updated example, which now includes backward propagation for the vanilla RNN?