[XLA] Adding custom_call support to the interpreter.
This allows the interpreter backend to use the same global custom call target registry as the CPU backend. The C ABI and calling convention of the CPU JIT/AOT code is matched to enable the same functions to be used. Users of the Service/Backend API can now register their target functions and interchangeably use the interpreter and CPU backend at runtime. PiperOrigin-RevId: 231236724
Loading
Please sign in to comment