Scalable solving of boundary element methods utilizing the Green cross approximation method and GPUs
This project is maintained by Bennet Carstensen
#include "basic.h"
#include "opencl.h"
Go to the source code of this file.
Functions | |
HEADER_PREFIX void | setup_kernels_fix (const uint n, const char **src_strs, const uint num_kernels, const char **kernel_names, cl_kernel **kernels) |
Reads the source code specified by (multiple) strings src_strs and compiles all OpenCL kernels given by the array kernel_names into OpenCL kernels kernels . More... | |