Add ThenExecute() method to DeviceContext interface.
This basically exposes the GPU EventMgr::ThenExecute function to code that can be compiled without explicitly depending on StreamExecutor and similar. It allows some corner cases in GPU memory use to be handled in code that is not just GPU-specific. PiperOrigin-RevId: 210010480
Loading
Please sign in to comment