moderngpu / moderngpu

Patterns and behaviors for GPU computing

Home Page:http://moderngpu.github.io/moderngpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of caching iterators

crohkohl opened this issue · comments

I am trying to optimize the runtime of many calls to mgpu::lbs_segreduce with the same segment configuration.
If I understand correctly, there is a way to use caching iterators.
Could you maybe give an example how to use them?
There is no documentation on that topic yet.