You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR removes the implementation of `gpu_custom_call`. This is in line
with the CUDA deprecation that started on release 2.8.
**Key Changes:**
- Delete both `ops/gpu_custom_call.cpp` and `ops/gpu_custom_call.h`
- (`tensor_methods.{h,cpp}`) Remove `tensor_methods::gpu_custom_call`
- (`ops/xla_ops.{h,cpp}`) Remove `OpKindWrapper xla_gpu_custom_call`
global variable
- (`init_python_bindings.cpp`) Remove the Python API function
`_xla_gpu_custom_call`
- (`init_python_bindings.cpp`) Make `XlaCustomCall` function into a TPU
specific function `TpuCustomCall`
0 commit comments