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
[ET-VK][ez] Make sure vTensor is not referencing the global context
## Context
Some functions in `vTensor` accidentally referenced the global context by calling `context()`; the correct thing to do is to use the context pointer associated with the `vTensor` by using `storage_.context_` instead.
Differential Revision: [D71560884](https://our.internmc.facebook.com/intern/diff/D71560884/)
ghstack-source-id: 273023082
Pull Request resolved: #9458
0 commit comments