-
**CC:** @trilinos/kokkos
## Next Action Status
`KOKKOS_ENABLE_DEBUG=ON` is enabled in `Trilinos_ENABLE_DEBUG=ON` builds and in ATDM builds. New failures caused by this in ATDM builds is being a…
-
I've been running some experiments in MueLu, and noticed that matrix-matrix multiplication time does not change when we use a filtered matrix with OpenMp node.
My assumption is that the currently i…
-
CC: @trilinos/kokkos, @trilinos/kokkos-kernels, @trilinos/panzer, @ndellingwood
## Next Action Status
Kokkos, KokkosKernels, and Panzer failing and timing-out tests have been fixed by PRs #2863,…
-
I am running kokkos-kernels spgemm method on P100 GPUs as described here:
https://github.com/kokkos/kokkos-kernels/wiki/p100_configure
For the test described in the page ```./KokkosSparse_spge…
-
There seem to be a lot of ABI differences between 1.8 and 1.8.1 as well as between 1.8.1 and 1.8.3. Are they harmless?
These are the differences between 1.8 and 1.8.1:
```diff
--- libxsmm-1.8-4…
-
```
.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:165:24: error: use of undeclared identifier 'valuesA'
value_type *a_ew = valuesA.ptr_on_device();
…
-
```
.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:165:24: error: use of undeclared identifier 'valuesA'
value_type *a_ew = valuesA.ptr_on_device();
…
-
The Intel API for compact batched BLAS has changed. It is better to update these tests before the next release. The issue shows up only when used with Intel MKL TPL.
-
XL compiler is already having issues: https://github.com/kokkos/kokkos-kernels/issues/64
ETI will be necessary to reduce the compile time.
Also, SpGEMM class includes all features for triangle co…
-
It is not clear how to build the spgemm kernel using the outer multi memory option. The "src/sparse/impl/KokkosSparse_spgemm_impl.hpp" has an "ifdef KOKKOSKERNELS_HAVE_OUTER" snippet for compiling the…