Go to the source code of this file.
|
| | foxxll |
| | FOXXLL library namespace
|
| |
|
| 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) |
| |