Mentions légales du service

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

Restore simulated portf that has been removed by some merge/rebase

parent 684dc885
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)
/*
* 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 )
#endif
void INSERT_TASK_zpotrf( const RUNTIME_option_t *options,
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