From c7dc5ce4e295431ffd9753cbc4f6cabc103c9ea6 Mon Sep 17 00:00:00 2001 From: Philippe SWARTVAGHER <philippe.swartvagher@inria.fr> Date: Wed, 19 Mar 2025 16:55:26 +0100 Subject: [PATCH] Fix build --- runtime/starpu/include/chameleon_starpu_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/starpu/include/chameleon_starpu_internal.h b/runtime/starpu/include/chameleon_starpu_internal.h index 1100baeeb..f415a649e 100644 --- a/runtime/starpu/include/chameleon_starpu_internal.h +++ b/runtime/starpu/include/chameleon_starpu_internal.h @@ -464,7 +464,7 @@ starpu_cham_exchange_tile_before_execution( const RUNTIME_option_t int An, enum starpu_data_access_mode mode ) { - unsigned need_submit = params.do_execute; + unsigned need_submit = params->do_execute; starpu_data_handle_t *ptrtile = chameleon_starpu_data_gethandle( A, Am, An ); /* -- GitLab