Skip to content
  • Victor Oliveira's avatar
    Simplying opencl buffer iterators · 33bb648b
    Victor Oliveira authored
    opencl buffer iterators now iterate over just
    one region at a time, instead of possibly many.
    
    This change is because the overhead of many
    clFinish calls is not that great and it was
    already happening in many places because of the
    gpu caching code.
    33bb648b