libocca / occa

Portable and vendor neutral framework for parallel programming on heterogeneous platforms.
https://libocca.org
MIT License
389 stars 82 forks source link

Calling `finishAll()` from `occa::device` has no effect. #721

Closed kris-rowe closed 10 months ago

kris-rowe commented 10 months ago

Details

The implementation of finishAll() in modeDevice_t assumes that the vector of modeStream_t's it owns is populated, however this vector is never initialized anywhere in the code.