Release 0.99.3 - #471
Conversation
|
Tested the following on both Frontier (CPU & HIP) and a local CPU-only build:
|
|
I also tested CPU, CUDA, and HIP at With the ACTIVSg10k systems, I saw a couple of additional findings:
The strict warning builds also produced warnings; details are included in the attached logs. Full validation logs: |
The example runs results are what we expected. We need nicer matrices for GMRES solver examples. I guess we need to fix some compiler warnings before we can release. I think we can ignore CUDA deprecation warnings nudging us to use cuDSS instead of cuSOLVER. |
|
Small thing, but I noticed a typo in my last name. It should be DeWilde with a capital W. I noticed it was changed in the README too. |
* Fix CPU compiler warning * Fix HIP compiler warnings * Apply pre-commmit fixes * Address review comments --------- Co-authored-by: tamar-dewilde <tamar-dewilde@users.noreply.github.com>
Description
This is final PR before 0.99.3 release (first beta).
Proposed changes
This PR only updates version number. Please check that all the documentation is (reasonably) accurate, all tests pass and that examples work correctly on all supported architectures.
Checklist
make testandmake test_installper testing instructions). Code tested on./examples/<your_example>.exe -hto get instructions how to run examples). Code tested on:-Wall -Wpedantic -Wconversion -Wextra.Further comments