1234567891011121314151617181920212223242526272829303132 |
- 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
- };
|