HiCMA
Hierarchical Computations on Manycore Architectures
codelet_ztrsm.c File Reference
#include "hicma.h"
#include "hicma_common.h"
#include "auxdescutil.h"
#include "coreblas.h"
#include "coreblas/lapacke.h"
#include "morse.h"
#include "runtime/starpu/chameleon_starpu.h"
#include <sys/time.h>
#include "runtime/starpu/runtime_codelets.h"

Go to the source code of this file.

Macros

#define CBLAS_SADDR(_val)   (_val)
 

Functions

void HICMA_TASK_ztrsm (const MORSE_option_t *options, MORSE_enum side, MORSE_enum uplo, MORSE_enum transA, MORSE_enum diag, int m, double alpha, const MORSE_desc_t *A, int Am, int An, int lda, const MORSE_desc_t *BUV, int Bm, int Bn, int ldb, const MORSE_desc_t *Brk)
 

Variables

int trsm_print_index_end = 0
 

Detailed Description

HiCMA codelets kernel HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)

Version
0.1.1
Author
Kadir Akbudak
Date
2018-11-08 normal z -> c d s

Definition in file codelet_ztrsm.c.

Macro Definition Documentation

◆ CBLAS_SADDR

#define CBLAS_SADDR (   _val)    (_val)

Definition at line 34 of file codelet_ztrsm.c.

Function Documentation

◆ HICMA_TASK_ztrsm()

void HICMA_TASK_ztrsm ( const MORSE_option_t *  options,
MORSE_enum  side,
MORSE_enum  uplo,
MORSE_enum  transA,
MORSE_enum  diag,
int  m,
double  alpha,
const MORSE_desc_t *  A,
int  Am,
int  An,
int  lda,
const MORSE_desc_t *  BUV,
int  Bm,
int  Bn,
int  ldb,
const MORSE_desc_t *  Brk 
)

Definition at line 38 of file codelet_ztrsm.c.

Variable Documentation

◆ trsm_print_index_end

int trsm_print_index_end = 0

Definition at line 36 of file codelet_ztrsm.c.