JayBeams  0.1
Another project to have fun coding.
generic_reduce_program.hpp
Go to the documentation of this file.
1 #ifndef jb_opencl_generic_reduce_program_hpp
2 #define jb_opencl_generic_reduce_program_hpp
3 
4 namespace jb {
5 namespace opencl {
6 
7 /// Contains the code for the kernels used in computing the argmax.
8 extern char const generic_reduce_program_source[];
9 
10 } // namespace opencl
11 } // namespace jb
12 
13 #endif // jb_opencl_generic_reduce_program_hpp
char const generic_reduce_program_source[]
Contains the code for the kernels used in computing the argmax.
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7