SkelCL
SkelCL is a high level multi GPU skeleton library developed at the university of Münster, Germany.
|
#include <cstring>
#include "detail/skelclDll.h"
Go to the source code of this file.
Classes | |
class | skelcl::Local |
This class represents OpenCL local memory in SkelCL. More... | |
Namespaces | |
skelcl | |
The namespace skelcl encapsulated the whole project. Every class provided by SkelCL is in this namespace. | |
Functions | |
SKELCL_DLL Local | skelcl::local (size_t sizeInBytes) |
Helper function to easily create an Local object with a given size. More... | |
Definition in file Local.h.