Skip to content
  • Pavel Kus's avatar
    fixing not freed a_dev · 57821b44
    Pavel Kus authored
    a_dev was never freed on the GPU
    However, this might not be enough. What if bandred runs on GPU and
    band_to_tridi on CPU? a_dev is then not allocated. Has to be re-thinked
    in general
    57821b44