Mentions légales du service

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

Merge branch 'simgrid/extended' into 'master'

StarPU/Simgrid: Restore simulated potrf

See merge request !268
parents 684dc885 b70d6570
No related branches found
No related tags found
1 merge request!268StarPU/Simgrid: Restore simulated potrf
...@@ -57,7 +57,11 @@ cl_zpotrf_cpu_func(void *descr[], void *cl_arg) ...@@ -57,7 +57,11 @@ cl_zpotrf_cpu_func(void *descr[], void *cl_arg)
/* /*
* Codelet definition * Codelet definition
*/ */
#if defined(CHAMELEON_SIMULATION) && defined(CHAMELEON_SIMULATION_EXTENDED)
CODELETS( zpotrf, cl_zpotrf_cpu_func, cl_zpotrf_cuda_func, STARPU_CUDA_ASYNC )
#else
CODELETS_CPU( zpotrf, cl_zpotrf_cpu_func ) CODELETS_CPU( zpotrf, cl_zpotrf_cpu_func )
#endif
void INSERT_TASK_zpotrf( const RUNTIME_option_t *options, void INSERT_TASK_zpotrf( const RUNTIME_option_t *options,
cham_uplo_t uplo, int n, int nb, cham_uplo_t uplo, int n, int nb,
......
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