diff --git a/.gitlab/merge_request_templates/riscv.md b/.gitlab/merge_request_templates/riscv.md index 45a3e6e1940f50eabfc79233dd8f35e84a283224..9bf61c405cd936b375afa1b0366a52c7dddd2056 100644 --- a/.gitlab/merge_request_templates/riscv.md +++ b/.gitlab/merge_request_templates/riscv.md @@ -1,28 +1,82 @@ - + # What - + # Why - + # How - - + + +# Manually Testing + +``` +make -C src/riscv all +``` + +# Benchmarking + + + +| | `master` | This MR | Improvement | +|--|----------|---------|-------------| +| $MyMachine | X.XXX TPS (1/XXX native) | X.XXX TPS (1/XXX native) | XX.XX% | +| Benchmark Machine | Y.YYY TPS (1/YYY native) | Y.YYY TPS (1/YYY native) | YY.YY% | -# Manually testing the MR +# Tasks for the Author - +- [ ] All Linear issues that relate to this MR were linked using magic words (e.g. part of, relates to, closes) +- [ ] There is no dead code and other spurious artefacts in my changes +- [ ] All newly introduced public functions, methods and types are documented +- [ ] Documentation of changed functions, methods and types is up-to-date +- [ ] There are tests which cover bugs which have been fixed, if any +- [ ] Reasonable effort has been made towards making CI pass +- [ ] Performance has been benchmarked and populated in the table above +- [ ] All the above was completed before assigning this MR to reviewers - /label ~riscv -/assign @ole.kruger @victor-dumitrescu @felix.puscasu1 @thomas.pecseli @anastasia.courtney @emturner -/assign_reviewer @ole.kruger @victor-dumitrescu @felix.puscasu1 @thomas.pecseli @anastasia.courtney @emturner +/draft +/assign me + +
+ +Click to reveal GitLab Commands + + + +``` +/assign @ole.kruger +/assign @victor-dumitrescu +/assign @felix.puscasu1 +/assign @anastasia.courtney +/assign @emturner + +/assign_reviewer @ole.kruger +/assign_reviewer @victor-dumitrescu +/assign_reviewer @felix.puscasu1 +/assign_reviewer @anastasia.courtney +/assign_reviewer @emturner + /unassign me /unassign_reviewer me +``` + +