123456789101112131415161718192021222324252627282930313233 |
- static struct starpu_codelet cl11 =
- {
- .cpu_funcs = {chol_cpu_codelet_update_u11},
- .cpu_funcs_name = {"chol_cpu_codelet_update_u11"},
- #ifdef STARPU_USE_CUDA
- .cuda_funcs = {chol_cublas_codelet_update_u11},
- #elif defined(STARPU_SIMGRID)
- .cuda_funcs = {(void*)1},
- #endif
- .nbuffers = 1,
- .modes = {STARPU_RW},
- .model = &chol_model_11
- };
|