Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
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
12int 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