mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
OpenclMatrix: optionally instantiate for float
This commit is contained in:
parent
36c544e204
commit
5bab71b8e3
@ -75,5 +75,9 @@ void OpenclMatrix<Scalar>::upload(cl::CommandQueue* queue, BlockedMatrix<Scalar>
|
||||
|
||||
template class OpenclMatrix<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class OpenclMatrix<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Accelerator
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user