|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include "common.h"
Go to the source code of this file.
Macros | |
| #define | COMPLEX |
| #define | Rnd64_A 6364136223846793005ULL |
| #define | Rnd64_C 1ULL |
| #define | RndF_Mul 5.4210108624275222e-20f |
| #define | RndD_Mul 5.4210108624275222e-20 |
| #define | NBELEM 2 |
Functions | |
| void | CORE_zplghe (double bump, int m, int n, PLASMA_Complex64_t *A, int lda, int bigM, int m0, int n0, unsigned long long int seed) |
| void | QUARK_CORE_zplghe (Quark *quark, Quark_Task_Flags *task_flags, double bump, int m, int n, PLASMA_Complex64_t *A, int lda, int bigM, int m0, int n0, unsigned long long int seed) |
| void | CORE_zplghe_quark (Quark *quark) |
PLASMA core_blas kernel PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file core_zplghe.c.
| #define COMPLEX |
Definition at line 19 of file core_zplghe.c.
| #define NBELEM 2 |
Definition at line 36 of file core_zplghe.c.
| #define Rnd64_A 6364136223846793005ULL |
Definition at line 30 of file core_zplghe.c.
| #define Rnd64_C 1ULL |
Definition at line 31 of file core_zplghe.c.
| #define RndD_Mul 5.4210108624275222e-20 |
Definition at line 33 of file core_zplghe.c.
| #define RndF_Mul 5.4210108624275222e-20f |
Definition at line 32 of file core_zplghe.c.
| void CORE_zplghe | ( | double | bump, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | lda, | ||
| int | bigM, | ||
| int | m0, | ||
| int | n0, | ||
| unsigned long long int | seed | ||
| ) |
Definition at line 64 of file core_zplghe.c.
References A, cimag(), conj(), NBELEM, Rnd64_A, Rnd64_C, and RndF_Mul.


| void CORE_zplghe_quark | ( | Quark * | quark | ) |
Definition at line 176 of file core_zplghe.c.
References A, CORE_zplghe(), and quark_unpack_args_9.


| void QUARK_CORE_zplghe | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| double | bump, | ||
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | lda, | ||
| int | bigM, | ||
| int | m0, | ||
| int | n0, | ||
| unsigned long long int | seed | ||
| ) |
Definition at line 151 of file core_zplghe.c.
References CORE_zplghe_quark(), DAG_CORE_PLGHE, OUTPUT, QUARK_Insert_Task(), and VALUE.

