#include <hip/hip_runtime.h>
#include <device/device_config.h>
#include <device/hip/check.h>
#include "fdm_kernel.h"
Go to the source code of this file.
|
void | hip_fdm_do_fast (void *e, void *r, void *s, void *d, int *nl, int *nel, hipStream_t stream) |
|
◆ CASE
Value: case NL: \
hipLaunchKernelGGL(HIP_KERNEL_NAME(fdm_do_fast_kernel<real,NL>), \
nblcks, nthrds, 0, stream, \
HIP_CHECK(hipGetLastError()); \
break;
◆ hip_fdm_do_fast()
void hip_fdm_do_fast |
( |
void * |
e, |
|
|
void * |
r, |
|
|
void * |
s, |
|
|
void * |
d, |
|
|
int * |
nl, |
|
|
int * |
nel, |
|
|
hipStream_t |
stream |
|
) |
| |
Fortran wrapper for tnsr3d
Definition at line 43 of file fdm.hip.