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 "vreman_nut_kernel.h"
Go to the source code of this file.
Functions | |
void | hip_vreman_nut_compute (void *a11, void *a12, void *a13, void *a21, void *a22, void *a23, void *a31, void *a32, void *a33, void *delta, void *nut, void *mult, real *c, real *eps, int *n) |
void hip_vreman_nut_compute | ( | void * | a11, |
void * | a12, | ||
void * | a13, | ||
void * | a21, | ||
void * | a22, | ||
void * | a23, | ||
void * | a31, | ||
void * | a32, | ||
void * | a33, | ||
void * | delta, | ||
void * | nut, | ||
void * | mult, | ||
real * | c, | ||
real * | eps, | ||
int * | n | ||
) |
Definition at line 41 of file vreman_nut.hip.