| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <device/device_config.h>#include <device/hip/check.h>#include "fusedcg_cpld_kernel.h"#include <math/bcknd/device/device_mpi_reduce.h>#include <math/bcknd/device/device_mpi_op.h>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 | |
| real * | fusedcg_cpld_buf = NULL | 
| real * | fusedcg_cpld_buf_d = NULL | 
| int | fusedcg_cpld_buf_len = 0 | 
| 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.


| 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.


| 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.


| 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.


Definition at line 42 of file fusedcg_cpld_aux.hip.
Definition at line 43 of file fusedcg_cpld_aux.hip.
| int fusedcg_cpld_buf_len = 0 | 
Definition at line 44 of file fusedcg_cpld_aux.hip.