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 "tensor_kernel.h"
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | max(a, b) |
#define | CASE(N) |
#define | CASE2(N) |
Functions | |
void | hip_tnsr3d (void *v, int *nv, void *u, int *nu, void *A, void *Bt, void *Ct, int *nel) |
void | hip_tnsr3d_el_list (void *v, int *nv, void *u, int *nu, void *A, void *Bt, void *Ct, int *elements, int *n_points) |
#define CASE | ( | N | ) |
#define CASE2 | ( | N | ) |
#define max | ( | a, | |
b | |||
) |
Definition at line 41 of file tensor.hip.
void hip_tnsr3d | ( | void * | v, |
int * | nv, | ||
void * | u, | ||
int * | nu, | ||
void * | A, | ||
void * | Bt, | ||
void * | Ct, | ||
int * | nel | ||
) |
Fortran wrapper for tnsr3d
Definition at line 50 of file tensor.hip.
void hip_tnsr3d_el_list | ( | void * | v, |
int * | nv, | ||
void * | u, | ||
int * | nu, | ||
void * | A, | ||
void * | Bt, | ||
void * | Ct, | ||
int * | elements, | ||
int * | n_points | ||
) |
Fortran wrapper for tnsr3d
Definition at line 93 of file tensor.hip.