-
Looking at the CI build shown in this query:
* https://testing-dev.sandia.gov/cdash/index.php?project=Trilinos&begin=2020-04-01&end=2020-04-17&filtercount=2&showfilters=1&filtercombine=and&field1=b…
-
Hello,
I saw support for the upcoming Ampere architecture being introduced in cutlass, I wonder if there are any plans/roadmaps to support sparse matrix operations in cutlass as well? Or if there's…
-
Trilinos builds are failing with intel compiler (looks to be in Kokkos).
.e.g https://obs.openhpc.community/package/live_build_log/OpenHPC:2.0:Factory/trilinos-intel-openmpi4/CentOS_8/x86_64
-
Memory alignment problems are still causing test failures for SGPEMM on CUDA:
```
[ RUN ] cuda.sparse_spgemm_kokkos_complex_double_int_int_TestExecSpace
terminate called after throwing an ins…
-
I am running under ./example/buildlib/perf_test.
-
This makes the PR for Kokkos/KokkosKernels Integration fail right now.
https://testing.sandia.gov/cdash/testDetails.php?test=100331563&build=6287299
This fails here:
KokkosSparse_spgemm_impl_…
-
Distance-2 coloring only checks for conflicts between pairs of vertices, separated by a path of length exactly 2. If there is no path of length 2 but a path of length 1 (u and v are immediate neighbor…
-
Dear hypre developers,
I built hypre with the options:
`./configure --with-MPI --with-device-openmp --enable-unified-memory`
when i make `/test`,the problem as follows:
Building ij ...
```
mpi…
-
@trilinos/kokkos-kernels
Kokkos-Kernels does not compile when enabling the Trilinos option TPL_ENABLE_MKL=ON.
There are two issues. First the file src/sparse/impl/KokkosSparse_spgemm_mkl_imp…
-
Hello Peter!
I was working with Java 8 and I tried Stream Parallel with MatrixMatrixMult_DDRM.mult_reorder(a,b,c).
I changed this function a bit in [MatrixMatrixMult_DDRM](https://github.com/lesstha…