SkelCL
SkelCL is a high level multi GPU skeleton library developed at the university of Münster, Germany.
|
#include <istream>
#include <string>
#include "detail/Skeleton.h"
#include "detail/Program.h"
#include "detail/ScanDef.h"
Go to the source code of this file.
Classes | |
class | skelcl::Scan< T(T)> |
An instance of the Reduce class describes a scan (a.k.a. prefix sum) calculation customized by a given binary user-defined function. More... | |
Namespaces | |
skelcl | |
The namespace skelcl encapsulated the whole project. Every class provided by SkelCL is in this namespace. | |
Definition in file Scan.h.