rindow / rindow-math-matrix

The fundamental package for scientific matrix operation
https://rindow.github.io/mathematics/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

State of Rindow Matlib on macOS (OSX) #5

Open CodeWithKyrian opened 7 months ago

CodeWithKyrian commented 7 months ago

Is there any particular reason why there's zero support for rindow matrix on macOS- including most of the accompanying acceleration and GPU libraries like rindow-matlib-ffi, rindow-clbast-ffi, etc. I'm working on a Mac and I'd really love to test things here.

yuichiis commented 7 months ago

Thank you for finding this project.

I would love to extend support to MacOS, but I don't have a Mac.

If possible, I would like to make it compatible with MacOS. If you'd like to test and contribute on MacOS, we'd love to hear from you.

Thanks!

CodeWithKyrian commented 7 months ago

I love the work you're doing, and I'm using this library to power the tensors implementation for my library - TransformersPHP. So I'd very much like to test and contribute, the much I can of course.

yuichiis commented 6 months ago

Thanks for the pull request to matlib! I would like to express my deepest gratitude to you.

I'll merge your pull request with another change I'm currently working on. Please take a moment. ;-)

CodeWithKyrian commented 6 months ago

Alright. That's fine. I'll test it with the Matlib FFI library and ensure it works well with PHP while waiting. Additionally, I'll investigate whether the issue with OpenMP in PHP on Linux also occurs on macOS