Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6f185f1e authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Fix minor mistake

parent 74d7c3ae
No related branches found
No related tags found
No related merge requests found
......@@ -604,8 +604,8 @@ static int cti_copy_any_to_any( void *src_interface, unsigned src_node,
uint32_t src_offset = y * ld_src;
uint32_t dst_offset = y * ld_dst;
if ( starpu_interface_copy( (uintptr_t) srcmat, src_offset, src_node,
(uintptr_t) dstmat, dst_offset, dst_node,
if ( starpu_interface_copy( (uintptr_t) src_mat, src_offset, src_node,
(uintptr_t) dst_mat, dst_offset, dst_node,
m * elemsize, async_data ) )
{
ret = -EAGAIN;
......
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