Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
to help! This is simply a reminder of what we are going to look for before
merging your code._

- [ ] All tests pass. Code tested on

- [ ] All tests pass (`ctest -j` in your `build` directory). Code tested on
- [ ] CPU backend
- [ ] CUDA backend
- [ ] HIP backend
- [ ] I have manually run the non-experimental examples and verified that residuals are close to machine precision. (In your build directory run:
`./examples/<your_example>.exe -m <path_to_matrix_or_matrix_prefix> -r <path_to_rhs_or_rhs_prefix> -n <number_of_systems> -b <backend_name>`). Code tested on:
- [ ] CPU backend
- [ ] CUDA backend
- [ ] HIP backend
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Changes to Re::Solve since release 0.99.2

- Added cmake-format
- Added cmake-format.

- Reworked templates to include example tests.

## Changes to Re::Solve in release 0.99.2

Expand Down