ViennaCL - The Vienna Computing Library  1.5.2
Data Structures | Namespaces
vector_reduction.hpp File Reference

Kernel template for the vector reduction operation. More...

#include <vector>
#include "viennacl/scheduler/forwards.h"
#include "viennacl/generator/mapped_objects.hpp"
#include "viennacl/generator/helpers.hpp"
#include "viennacl/generator/utils.hpp"
#include "viennacl/generator/profile_base.hpp"
#include "viennacl/tools/tools.hpp"

Go to the source code of this file.

Data Structures

class  vector_reduction
 OpenCL kernel template for reductions resulting in a vector. Example: Computing the row norms of a matrix concurrently. More...
 

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 
 viennacl::generator
 Provides an OpenCL kernel generator.
 

Detailed Description

Kernel template for the vector reduction operation.