Neko  0.8.99
A portable framework for high-order spectral element flow simulations
fusedcg_cpld_aux.cu File Reference
Include dependency graph for fusedcg_cpld_aux.cu:

Go to the source code of this file.

Functions

void cuda_fusedcg_cpld_part1 (void *a1, void *a2, void *a3, void *b1, void *b2, void *b3, void *tmp, int *n)
 
void cuda_fusedcg_cpld_update_p (void *p1, void *p2, void *p3, void *z1, void *z2, void *z3, void *po1, void *po2, void *po3, real *beta, int *n)
 
void cuda_fusedcg_cpld_update_x (void *x1, void *x2, void *x3, void *p1, void *p2, void *p3, void *alpha, int *p_cur, int *n)
 
real cuda_fusedcg_cpld_part2 (void *a1, void *a2, void *a3, void *b, void *c1, void *c2, void *c3, void *alpha_d, real *alpha, int *p_cur, int *n)
 

Variables

realfusedcg_cpld_buf = NULL
 
realfusedcg_cpld_buf_d = NULL
 
int fusedcg_cpld_buf_len = 0
 

Function Documentation

◆ cuda_fusedcg_cpld_part1()

void cuda_fusedcg_cpld_part1 ( void *  a1,
void *  a2,
void *  a3,
void *  b1,
void *  b2,
void *  b3,
void *  tmp,
int *  n 
)

Definition at line 51 of file fusedcg_cpld_aux.cu.

◆ cuda_fusedcg_cpld_part2()

real cuda_fusedcg_cpld_part2 ( void *  a1,
void *  a2,
void *  a3,
void *  b,
void *  c1,
void *  c2,
void *  c3,
void *  alpha_d,
real alpha,
int *  p_cur,
int *  n 
)

Definition at line 100 of file fusedcg_cpld_aux.cu.

Here is the call graph for this function:

◆ cuda_fusedcg_cpld_update_p()

void cuda_fusedcg_cpld_update_p ( void *  p1,
void *  p2,
void *  p3,
void *  z1,
void *  z2,
void *  z3,
void *  po1,
void *  po2,
void *  po3,
real beta,
int *  n 
)

Definition at line 66 of file fusedcg_cpld_aux.cu.

◆ cuda_fusedcg_cpld_update_x()

void cuda_fusedcg_cpld_update_x ( void *  x1,
void *  x2,
void *  x3,
void *  p1,
void *  p2,
void *  p3,
void *  alpha,
int *  p_cur,
int *  n 
)

Definition at line 84 of file fusedcg_cpld_aux.cu.

Variable Documentation

◆ fusedcg_cpld_buf

real* fusedcg_cpld_buf = NULL
Todo:
Make sure that this gets deleted at some point...

Definition at line 42 of file fusedcg_cpld_aux.cu.

◆ fusedcg_cpld_buf_d

real* fusedcg_cpld_buf_d = NULL

Definition at line 43 of file fusedcg_cpld_aux.cu.

◆ fusedcg_cpld_buf_len

int fusedcg_cpld_buf_len = 0

Definition at line 44 of file fusedcg_cpld_aux.cu.