kokkos / kokkos-kernels

Kokkos C++ Performance Portability Programming Ecosystem: Math Kernels - Provides BLAS, Sparse BLAS and Graph Kernels
Other
311 stars 98 forks source link

Enable block support for sptrsv streams #2429

Open jgfouca opened 1 week ago

jgfouca commented 1 week ago

The fails on mi210 are unrelated to this PR:

     22 - wiki_blas2_ger (SEGFAULT)
     23 - wiki_blas2_syr (SEGFAULT)
     24 - wiki_blas2_syr2 (SEGFAULT)
     25 - wiki_bsrmatrix_2 (SEGFAULT)
     26 - wiki_crsmatrix (SEGFAULT)
     27 - wiki_spmv (SEGFAULT)
     28 - wiki_spadd (SEGFAULT)
     29 - wiki_spgemm (SEGFAULT)
     30 - wiki_gauss_seidel (SEGFAULT)
     31 - wiki_coloring (SEGFAULT)
     32 - wiki_mis2 (SEGFAULT)
     33 - wiki_coarsening (SEGFAULT)
     34 - wiki_rcm (SEGFAULT)