Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
fusedcg_cpld_aux.hip File Reference

Go to the source code of this file.

Functions

void hip_fusedcg_cpld_part1 (void *a1, void *a2, void *a3, void *b1, void *b2, void *b3, void *tmp, int *n)
 
void hip_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 hip_fusedcg_cpld_update_x (void *x1, void *x2, void *x3, void *p1, void *p2, void *p3, void *alpha, int *p_cur, int *n)
 
real hip_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

hip_buffer_t fusedcg_cpld_redbuf = HIP_BUFFER_INIT
 

Function Documentation

◆ hip_fusedcg_cpld_part1()

void hip_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.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hip_fusedcg_cpld_part2()

real hip_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 105 of file fusedcg_cpld_aux.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hip_fusedcg_cpld_update_p()

void hip_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 67 of file fusedcg_cpld_aux.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hip_fusedcg_cpld_update_x()

void hip_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 87 of file fusedcg_cpld_aux.hip.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ fusedcg_cpld_redbuf

hip_buffer_t fusedcg_cpld_redbuf = HIP_BUFFER_INIT

Reduction buffer, owned by the device layer and released on device teardown (hip_buffer_free_all in hip_finalize)

Definition at line 44 of file fusedcg_cpld_aux.hip.