Neko  0.8.99
A portable framework for high-order spectral element flow simulations
gmres_aux.hip File Reference
#include <stdio.h>
#include <hip/hip_runtime.h>
#include "gmres_kernel.h"
#include <device/device_config.h>
#include <device/hip/check.h>
#include <math/bcknd/device/device_mpi_reduce.h>
#include <math/bcknd/device/device_mpi_op.h>
Include dependency graph for gmres_aux.hip:

Go to the source code of this file.

Functions

real hip_gmres_part2 (void *w, void *v, void *h, void *mult, int *j, int *n)
 

Variables

realgmres_bf1 = NULL
 
realgmres_bfd1 = NULL
 
int gmres_bf_len = 0
 

Function Documentation

◆ hip_gmres_part2()

real hip_gmres_part2 ( void *  w,
void *  v,
void *  h,
void *  mult,
int *  j,
int *  n 
)

Definition at line 53 of file gmres_aux.hip.

Here is the call graph for this function:

Variable Documentation

◆ gmres_bf1

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

Definition at line 49 of file gmres_aux.hip.

◆ gmres_bf_len

int gmres_bf_len = 0

Definition at line 51 of file gmres_aux.hip.

◆ gmres_bfd1

real* gmres_bfd1 = NULL

Definition at line 50 of file gmres_aux.hip.