Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a5977eed authored by LISITO Alycia's avatar LISITO Alycia
Browse files

corrected wrong version of cham_tile_interface

parent 2e49347e
No related branches found
No related tags found
1 merge request!288Edited the commentaries in the testing_zcheck
...@@ -292,11 +292,11 @@ cti_compare( void *data_interface_a, void *data_interface_b ) ...@@ -292,11 +292,11 @@ cti_compare( void *data_interface_a, void *data_interface_b )
&& ( cham_tile_a->flttype == cham_tile_b->flttype ); && ( cham_tile_a->flttype == cham_tile_b->flttype );
} }
/* static int */ static int
/* cti_alloc_compare(void *data_interface_a, void *data_interface_b) */ cti_alloc_compare(void *data_interface_a, void *data_interface_b)
/* { */ {
/* starpu_cham_tile_interface_t *cham_tile_a = (starpu_cham_tile_interface_t *) data_interface_a; */ starpu_cham_tile_interface_t *cham_tile_a = (starpu_cham_tile_interface_t *) data_interface_a;
/* starpu_cham_tile_interface_t *cham_tile_b = (starpu_cham_tile_interface_t *) data_interface_b; */ starpu_cham_tile_interface_t *cham_tile_b = (starpu_cham_tile_interface_t *) data_interface_b;
/* Two matrices are considered compatible if they have the same allocated size */ /* Two matrices are considered compatible if they have the same allocated size */
return ( cham_tile_a->allocsize == cham_tile_b->allocsize ); return ( cham_tile_a->allocsize == cham_tile_b->allocsize );
......
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