Releases: rindow/rindow-math-matrix-matlibffi
Releases · rindow/rindow-math-matrix-matlibffi
Version 1.0.5
Version 1.0.4
macOS support
macOS is now officially supported.
Acceleration via vecLib is available with service levels of Advanced or higher.
However, OpenCL has not yet been tested and is therefore not officially supported. Even with an Accelerate service level, please do not use GPU mode.
Version 1.0.3
Release Notes: Version 1.0.3
New Module Support
- Added support for Rindow math-matrix ver. 2.1.
- This enables operation with PHP 8.4.
- Also, functions from Rindow matlib ver. 1.1 are now available.
Boot log function
Added boot log function
Added -v option to vendor/bin/rindow-math-matrix command.
Executing the command with the -v option will display the error log when loading the driver.
This will help you resolve the issue if you cannot find the reason why the service level becomes Basic.
Policy change in how to use with OpenBLAS
Policy change in how to deal with OpenBLAS operation modes
- It was found that the operation of rindow-matlib is related to the operation mode of OpenBLAS, so we documented how to deal with OpenBLAS.
Change in policy on how to obtain CLBlast library
- Made it standard to obtain the clblast library from the Linux distribution.
- Documented that Ubuntu 20.04 does not include clblast in the Linux distribution, so there is another download method.
Complete review of type definitions
- Type definitions were applied to variables and arguments that did not have type definitions, a legacy of php7.
First Release
First Release