yacx-YetAnotherCudaExecutor  0.6.2
wrapper to easily compile and execute cuda kernels
main.hpp
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2020 Jona Abdinghoff
3  *
4  * LICENSE TEXT
5  ******************************************************************************/
6 
30 #pragma once
31 
32 #include "yacx/Devices.hpp"
33 #include "yacx/Exception.hpp"
34 #include "yacx/Headers.hpp"
35 #include "yacx/Kernel.hpp"
36 #include "yacx/KernelArgs.hpp"
37 #include "yacx/KernelTime.hpp"
38 #include "yacx/Logger.hpp"
39 #include "yacx/Options.hpp"
40 #include "yacx/Program.hpp"
41 #include "yacx/Source.hpp"
42 #include "yacx/util.hpp"
43 
44 #include <vector_types.h>