Avoid unloading kernels that haven't been loaded and fix replay_computation to
destroy the local client instance. Add a user defined move constructor for KernelBase to nullify the parent stream pointer. This is needed to avoid unloading kernels that haven't been loaded when the moved-from KernelBase objects are destructed. Add a call to ClientLibrary::DestroyLocalInstances to destroy the local client instance used by replay_computation. PiperOrigin-RevId: 181995818
Loading
Please sign in to comment