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

remove unused `FillSymmetricLowerEdgesHashMap::lower_only` #2415

Closed cwpearson closed 2 weeks ago

cwpearson commented 2 weeks ago

This field seems to be both unset and unused.

Possible fix for something caught in UB sanitizer.

cwpearson commented 2 weeks ago

It seems like this did fix one UB sanitizer error!