HipKernels: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-16 19:59:20 +02:00
parent cdad4500c1
commit ecc62bbf19

View File

@ -490,4 +490,8 @@ spmv([[maybe_unused]] Scalar* vals,
template class HipKernels<double>;
#if FLOW_INSTANTIATE_FLOAT
template class HipKernels<float>;
#endif
} // namespace Opm