@@ -307,8 +307,8 @@ void Matrix<ValueType, LocalIndexType, GlobalIndexType>::move_to(
307307#if GINKGO_ENABLE_HALF || GINKGO_ENABLE_BFLOAT16
308308template <typename ValueType, typename LocalIndexType, typename GlobalIndexType>
309309void Matrix<ValueType, LocalIndexType, GlobalIndexType>::convert_to(
310- Matrix<next_precision_move <value_type, 2 >, local_index_type,
311- global_index_type>* result) const
310+ Matrix<next_precision <value_type, 2 >, local_index_type, global_index_type>*
311+ result) const
312312{
313313 GKO_ASSERT (this ->get_communicator ().size () ==
314314 result->get_communicator ().size ());
@@ -326,8 +326,8 @@ void Matrix<ValueType, LocalIndexType, GlobalIndexType>::convert_to(
326326
327327template <typename ValueType, typename LocalIndexType, typename GlobalIndexType>
328328void Matrix<ValueType, LocalIndexType, GlobalIndexType>::move_to(
329- Matrix<next_precision_move <value_type, 2 >, local_index_type,
330- global_index_type>* result)
329+ Matrix<next_precision <value_type, 2 >, local_index_type, global_index_type>*
330+ result)
331331{
332332 GKO_ASSERT (this ->get_communicator ().size () ==
333333 result->get_communicator ().size ());
@@ -348,8 +348,8 @@ void Matrix<ValueType, LocalIndexType, GlobalIndexType>::move_to(
348348#if GINKGO_ENABLE_HALF && GINKGO_ENABLE_BFLOAT16
349349template <typename ValueType, typename LocalIndexType, typename GlobalIndexType>
350350void Matrix<ValueType, LocalIndexType, GlobalIndexType>::convert_to(
351- Matrix<next_precision_move <value_type, 3 >, local_index_type,
352- global_index_type>* result) const
351+ Matrix<next_precision <value_type, 3 >, local_index_type, global_index_type>*
352+ result) const
353353{
354354 GKO_ASSERT (this ->get_communicator ().size () ==
355355 result->get_communicator ().size ());
@@ -367,8 +367,8 @@ void Matrix<ValueType, LocalIndexType, GlobalIndexType>::convert_to(
367367
368368template <typename ValueType, typename LocalIndexType, typename GlobalIndexType>
369369void Matrix<ValueType, LocalIndexType, GlobalIndexType>::move_to(
370- Matrix<next_precision_move <value_type, 3 >, local_index_type,
371- global_index_type>* result)
370+ Matrix<next_precision <value_type, 3 >, local_index_type, global_index_type>*
371+ result)
372372{
373373 GKO_ASSERT (this ->get_communicator ().size () ==
374374 result->get_communicator ().size ());
0 commit comments