You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
A memory leak was introduced by VRAM pooling due to the particular pattern in using self.ptc and self.delpc as return value read of C_SW. Those where remove in PR #319 to plug the leak.
A soon-to-be released version of DaCe deals with it at the source and once merged we could remove the workaround, which to use the internal C_SW ptc and delpc.
Another option to do away with the dyn_core allocated ones, since this only adds a copy
A memory leak was introduced by VRAM pooling due to the particular pattern in using
self.ptcandself.delpcas return value read of C_SW. Those where remove in PR #319 to plug the leak.A soon-to-be released version of DaCe deals with it at the source and once merged we could remove the workaround, which to use the internal C_SW
ptcanddelpc.Another option to do away with the
dyn_coreallocated ones, since this only adds a copy