|
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_zplgsy (PLASMA_Complex64_t 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_zplgsy (Quark *quark, Quark_Task_Flags *task_flags, PLASMA_Complex64_t bump, int m, int n, PLASMA_Complex64_t *A, int lda, int bigM, int m0, int n0, unsigned long long int seed) |
| void | CORE_zplgsy_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_zplgsy.c.
| #define COMPLEX |
Definition at line 19 of file core_zplgsy.c.
| #define NBELEM 2 |
Definition at line 36 of file core_zplgsy.c.
| #define Rnd64_A 6364136223846793005ULL |
Definition at line 30 of file core_zplgsy.c.
| #define Rnd64_C 1ULL |
Definition at line 31 of file core_zplgsy.c.
| #define RndD_Mul 5.4210108624275222e-20 |
Definition at line 33 of file core_zplgsy.c.
| #define RndF_Mul 5.4210108624275222e-20f |
Definition at line 32 of file core_zplgsy.c.
| void CORE_zplgsy | ( | PLASMA_Complex64_t | 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_zplgsy.c.
References A, NBELEM, Rnd64_A, Rnd64_C, and RndF_Mul.

| void CORE_zplgsy_quark | ( | Quark * | quark | ) |
Definition at line 172 of file core_zplgsy.c.
References A, CORE_zplgsy(), and quark_unpack_args_9.


| void QUARK_CORE_zplgsy | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| PLASMA_Complex64_t | 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 147 of file core_zplgsy.c.
References CORE_zplgsy_quark(), DAG_CORE_PLGSY, OUTPUT, QUARK_Insert_Task(), and VALUE.

