starpu_codelet_init

Function starpu_codelet_init 

Source
pub unsafe extern "C" fn starpu_codelet_init(cl: *mut starpu_codelet)
Expand description

Initialize \p cl with default values. Codelets should preferably be initialized statically as shown in \ref DefiningACodelet. However such a initialisation is not always possible, e.g. when using C++. See \ref DefiningACodelet for more details.