Compiled opencl program from library sources.
More...
#include <cl_program.hpp>
Compiled opencl program from library sources.
◆ get_define()
| const std::pair< std::string, std::string > & spla::CLProgram::get_define |
( |
int | i | ) |
const |
|
inlinenodiscard |
◆ get_defines_count()
| std::size_t spla::CLProgram::get_defines_count |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_function()
| const std::pair< std::string, ref_ptr< Op > > & spla::CLProgram::get_function |
( |
int | i | ) |
const |
|
inlinenodiscard |
◆ get_functions_count()
| std::size_t spla::CLProgram::get_functions_count |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_key()
| const std::string & spla::CLProgram::get_key |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_name()
| const std::string & spla::CLProgram::get_name |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_program()
| const cl::Program & spla::CLProgram::get_program |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_source() [1/2]
| const std::string & spla::CLProgram::get_source |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_source() [2/2]
| const std::string & spla::CLProgram::get_source |
( |
int | i | ) |
const |
|
inlinenodiscard |
◆ get_sources_count()
| std::size_t spla::CLProgram::get_sources_count |
( |
| ) |
const |
|
inlinenodiscard |
◆ make_kernel()
| cl::Kernel spla::CLProgram::make_kernel |
( |
const char * | name | ) |
|
◆ CLProgramBuilder
The documentation for this class was generated from the following files: