-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Epic] Add XLA:FFI mechanism to XLA runtime #6335
Comments
copybara-service bot
pushed a commit
that referenced
this issue
Oct 16, 2023
…6335 As a preparation for adding XLA:FFI on top of Thunks runtime remove previous generations of XLA:FFI that was never officially launched. PiperOrigin-RevId: 573878414
copybara-service bot
pushed a commit
that referenced
this issue
Oct 23, 2023
…6335 XLA FFI is a new API unifying xla/runtime/custom_call and xla/runtime/ffi. 1. Stable C API that allows registering external FFI handlers (type safe custom calls with rich C++ API) 2. Header only C++ library to define bindings for C API 3. An internal-only escape hatch for getting access to XLA internals for "internal custom calls" (statically linked libraries) This is an implementation detail of `API_VERSION_TYPED_FFI` custom call api version (https://github.com/openxla/xla/blob/59c82cdccaf959045053aaa000d819096ad3e0c1/xla/service/hlo.proto#L91-L110) PiperOrigin-RevId: 575869887
copybara-service bot
pushed a commit
that referenced
this issue
Oct 27, 2023
…6335 XLA FFI is a new API unifying xla/runtime/custom_call and xla/runtime/ffi. 1. Stable C API that allows registering external FFI handlers (type safe custom calls with rich C++ API) 2. Header only C++ library to define bindings for C API 3. An internal-only escape hatch for getting access to XLA internals for "internal custom calls" (statically linked libraries) This is an implementation detail of `API_VERSION_TYPED_FFI` custom call api version (https://github.com/openxla/xla/blob/59c82cdccaf959045053aaa000d819096ad3e0c1/xla/service/hlo.proto#L91-L110) PiperOrigin-RevId: 577072278
copybara-service bot
pushed a commit
that referenced
this issue
Oct 30, 2023
PiperOrigin-RevId: 577688237
copybara-service bot
pushed a commit
that referenced
this issue
Oct 30, 2023
PiperOrigin-RevId: 577688237
copybara-service bot
pushed a commit
that referenced
this issue
Oct 30, 2023
PiperOrigin-RevId: 577872103
copybara-service bot
pushed a commit
that referenced
this issue
Oct 30, 2023
primitives_test triggers error "Typed FFI custom call must be called by XLA runtime" when running in the thunk-based runtime. PiperOrigin-RevId: 577923273
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
PiperOrigin-RevId: 578028138
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
PiperOrigin-RevId: 578040645
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
It's a very limited support, a lot of xla runtime custom call features are not yet implemented (attributes!) PiperOrigin-RevId: 578228704
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
It's a very limited support, a lot of xla runtime custom call features are not yet implemented (attributes!) PiperOrigin-RevId: 578228704
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
primitives_test triggers error "Typed FFI custom call must be called by XLA runtime" when running in the thunk-based runtime. PiperOrigin-RevId: 577923273
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
primitives_test triggers error "Typed FFI custom call must be called by XLA runtime" when running in the thunk-based runtime. PiperOrigin-RevId: 578288972
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
PiperOrigin-RevId: 578257545
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2023
It's a very limited support, a lot of xla runtime custom call features are not yet implemented (attributes!) PiperOrigin-RevId: 578228704
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
It's a very limited support, a lot of xla runtime custom call features are not yet implemented (attributes!) PiperOrigin-RevId: 578228704
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
PiperOrigin-RevId: 578257545
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
PiperOrigin-RevId: 578257545
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
It's a very limited support, a lot of xla runtime custom call features are not yet implemented (attributes!) PiperOrigin-RevId: 578228704
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
It's a very limited support, a lot of xla runtime custom call features are not yet implemented (attributes!) PiperOrigin-RevId: 578228704
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
PiperOrigin-RevId: 578257545
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
It's a very limited support, a lot of xla runtime custom call features are not yet implemented (attributes!) PiperOrigin-RevId: 578379084
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
PiperOrigin-RevId: 578257545
copybara-service bot
pushed a commit
that referenced
this issue
Nov 1, 2023
PiperOrigin-RevId: 578385575
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add XLA:FFI mechanism for extending XLA at run time with "custom calls" with a rich type-safe API.
The text was updated successfully, but these errors were encountered: