Ruipeng Li
84baffc1da
add license
2022-06-10 15:08:41 -07:00
Ruipeng Li
cb5814c4f4
minor change
2022-06-10 15:07:57 -07:00
Ruipeng Li
6ce70c135e
bug fix
2022-06-10 14:47:46 -07:00
Ruipeng Li
7a7a63f802
Merge branch 'spgemm' of github.com:hypre-space/hypre into spgemm
2022-06-10 12:50:32 -07:00
Ruipeng Li
834bac5d8f
update bench perf. on lassen
2022-06-10 12:50:24 -07:00
Ruipeng Li
637af55397
Merge branch 'spgemm' of github.com:hypre-space/hypre into spgemm
2022-06-10 12:14:35 -07:00
Ruipeng Li
c9b9a36354
update bench perf. on ray
2022-06-10 12:14:20 -07:00
Wayne Mitchell
3a735f9ccd
Merge branch 'spgemm' of github.com:hypre-space/hypre into spgemm
2022-06-10 19:07:39 +00:00
Wayne Mitchell
951fa56baa
Fix copy paste error
2022-06-10 19:06:34 +00:00
Wayne Mitchell
7dc8321f4a
Additional fixes for sycl build. Note that CSR matrix memory location must be set correctly before calling hypre_CSRMatrixSetRownnz.
2022-06-10 19:02:35 +00:00
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