Commit Graph

12200 Commits

Author SHA1 Message Date
Ruipeng Li
eb77ea2da2 Merge branch 'spgemm' of github.com:hypre-space/hypre into spgemm 2022-06-10 11:05:48 -07:00
Ruipeng Li
2782ac5079 lassen saved files 2022-06-10 11:04:56 -07:00
Ruipeng Li
d34a1fac60 update saved ray 2022-06-10 09:35:15 -07:00
Ruipeng Li
68934f9604 bug fix? 2022-06-09 15:35:23 -07:00
Ruipeng Li
4224e7227a change the default (non-binned) back 2022-06-09 15:34:24 -07:00
Ruipeng Li
78eb2ed9b3 minor changes 2022-06-09 15:16:03 -07:00
Ruipeng Li
f7e652ca63 add more printf 2022-06-09 15:14:53 -07:00
Wayne Mitchell
3cc0138a9b Merge changes from Ruipeng and finish fixing up sycl. Seems to work now. 2022-06-09 20:34:00 +00:00
Wayne Mitchell
8730346c03 More debugging code and astyle. About to sync up with Ruipeng. 2022-06-09 19:39:03 +00:00
Ruipeng Li
67a2588888 Cmake and make files 2022-06-09 08:51:49 -07:00
Ruipeng Li
5b35ee3a41 bug fix 2022-06-09 00:31:47 -07:00
Ruipeng Li
26d53aacce bug fix 2022-06-09 00:11:31 -07:00
Ruipeng Li
f6edbf7631 Merge branch 'spgemm' of github.com:hypre-space/hypre into spgemm 2022-06-08 17:21:42 -07:00
Ruipeng Li
2eb2cc7143 saved ray 2022-06-08 17:21:24 -07:00
Ruipeng Li
d461c7184a update lassen saved 2022-06-08 17:19:42 -07:00
Ruipeng Li
db4fd264db bug fix 2022-06-08 15:33:47 -07:00
Ruipeng Li
9036263552 minor changes 2022-06-08 13:30:38 -07:00
Ruipeng Li
ae31f37135 change binned to be the default 2022-06-08 12:40:43 -07:00
Ruipeng Li
1112186d12 add some comments 2022-06-08 11:42:46 -07:00
Wayne Mitchell
d80c0f3550 Merge branch 'spgemm' of github.com:hypre-space/hypre into spgemm 2022-06-08 18:32:56 +00:00
Wayne Mitchell
d8c6556e7e Fixes for sycl. Still debugging incorrect results. 2022-06-08 18:32:49 +00:00
Ruipeng Li
430241d7d0 fix matrix num cols 2022-06-08 11:29:01 -07:00
Ruipeng Li
0eab14592b code style 2022-06-08 10:53:39 -07:00
Ruipeng Li
a436b670db update saved.ray 2022-06-08 10:30:45 -07:00
Ruipeng Li
f867d600b2 remove commented code 2022-06-07 15:28:33 -07:00
Ruipeng Li
67c545fce0 bug fix matvecT 2022-06-07 15:28:11 -07:00
Ruipeng Li
3f39f5d4fa update printMM 2022-06-07 15:26:40 -07:00
Ruipeng Li
8b02ab88d3 GPU support for rownnz using IntArray 2022-06-07 12:08:43 -07:00
Ruipeng Li
c09ab567e7 remove a function 2022-06-07 10:13:11 -07:00
Ruipeng Li
31d4f891bf turn off timing 2022-06-06 21:46:46 -07:00
Ruipeng Li
f4917850e7 Merge branch 'master' of github.com:hypre-space/hypre into spgemm 2022-06-06 21:45:49 -07:00
Ruipeng Li
57f0ddd75c removed old impl 2022-06-06 21:40:36 -07:00
Ruipeng Li
c12449c44c sycl impl. 2022-06-06 16:42:26 -07:00
Ruipeng Li
0fee4f3c80 astyle 2022-06-06 13:23:32 -07:00
Ruipeng Li
4efa15836d support P100 2022-06-06 13:17:19 -07:00
Victor A. Paludetto Magri
07a8def6f8
Fix compilation warnings (#643)
This PR fixes compilation warnings obtained with gcc-11, clang-12, and clang-14. A list of the warnings is given below:

* -Wundef
* -Wunused
* -Wdouble-promotion
* -Wsometimes-uninitialized
* -Wunused-variable
* -Wunused-but-set-variable
2022-05-31 20:32:49 -04:00
Ruipeng Li
0aa6d52f92 style change 2022-05-27 10:56:32 -07:00
Ruipeng Li
8070877390 code style 2022-05-27 10:21:07 -07:00
Ruipeng Li
8c58483b56 Merge branch 'master' of github.com:hypre-space/hypre into spgemm 2022-05-27 09:44:49 -07:00
Ruipeng Li
270bbe6e01 astyle 2022-05-27 09:42:35 -07:00
Ruipeng Li
96991d3d30 name changes 2022-05-26 20:03:07 -07:00
Ruipeng Li
875180594d change some var names 2022-05-26 19:54:32 -07:00
Victor A. Paludetto Magri
edb91b4a50
Add -auxfromfile option to IJ driver (#633)
Add -auxfromfile option for reading an auxiliary matrix from file, which is then used to build the preconditioner. This is useful, for example, for the case when a filtered version of A is used to build the preconditioner.
2022-05-26 21:23:31 -04:00
Ruipeng Li
17bc61ed48 Merge branch 'spgemm' of github.com:hypre-space/hypre into spgemm 2022-05-26 16:56:43 -07:00
Ruipeng Li
9cd6eb1ff8 bug fix 2022-05-26 16:56:32 -07:00
Ruipeng Li
4ac9d00577
Parspgemm (#641)
Merge two spgemm branches into one
2022-05-26 14:38:15 -07:00
Ruipeng Li
09eb54520c fix after merge 2022-05-26 10:07:11 -07:00
Ruipeng Li
4e78801d2a Merge branch 'master' of github.com:hypre-space/hypre into spgemm 2022-05-25 16:36:44 -07:00
Ruipeng Li
d8c934b1e0
Merge pull request #637 from hypre-space/hip-warnings
silence Hip warnings
2022-05-24 14:48:06 -07:00
Ruipeng Li
33e90a071c Merge branch 'silence-hip-warnings' of https://github.com/pbauman/hypre into hip-warnings 2022-05-24 14:46:18 -07:00