Mentions légales du service

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

starpu/desc: Make sur tiles are registers without the mixed flag

parent 1c8fca4b
No related branches found
No related tags found
1 merge request!468Many minor hotfix issued from the mixed precision branch
......@@ -388,7 +388,7 @@ void *RUNTIME_data_getaddr( const CHAM_desc_t *A, int m, int n )
}
}
starpu_cham_tile_register( ptrtile, home_node, tile, A->dtyp );
starpu_cham_tile_register( ptrtile, home_node, tile, cham_get_flttype( A->dtyp ) );
#if defined(HAVE_STARPU_DATA_SET_OOC_FLAG)
if ( A->ooc == 0 ) {
......
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