Skip to content

Conversation

@gragusa
Copy link
Contributor

@gragusa gragusa commented Dec 15, 2025

solve_coefficients! fails on the GPU because it attempts to set feM.x to 0.0, which triggers an error on certain platforms (Metal).

The solver fails because fill! is called with Float64 (0.0) on Float32 Metal array. Metal GPU cannot handle Float64 operations.
@eloualiche eloualiche merged commit 5d26c75 into FixedEffects:master Dec 15, 2025
@matthieugomez
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants