Skip to content

Releases: rindow/rindow-math-matrix-matlibffi

Version 1.0.5

13 Apr 20:03
Compare
Choose a tag to compare

Release Notes: Version 1.0.5

#Test Changes:
macOS was not being tested in Advanced Mode. The test content was also not compatible with macOS, so the tests have been modified to support macOS.

Version 1.0.4

09 Apr 14:40
Compare
Choose a tag to compare

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

16 Mar 01:30
Compare
Choose a tag to compare

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

29 Apr 06:49
Compare
Choose a tag to compare

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

25 Apr 17:12
Compare
Choose a tag to compare

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

20 Mar 05:02
Compare
Choose a tag to compare

First Release