Mentions légales du service

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

whitespaces

parent e86e5ad2
No related branches found
No related tags found
1 merge request!38Cuda double registration
......@@ -62,7 +62,7 @@ void RUNTIME_user_tag_size(int user_tag_width, int user_tag_sep) {
}
void *RUNTIME_mat_alloc( size_t size)
void *RUNTIME_mat_alloc( size_t size )
{
#if defined(CHAMELEON_SIMULATION) && !defined(STARPU_MALLOC_SIMULATION_FOLDED) && !defined(CHAMELEON_USE_MPI)
return (void*) 1;
......@@ -75,7 +75,7 @@ void *RUNTIME_mat_alloc( size_t size)
#endif
}
void RUNTIME_mat_free( void *mat, size_t size)
void RUNTIME_mat_free( void *mat, size_t size )
{
#if defined(CHAMELEON_SIMULATION) && !defined(STARPU_MALLOC_SIMULATION_FOLDED) && !defined(CHAMELEON_USE_MPI)
return;
......
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