[XLA] Don't cache Executables resulting from Client::Execute().
Previously, Client::Execute() would cache the Executables it created forever. This is surprising, and it causes long-running tests (the primary user of the plain Client API) to consume a lot of resources. Change the Client API implementation so that we don't cache these Executables at all. PiperOrigin-RevId: 229038268
Loading
Please sign in to comment