mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-27 18:16:26 -06:00
HipKernels: optionally instantiate for float
This commit is contained in:
parent
cdad4500c1
commit
ecc62bbf19
@ -490,4 +490,8 @@ spmv([[maybe_unused]] Scalar* vals,
|
||||
|
||||
template class HipKernels<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class HipKernels<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user