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 has been archived by the owner on May 9, 2024. It is now read-only.
GPU compilation context cache relies on a device pointer to schedule work. Reinitializing the data manager invalidates device objects thus making the cache invalid as well. We need to either get rid of the pointer in the compilation context or flush the cache on data manager destruction.
The text was updated successfully, but these errors were encountered:
GPU compilation context cache relies on a device pointer to schedule work. Reinitializing the data manager invalidates device objects thus making the cache invalid as well. We need to either get rid of the pointer in the compilation context or flush the cache on data manager destruction.
The text was updated successfully, but these errors were encountered: