Mentions légales du service

Skip to content
Snippets Groups Projects

Backport assert and unregistration fix from recursive branch

Merged Mathieu Faverge requested to merge faverge/chameleon:starpu/hotfix into master
2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -240,7 +240,7 @@ void RUNTIME_desc_destroy( CHAM_desc_t *desc )
for (m = 0; m < lmt; m++)
{
if ( *handle != NULL ) {
starpu_data_unregister_submit(*handle);
starpu_data_unregister(*handle);
*handle = NULL;
}
handle++;
Loading