rindow-clblast-ffi

The CLBlast interface for FFI on PHP

BSD-3-CLAUSE License

Downloads
245
Stars
0

Bot releases are hidden (Show)

rindow-clblast-ffi - Add type definitions and Change policy to get library Latest Release

Published by yuichiis 6 months ago

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.

  • Strict file names for shared libraries.

    • Changed to load only libclblast.so.1 on Linux. Development libraries are not allowed.

Complete review of type definitions

  • Type definitions were applied to variables and arguments that did not have type definitions, a legacy of php7.

Add BLAS function

  • Added rotm, rotmg

Bug when error occurs

  • Fixed minor bugs that occur when errors occur
rindow-clblast-ffi - Fix for restricted FFI

Published by yuichiis 7 months ago

Fixed an issue where an error occurred when loading a patch for Linux when the FFI function was restricted and could not be used.

rindow-clblast-ffi - First Release

Published by yuichiis 7 months ago

First Release