|
template<typename Kernel > |
auto | run_kernel (Kernel k) |
|
static auto | compute_coeffs () |
|
const compute_context | cc |
|
const program | program {cc} |
|
util::aligned::vector< Memory > | memory {testing::parallel_size, Memory{}} |
|
decltype(compute_coeffs()) | coeffs {compute_coeffs()} |
|
cl::Buffer | cl_memory {cc.context, memory.begin(), memory.end(), false} |
|
cl::Buffer | cl_coeffs {cc.context, coeffs.begin(), coeffs.end(), false} |
|
util::aligned::vector< util::aligned::vector< cl_float > > | input |
|
util::aligned::vector< util::aligned::vector< cl_float > > | output |
|
cl::Buffer | cl_input |
|
cl::Buffer | cl_output |
|
The documentation for this class was generated from the following file:
- src/waveguide/tests/rectangular_kernel.cpp