openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.39k stars 356 forks source link

[XLA:FFI] Catch exceptions in user FFI calls. #14285

Open copybara-service[bot] opened 2 days ago

copybara-service[bot] commented 2 days ago

[XLA:FFI] Catch exceptions in user FFI calls.

This change adds a defensive try/catch when calling user code via that FFI interface to convert C++ exceptions to an absl status, allowing more graceful failure.