Mentions légales du service

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

starpu/interface/cham_tile: Warning with StarPU 1.4.x

parent 781096c4
No related branches found
No related tags found
1 merge request!378LU factorization with partial pivoting per column (warning: panel only)
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Gwenole Lucas * @author Gwenole Lucas
* @author Samuel Thibault * @author Samuel Thibault
* @date 2023-07-06 * @date 2023-08-22
* *
*/ */
#include "chameleon_starpu.h" #include "chameleon_starpu.h"
...@@ -115,7 +115,7 @@ cti_init( void *data_interface ) ...@@ -115,7 +115,7 @@ cti_init( void *data_interface )
static void static void
cti_register_data_handle( starpu_data_handle_t handle, cti_register_data_handle( starpu_data_handle_t handle,
unsigned int home_node, int home_node,
void *data_interface ) void *data_interface )
{ {
starpu_cham_tile_interface_t *cham_tile_interface = (starpu_cham_tile_interface_t *) data_interface; starpu_cham_tile_interface_t *cham_tile_interface = (starpu_cham_tile_interface_t *) data_interface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment