File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,25 @@ Fixes # (github issue)
6
6
7
7
# Checklist
8
8
9
- ## Code-change submissions
9
+ ## General
10
10
11
- - [ ] Do all unit and benchdnn tests (` make test ` and ` make test_benchdnn_* ` ) pass locally?
11
+ - [ ] Do all unit and benchdnn tests (` make test ` and ` make test_benchdnn_* ` ) pass locally for each commit ?
12
12
- [ ] Have you formatted the code using clang-format?
13
13
14
+ ## Performance improvements
15
+
16
+ - [ ] Have you submitted performance data that demonstrates performance improvements?
17
+
14
18
### New features
15
19
20
+ - [ ] Have you published an RFC for the new feature?
21
+ - [ ] Was the RFC approved?
16
22
- [ ] Have you added relevant tests?
17
- - [ ] Have you provided motivation for adding a new feature?
18
23
19
24
### Bug fixes
20
25
21
- - [ ] Have you added relevant regression tests?
22
26
- [ ] Have you included information on how to reproduce the issue (either in a github issue or in this PR)?
27
+ - [ ] Have you added relevant regression tests?
23
28
24
29
## [ RFC] ( https://github.com/oneapi-src/oneDNN/tree/rfcs ) PR
25
30
You can’t perform that action at this time.
0 commit comments