My master thesis

Scalable solving of boundary element methods utilizing the Green cross approximation method and GPUs

This project is maintained by Bennet Carstensen

Documentation

ocl_system.c File Reference
#include "clsettings.h"
#include "ocl_system.h"
#include <string.h>

Functions

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...