-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for Metal arrays with MtlCellArray
#40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@albert-de-montserrat could you integrate the changes you did in your PR that didnt fully work unfortunately in the tests concerning the float type?
@omlins requested changes in tests have been implemented, requesting another review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few stale things from your first version
Nice catch! Should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @GiackAloZ and @albert-de-montserrat ! |
The CI fails for Windows and MacOS: Merged nevertheless into main. |
This PR adds support for Metal arrays in CellArray.jl, introducing the type
MtlCellArray
similarly to other GPUArrays.jl compatible backends.