Mentions légales du service

Skip to content
Snippets Groups Projects

SUMMA GEMM

Merged Mathieu Faverge requested to merge faverge/chameleon:feature/gemm_summa into master
4 files
+ 4
25
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 0
7
@@ -312,13 +312,6 @@ chameleon_pzgemm( cham_trans_t transA, cham_trans_t transB,
CHAM_context_t *chamctxt;
RUNTIME_option_t options;
int m, n, k;
int ldam, ldak, ldbn, ldbk, ldcm;
int tempmm, tempnn, tempkn, tempkm;
CHAMELEON_Complex64_t zbeta;
CHAMELEON_Complex64_t zone = (CHAMELEON_Complex64_t)1.0;
chamctxt = chameleon_context_self();
if (sequence->status != CHAMELEON_SUCCESS) {
return;
Loading