const kernel_cl< in_out_buffer, int, int, TriangularMapCL > triangular_transpose("triangular_transpose", {indexing_helpers, triangular_transpose_kernel_code})
See the docs for triangular_transpose() .
The API to access the methods and values in opencl_context_base.
void check_size_match(const char *function, const char *name_i, T_size1 i, const char *name_j, T_size2 j)
Check if the provided sizes match.
Initialization for OpenCL:
cl::CommandQueue & queue()
Returns the reference to the active OpenCL command queue for the device.