* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2023 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
*
* @brief Chameleon gemmex StarPU codelet
*
* @version 1.3.0
* @author Mathieu Faverge
* @date 2023-07-06
*
*/
#include"chameleon_starpu.h"
#include"runtime_codelets.h"
CHAMELEON_CL_CB(gemmex,cti_handle_get_m(task->handles[2]),cti_handle_get_n(task->handles[2]),cti_handle_get_n(task->handles[0]),2.*M*N*K)/* If A^t, computation is wrong */