OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cuda_launch.hpp
1 /*
2  * cuda_launch.hpp
3  *
4  * Created on: Jan 14, 2019
5  * Author: i-bird
6  */
7 
8 #ifndef CUDA_LAUNCH_HPP_
9 #define CUDA_LAUNCH_HPP_
10 
11 #include "config.h"
12 #include "cuda_kernel_error_checker.hpp"
13 
14 #include "util/cudify/cudify.hpp"
15 
16 #endif /* CUDA_LAUNCH_HPP_ */