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

| void CORE_zplrnt_quark | ( | Quark * | quark | ) |
Definition at line 116 of file core_zplrnt.c.
References A, CORE_zplrnt(), and quark_unpack_args_8.


| void QUARK_CORE_zplrnt | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | lda, | ||
| int | bigM, | ||
| int | m0, | ||
| int | n0, | ||
| unsigned long long int | seed | ||
| ) |
Definition at line 92 of file core_zplrnt.c.
References CORE_zplrnt_quark(), DAG_CORE_PLRNT, OUTPUT, QUARK_Insert_Task(), and VALUE.

