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
feat: better StructArray & StaticArray support (#2546)
* Draft to figure out better StructArray support
* Simplify and generalize structarray type conversion
* Start adding StaticArray support
* Add StaticArray support and tweak elem_apply_while_loop to select correct container type
* Revert tracing.jl
* Remove info debug
* Remove get_ith
* Add _copyto!
* format
* Fix broken test and add new tests
* format
* add StaticArrays
* Add LinearAlgebra
* Remove unused function
* Reuse the known destination for while loop if possible
* Update ext/ReactantStructArraysExt.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Proposed improved support for SArrays
* fix dumb mistake
* Add additional changes for StaticArrays
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Cleanup
* Update
* Update
* Format
* Fix for code review
* Add comments
* So dumb
* Correct comment in overloaded_mul function
Fix comment typo in overloaded_mul function.
* Update to remove anonymous functions
* Update
* Add a complex test
* Update
---------
Co-authored-by: Billy Moses <wmoses@google.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Avik Pal <avikpal@mit.edu>
0 commit comments