Skip to content
  • Stefan Kronawitter's avatar
    fix CUDA_PrepareHostCode.scala: a single strategy with a non-recursive... · e318c2b8
    Stefan Kronawitter authored
    fix CUDA_PrepareHostCode.scala: a single strategy with a non-recursive transformation is not allowed to start itself recursively (tracking the number of matches in the statemanager does not allow such a recursive calling; and the "did match" check uses this incorrect number of matches to decide if the subtree must be considered or not)
    switch to a collector instead
    e318c2b8