Skip to content
Snippets Groups Projects
Commit a4f3db52 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Merge branch 'develop' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl into develop

parents c562befc 315ba822
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ reduce( Operation& operation, ...@@ -75,7 +75,7 @@ reduce( Operation& operation,
return false; return false;
if( deviceInput2 ) { if( deviceInput2 ) {
RealType hostArray2[ Multireduction_minGpuDataSize ]; RealType hostArray2[ Multireduction_minGpuDataSize ];
if( ! ArrayOperations< Devices::Host, Devices::Cuda >::copyMemory< RealType, RealType, IndexType >( hostArray2, deviceInput2, n * size ) ) if( ! ArrayOperations< Devices::Host, Devices::Cuda >::copyMemory< RealType, RealType, IndexType >( hostArray2, deviceInput2, size ) )
return false; return false;
return Multireduction< Devices::Host >::reduce( operation, n, size, hostArray1, ldInput1, hostArray2, hostResult ); return Multireduction< Devices::Host >::reduce( operation, n, size, hostArray1, ldInput1, hostArray2, hostResult );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment