Neko
0.9.0
A portable framework for high-order spectral element flow simulations
check.h
Go to the documentation of this file.
1
#ifndef __CUDA_CHECK_H
2
#define __CUDA_CHECK_H
3
4
void
cuda_check
(
const
char
*fname,
const
int
line,
const
cudaError_t err);
5
6
#define CUDA_CHECK(err) cuda_check(__FILE__, __LINE__, err)
7
8
#endif
cuda_check
void cuda_check(const char *fname, const int line, const cudaError_t err)
Definition:
check.cu:7
src
device
cuda
check.h
Generated on Thu Nov 7 2024 10:53:27 for Neko by
1.9.1