Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
#include <hip/hip_runtime.h>
#include <device/device_config.h>
#include <device/hip/check.h>
#include "projection_kernel.h"
#include <math/bcknd/device/hip/math_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_project_on (void *alpha, void *b, void *xx, void *bb, void *mult, void *xbar, int *j, int *n) |
void | hip_project_ortho (void *alpha, void *b, void *xx, void *bb, void *w, void *xm, int *j, int *n, real *nrm) |
Variables | |
int | proj_red_s = 0 |
real * | proj_bufred_d = NULL |
Definition at line 47 of file projection.hip.
int proj_red_s = 0 |
Definition at line 46 of file projection.hip.