Mentions légales du service

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

Add missing callback

parent 05baffd0
No related branches found
No related tags found
1 merge request!111Feature/map
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#include "chameleon_starpu.h" #include "chameleon_starpu.h"
#include "runtime_codelet_z.h" #include "runtime_codelet_z.h"
CHAMELEON_CL_CB(map, starpu_matrix_get_nx(task->handles[0]), starpu_matrix_get_ny(task->handles[0]), 0, M*N);
#if !defined(CHAMELEON_SIMULATION) #if !defined(CHAMELEON_SIMULATION)
static void cl_map_cpu_func(void *descr[], void *cl_arg) static void cl_map_cpu_func(void *descr[], void *cl_arg)
{ {
......
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