Cholla
3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
src
utils
error_check_cuda.h
Go to the documentation of this file.
1
4
#ifndef ERROR_CHECK_CUDA_H
5
#define ERROR_CHECK_CUDA_H
6
7
#include "../global/global.h"
8
9
#define N_Z 24
10
#define N_Y 24
11
12
int
Check_Field_Along_Axis(Real *dev_array,
int
n_field,
int
nx,
int
ny,
int
nz,
int
n_ghost, dim3 Grid_Error,
13
dim3 Block_Error);
14
15
__global__
void
Check_Value_Along_Axis(Real *dev_array,
int
n_field,
int
nx,
int
ny,
int
nz,
int
n_ghost,
16
int
*return_value);
17
18
#endif
// ERROR_CHECK_CUDA_H
Generated by
1.9.8