Neko
0.9.0
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 "symmetry_kernel.h"
Go to the source code of this file.
Functions | |
void | hip_symmetry_apply_vector (void *xmsk, void *ymsk, void *zmsk, void *x, void *y, void *z, int *m, int *n, int *l) |
void hip_symmetry_apply_vector | ( | void * | xmsk, |
void * | ymsk, | ||
void * | zmsk, | ||
void * | x, | ||
void * | y, | ||
void * | z, | ||
int * | m, | ||
int * | n, | ||
int * | l | ||
) |
Fortran wrapper for device symmetry apply vector
Definition at line 45 of file symmetry.hip.