OpenMP backend no longer requires volatile
for Kokkos::single
in a TeamPolicy
#1545
Labels
volatile
for Kokkos::single
in a TeamPolicy
#1545
kokkos/kokkos#5452 may cause this use of
volatile
to produce a compile-time error. Thisvolatile
qualifier can be removed.kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_impl_kkmem.hpp
Line 465 in ee0f695
kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_impl_kkmem.hpp
Lines 475 to 476 in ee0f695
kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_impl_kkmem.hpp
Line 617 in ee0f695
kokkos-kernels/sparse/impl/KokkosSparse_bspgemm_impl_kkmem.hpp
Lines 624 to 625 in ee0f695
The text was updated successfully, but these errors were encountered: