Rui Peng Li

Results 85 comments of Rui Peng Li

- [ ] [MAJOR] Initial documentation review meeting. - [ ] [MAJOR.MINOR] Update user and reference manuals. - [ ] [MAJOR] Final documentation review meeting. - [x] Update `CHANGELOG` file...

> Hi @liruipeng . Let me know when the code is tagged and ready to be tested so I can help out with RZ. If you do it soon, I...

> Hi @liruipeng . I have started the rztopaz tests. The results should show up in tomorrow's regression test email. Thank you @rfalgout

@rfalgout How about `machine-syrah`? It passed on 10/12. Shall we test again? Thanks!

the code has been tagged and pushed

The Spack PR was created https://github.com/spack/spack/pull/33299

Hi @rfalgout Can you help do `On the RZ, copy the GitHub tar file to /usr/gapps/hypre (for backup reasons).`? Once it's done, I think we can close the release issue....

> > Hi @rfalgout Can you help do `On the RZ, copy the GitHub tar file to /usr/gapps/hypre (for backup reasons).`? Once it's done, I think we can close the...

Since you are using unified memory, do you modify the vector from the host? Otherwise, I don't see a reason to synchronize unless you have other CUDA kernels in different...

We don't have it for specified rows. For the whole matrix you can do ``` hypre_CSRMatrixSetConstantValues(A, value); ```