|
Neko 1.99.1
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 "inhom_dirichlet_kernel.h"Go to the source code of this file.
Functions | |
| void | hip_inhom_dirichlet_apply_vector (void *msk, void *x, void *y, void *z, void *bla_x, void *bla_y, void *bla_z, int *m, hipStream_t strm) |
| void | hip_inhom_dirichlet_apply_scalar (void *msk, void *x, void *bla_x, int *m, hipStream_t strm) |
| void hip_inhom_dirichlet_apply_scalar | ( | void * | msk, |
| void * | x, | ||
| void * | bla_x, | ||
| int * | m, | ||
| hipStream_t | strm | ||
| ) |
Fortran wrapper for device inhom_dirichlet apply scalar
Definition at line 62 of file inhom_dirichlet.hip.

| void hip_inhom_dirichlet_apply_vector | ( | void * | msk, |
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| void * | bla_x, | ||
| void * | bla_y, | ||
| void * | bla_z, | ||
| int * | m, | ||
| hipStream_t | strm | ||
| ) |
Fortran wrapper for device inhom_dirichlet apply vector
Definition at line 45 of file inhom_dirichlet.hip.
