ut-parla / parla-experimental

5 stars 0 forks source link

The newer Cupy AsyncMempool crashes clone_here / copy_from_async #127

Closed wlruys closed 11 months ago

wlruys commented 1 year ago

If we can reproduce this in isolation on the newest version of CuPy, it should be upstreamed as an issue to them.

ShreyaTalati commented 11 months ago

Do you remember the version of CuPy you observed the error in? I have CuPy 12.2 (latest version) and I ran this cholesky code file having clone_here called multiple times - and sample_sort with copy_from_async called. Both worked fine on my end. image

ShreyaTalati commented 11 months ago

The issue is not present in latest CuPy version. Closing the issue