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
- Update ci to run serde tests
- Add serialization support for Enums except the enum `arrayfire::Scalar`
- Structs with serde support added
- [x] Array
- [x] Dim4
- [x] Seq
- [x] RandomEngine
- Structs without serde support
- Features - currently not possible as `af_features` can't be recreated
from individual `af_arrays` with current upstream API
- Indexer - not possible with current API. Also, any subarray when fetched
to host for serialization results in separate owned copy this making serde
support for this unnecessary.
- Callback
- Event
- Window
0 commit comments