1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# Description
Please include a summary of the change. Please also include relevant motivation and context. See [contribution guidelines](https://github.com/oneapi-src/oneDNN/blob/master/CONTRIBUTING.md) for more details. If the change fixes an issue not documented in the project's Github issue tracker, please document all steps necessary to reproduce it.
Fixes # (github issue)
# Checklist
## Code-change submissions
- [ ] Do all unit and benchdnn tests (`make test` and `make test_benchdnn_*`) pass locally?
- [ ] Have you formatted the code using clang-format?
### New features
- [ ] Have you added relevant tests?
- [ ] Have you provided motivation for adding a new feature?
### Bug fixes
- [ ] Have you added relevant regression tests?
- [ ] Have you included information on how to reproduce the issue (either in a github issue or in this PR)?
## [RFC](https://github.com/oneapi-src/oneDNN/tree/rfcs) PR
- [ ] Does RFC document follow the [template](https://github.com/oneapi-src/oneDNN/blob/rfcs/rfcs/template.md#onednn-design-document-rfc)?
- [ ] Have you added a link to the rendered document?
|