|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
#include <hip/hip_runtime.h>#include <algorithm>#include <device/device_config.h>#include <device/hip/check.h>#include "symmetry_aligned_kernel.h"Go to the source code of this file.
Functions | |
| void | hip_symmetry_aligned_apply_vector (void *xmsk, void *ymsk, void *zmsk, void *x, void *y, void *z, int *m, int *n, int *l, hipStream_t strm) |
| void hip_symmetry_aligned_apply_vector | ( | void * | xmsk, |
| void * | ymsk, | ||
| void * | zmsk, | ||
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| int * | m, | ||
| int * | n, | ||
| int * | l, | ||
| hipStream_t | strm | ||
| ) |
Fortran wrapper for device axis-aligned symmetry apply vector
Definition at line 46 of file symmetry_aligned.hip.
