#include <device/device_config.h>
#include <device/cuda/check.h>
#include "fdm_kernel.h"
#include <stdio.h>
Go to the source code of this file.
|
void | cuda_fdm_do_fast (void *e, void *r, void *s, void *d, int *nl, int *nel, cudaStream_t stream) |
|
◆ CASE
Value: case NL: \
fdm_do_fast_kernel<real,NL> \
<<<nblcks, nthrds, 0, stream>>>((
real *)
e, (
real *) r, \
CUDA_CHECK(cudaGetLastError()); \
break;
◆ cuda_fdm_do_fast()
void cuda_fdm_do_fast |
( |
void * |
e, |
|
|
void * |
r, |
|
|
void * |
s, |
|
|
void * |
d, |
|
|
int * |
nl, |
|
|
int * |
nel, |
|
|
cudaStream_t |
stream |
|
) |
| |
Fortran wrapper for tnsr3d
Definition at line 42 of file fdm.cu.