From 8cf5bbe7d6202a0c721696694ea8b360c946a941 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 29 Apr 2024 12:03:49 +0200
Subject: [PATCH] starpu/desc: Make sur tiles are registers without the mixed
 flag

---
 runtime/starpu/control/runtime_descriptor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index 2e72133c6..cbe083b3e 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -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 ) {
-- 
GitLab