Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

GPU cache is invalid after DataMgr reinitialization #520

Open
kurapov-peter opened this issue Jun 12, 2023 · 0 comments
Open

GPU cache is invalid after DataMgr reinitialization #520

kurapov-peter opened this issue Jun 12, 2023 · 0 comments

Comments

@kurapov-peter
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant