Bolt  1.1
C++ template library with support for OpenCL
amp Directory Reference

Directories

directory  detail
 
directory  iterator
 

Files

file  bolt.h [code]
 Define global functions for Bolt AMP.
 
file  control.h [code]
 Control the parameters of a specific Bolt algorithm call.
 
file  count.h [code]
 Counts the number of elements in the specified range.
 
file  device_vector.h [code]
 Header file for the device_container class.
 
file  functional.h [code]
 List all the unary and binary functions.
 
file  parallel_iteration.h [code]
 parallel_iteration just use a parallel_for for all devices
 
file  pool_alloc.h [code]
 Pool allocator.
 
file  reduce.h [code]
 Returns the result of combining all the elements in the specified range using the specified binary_op.
 
file  scan.h [code]
 Scan calculates a running sum over a range of values, inclusive or exclusive.
 
file  sort.h [code]
 Returns the sorted result of all the elements in input.
 
file  synchronized_view.h [code]
 Override the CPU implementation of array indexes.
 
file  transform.h [code]
 Applies a specific function object to each element pair in the specified input ranges.
 
file  transform_reduce.h [code]
 Fuses transform and reduce operations together.
 
file  transform_reduce_range.h [code]
 Takes a start index and extent as the range to iterate.