Thrill  0.1
async_schedule.hpp File Reference
+ Include dependency graph for async_schedule.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 foxxll
 FOXXLL library namespace
 

Functions

void compute_prefetch_schedule (size_t *first, size_t *last, size_t *out_first, size_t m, size_t D)
 
template<typename RunType >
void compute_prefetch_schedule (const RunType &input, size_t *out_first, size_t m, size_t D)
 
template<typename BidIteratorType >
void compute_prefetch_schedule (BidIteratorType input_begin, BidIteratorType input_end, size_t *out_first, size_t m, size_t D)
 
void compute_prefetch_schedule (const size_t *first, const size_t *last, size_t *out_first, size_t m, size_t D)